diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-27 17:13:36 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-27 17:13:36 +0100 |
commit | ec46a071957dd21fa0613ebeb7a539ee8b1eaa47 (patch) | |
tree | 15b051994dbffe2a3af5abf6b21656fb8c208066 /core | |
parent | 53b1e4a00b30db8d385370680ab5d81676b3644e (diff) | |
download | nextcloud-server-ec46a071957dd21fa0613ebeb7a539ee8b1eaa47.tar.gz nextcloud-server-ec46a071957dd21fa0613ebeb7a539ee8b1eaa47.zip |
convert input metrics to px
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index bd8111ebc72..9719de191ef 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -101,9 +101,14 @@ select, button, .button, #quota, .pager li a { - width:10em; margin:.3em; padding:.6em .5em .4em; - font-size:1em; - background:#fff; color:#333; border:1px solid #ddd; outline:none; + width: 130px; + margin: 3px 3px 3px 0; + padding: 7px 6px 5px; + font-size: 13px; + background: #fff; + color: #333; + border: 1px solid #ddd; + outline: none; border-radius: 3px; } input[type="hidden"] { |