|
|
|
@ -3,7 +3,7 @@ |
|
|
|
|
See the COPYING-README file. */ |
|
|
|
|
|
|
|
|
|
/* FILE MENU */ |
|
|
|
|
.actions { padding:.3em; float:left; height:2em; } |
|
|
|
|
.actions { padding:.3em; float:left; height:2em; width:10em; } |
|
|
|
|
.actions input, .actions button, .actions .button { margin:0; } |
|
|
|
|
#file_menu { right:0; position:absolute; top:0; } |
|
|
|
|
#file_menu a { display:block; float:left; background-image:none; text-decoration:none; } |
|
|
|
@ -19,7 +19,8 @@ |
|
|
|
|
#new>ul>li { margin:.3em; padding-left:2em; background-repeat:no-repeat; cursor:pointer; padding-bottom:0.1em } |
|
|
|
|
#new>ul>li>p { cursor:pointer; } |
|
|
|
|
#new>ul>li>input { padding:0.3em; margin:-0.3em; } |
|
|
|
|
#new, .file_upload_filename { background:#5bb75b; border:1px solid; border-color:#51a351 #51a351 #387038; -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; } |
|
|
|
|
#new, .file_upload_filename { background:#5bb75b; border:1px solid; border-color:#51a351 #419341 #387038; -moz-box-shadow:0 1px 1px #f8f8f8, 1px 1px 1px #ada inset; -webkit-box-shadow:0 1px 1px #f8f8f8, 1px 1px 1px #ada inset; box-shadow:0 1px 1px #f8f8f8, 1px 1px 1px #ada inset; } |
|
|
|
|
#new .popup { border-top-left-radius:0; } |
|
|
|
|
|
|
|
|
|
#file_newfolder_name { background-image:url('%webroot%/core/img/places/folder.svg'); font-weight:normal; width:7em; } |
|
|
|
|
.file_upload_start, .file_upload_filename { font-size:1em; } |
|
|
|
@ -88,4 +89,4 @@ a.action>img { max-height:16px; max-width:16px; vertical-align:text-bottom; } |
|
|
|
|
#navigation>ul>li:first-child { background:url('%webroot%/core/img/breadcrumb-start.svg') no-repeat 12.5em 0px; width:12.5em; padding-right:1em; position:fixed; } |
|
|
|
|
#navigation>ul>li:first-child+li { padding-top:2.9em; } |
|
|
|
|
|
|
|
|
|
#scanning-message{ top:40%; left:40%; position:absolute; display:none; } |
|
|
|
|
#scanning-message{ top:40%; left:40%; position:absolute; display:none; } |
|
|
|
|