summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-08-31 03:41:29 -0700
committerThomas Müller <thomas.mueller@tmit.eu>2013-08-31 03:41:29 -0700
commit92e90c8eb995c886b3e9cd77c14e3f0b25b95cd7 (patch)
treeed757086fcf6d761a615eb7bbbf24ebc06407310 /core/css
parent0f5df181a3b1f88075193fca0bed88f289314c8e (diff)
parent668c4c2652ef4619a132d609461423aafaef424e (diff)
downloadnextcloud-server-92e90c8eb995c886b3e9cd77c14e3f0b25b95cd7.tar.gz
nextcloud-server-92e90c8eb995c886b3e9cd77c14e3f0b25b95cd7.zip
Merge pull request #4022 from owncloud/oc_preview
\OC\Preview
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 34e8e8ae416..85f65a2f427 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -145,7 +145,8 @@ 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 }
+
+
/* CONTENT ------------------------------------------------------------------ */
#controls {