]> source.dussan.org Git - nextcloud-server.git/commitdiff
convert input metrics to px
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 27 Mar 2014 16:13:36 +0000 (17:13 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 27 Mar 2014 16:13:36 +0000 (17:13 +0100)
core/css/styles.css

index bd8111ebc725212f3f7331d17ffdd0e1e42a9347..9719de191ef1c1ad9ac3bb4c16b1514c52f26e26 100644 (file)
@@ -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"] {