fixed search box and file controls
This commit is contained in:
parent
b1a369b49f
commit
5382ec66a2
|
@ -22,7 +22,7 @@ input[type="checkbox"] { width:auto; }
|
||||||
#body-login input { font-size:1.5em; }
|
#body-login input { font-size:1.5em; }
|
||||||
#body-login input[type="submit"] { float:right; margin-right:.8em; }
|
#body-login input[type="submit"] { float:right; margin-right:.8em; }
|
||||||
#remember_login { margin:.8em .2em 0 1em; }
|
#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 { max-width:600px; }
|
||||||
form#user_settings p label { display:block; float:left; width:35%; padding:0.4em 0.5em 0 0; text-align:right; }
|
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; }
|
legend { padding:.5em; font-size:1.2em; }
|
||||||
.template{display:none;}
|
.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 ------------------------------------------------------------ */
|
/* LOG IN & INSTALLATION ------------------------------------------------------------ */
|
||||||
#body-login { background-color:#ddd; }
|
#body-login { background-color:#ddd; }
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
/* FILE MENU */
|
/* FILE MENU */
|
||||||
.actions { padding:.6em; float:right; margin-right:16em; }
|
.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 { right:0px; position:absolute; top:0; }
|
||||||
#file_menu a { display:block; float:left; background-image:none; text-decoration:none; }
|
#file_menu a { display:block; float:left; background-image:none; text-decoration:none; }
|
||||||
.file_upload_form, #file_newfolder_form { display:inline; }
|
.file_upload_form, #file_newfolder_form { display:inline; }
|
||||||
|
|
Loading…
Reference in New Issue