]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixed search box and file controls
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Mon, 8 Aug 2011 09:24:09 +0000 (11:24 +0200)
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Mon, 8 Aug 2011 09:24:09 +0000 (11:24 +0200)
core/css/styles.css
files/css/files.css

index fdf49265a3f8ab825f138ec4a610dab2953373cd..dc405f7131fae09a67557fa1347a042dd1cb29fe 100644 (file)
@@ -22,7 +22,7 @@ input[type="checkbox"] { width:auto; }
 #body-login input { font-size:1.5em; }
 #body-login input[type="submit"] { float:right; margin-right:.8em; }
 #remember_login { margin:.8em .2em 0 1em; }
-form.searchbox input[type="search"] { position:fixed; font-size:1.2em; top:.3em; right:7em;  padding:.3em 1.6em .3em; background:#f8f8f8 url('../img/actions/search.png') .5em center no-repeat; -moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em; }
+form.searchbox input[type="search"] { position:fixed; font-size:1.2em; top:.3em; right:7em;  padding:.2em .5em .2em 1.5em; background:#f8f8f8 url('../img/actions/search.png') .5em center no-repeat; -moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em; }
 
 form#user_settings { max-width:600px; }
 form#user_settings p label { display:block; float:left; width:35%; padding:0.4em 0.5em 0 0; text-align:right; }
@@ -33,7 +33,7 @@ fieldset { padding:1em; background-color:#f7f7f7; border:1px solid #ddd; max-wid
 legend { padding:.5em; font-size:1.2em; }
 .template{display:none;}
 
-div.controls { width:100%; margin:0px; background-color:#f7f7f7; border-bottom:1px solid #eee; position:fixed; z-index:2; }
+div.controls { width:100%; height:3em; margin:0; background-color:#f7f7f7; border-bottom:1px solid #eee; position:fixed; z-index:2; }
 
 /* LOG IN & INSTALLATION ------------------------------------------------------------ */
 #body-login { background-color:#ddd; }
index 813fb4dd7dccc2ecb700e8026cd6dd81345bceaa..17ca1303a97727dc8b41ad75a8175eed12b2b812 100644 (file)
@@ -1,5 +1,7 @@
 /* FILE MENU */
 .actions { padding:.6em; float:right; margin-right:16em; }
+.actions input { margin:0; padding:.3em; }
+.actions .file_upload_form input { padding-left:2em; }
 #file_menu { right:0px; position:absolute; top:0; }
 #file_menu a { display:block; float:left; background-image:none; text-decoration:none; }
 .file_upload_form, #file_newfolder_form { display:inline; }