diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-14 20:41:20 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-14 20:41:20 +0200 |
commit | cba0f696226d344e5caf25631eefb92213c8b6c2 (patch) | |
tree | 9142bf5d6f5d3ec34bafe564250d6635a30dd2b9 /core/css | |
parent | 320bf0e8c1fda9560d2ec6046153eeef59c7da1e (diff) | |
download | nextcloud-server-cba0f696226d344e5caf25631eefb92213c8b6c2.tar.gz nextcloud-server-cba0f696226d344e5caf25631eefb92213c8b6c2.zip |
increase row height to 50px, properly position everything, checkboxes, actions etc
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 0dd66fb5b7c..db7f01cfebd 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -142,7 +142,7 @@ a.disabled, a.disabled:hover, a.disabled:focus { .searchbox input[type="search"] { font-size:1.2em; padding:.2em .5em .2em 1.5em; background:#fff url('../img/actions/search.svg') no-repeat .5em center; border:0; -moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter:alpha(opacity=70);opacity:.7; -webkit-transition:opacity 300ms; -moz-transition:opacity 300ms; -o-transition:opacity 300ms; transition:opacity 300ms; margin-top:10px; float:right; } input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; -webkit-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; } -#select_all{ margin-top:.4em !important;} + /* CONTENT ------------------------------------------------------------------ */ #controls { |