]> source.dussan.org Git - nextcloud-server.git/commitdiff
widen upload and new folder so that upload button text does not overflow
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Thu, 4 Aug 2011 13:29:35 +0000 (15:29 +0200)
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Thu, 4 Aug 2011 13:29:35 +0000 (15:29 +0200)
files/css/files.css

index 61af30b74ea8c712248de5c87f96ccac5a016d6f..6c93e4d7ce024619aaa11668f3a1c6bddaae3976 100644 (file)
@@ -8,8 +8,8 @@
 .file_upload_filename { background-image:url("../img/file.png"); font-weight:bold; }.file_upload_start { opacity:0;filter:alpha(opacity = 0); }
 input.highlight{ background-color:#ffc100; border:#dda600 1px solid; }
 
-#file_newfolder_name { background-image:url("../img/folder.png"); font-weight:bold; width:11em; }
-.file_upload_start, .file_upload_filename { position:absolute; top:0px; left:0px; width:11em; font-size:0.9em; }
+#file_newfolder_name { background-image:url("../img/folder.png"); font-weight:bold; width:12em; }
+.file_upload_start, .file_upload_filename { position:absolute; top:0px; left:0px; width:12em; font-size:0.9em; }
 .file_upload_wrapper { position:relative; top:-1.2em; left:-2em; display:-moz-inline-box; /* fallback for older firefox versions*/ display:inline-block; width:12em; }
 #file_newfolder_submit, #file_upload_submit { width:3em; }
 .file_upload_target { display:none; }
@@ -64,4 +64,4 @@ table thead.fixed {height:2em}
        position:fixed;
        top:2.8em;
        left:40%;
-}
\ No newline at end of file
+}