diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-21 11:14:57 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-21 11:14:57 +0200 |
commit | 3f8e4e2a302622ecb84b989f0f9d24f76419c3fe (patch) | |
tree | 95704ca0c8cf23b8bfd67ea4081fc8e6e46e9a19 /files | |
parent | 0eda75a19378302fcdadd72cf6537745fd7ee736 (diff) | |
download | nextcloud-server-3f8e4e2a302622ecb84b989f0f9d24f76419c3fe.tar.gz nextcloud-server-3f8e4e2a302622ecb84b989f0f9d24f76419c3fe.zip |
added controls bar for Apps and Help
Diffstat (limited to 'files')
-rw-r--r-- | files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/css/files.css b/files/css/files.css index 651b99923c9..787efa49e04 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -13,7 +13,7 @@ .file_upload_wrapper { font-weight:bold; display:-moz-inline-box; /* fallback for older firefox versions*/ display:inline-block; padding-left:0; overflow:hidden; position:relative; margin:.1em 1em;} .file_upload_wrapper .file_upload_button_wrapper { position:absolute; top:0; left:0; width:100%; height:100%; cursor:pointer; z-index:1000; } -#file_newfolder_name { background-image:url('../../core/img/places/folder.svg'); font-weight:normal; width:6em; } +#file_newfolder_name { background-image:url('../../core/img/places/folder.svg'); font-weight:normal; width:7em; } .file_upload_start, .file_upload_filename { font-size:1em; } #file_newfolder_submit, #file_upload_submit { width:3em; } .file_upload_target { display:none; } |