summaryrefslogtreecommitdiffstats
path: root/files/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-04 15:29:35 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-04 15:29:35 +0200
commit12cc7c77bae8fdd5b15c2cb2fa13f5e09fbf87a1 (patch)
treee14c0fd621f8d12d2656f43256ee4140182cf843 /files/css
parent122c3a3cf8340b5737e0b954cc4fa6b2d03b68ab (diff)
downloadnextcloud-server-12cc7c77bae8fdd5b15c2cb2fa13f5e09fbf87a1.tar.gz
nextcloud-server-12cc7c77bae8fdd5b15c2cb2fa13f5e09fbf87a1.zip
widen upload and new folder so that upload button text does not overflow
Diffstat (limited to 'files/css')
-rw-r--r--files/css/files.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/css/files.css b/files/css/files.css
index 61af30b74ea..6c93e4d7ce0 100644
--- a/files/css/files.css
+++ b/files/css/files.css
@@ -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
+}