summaryrefslogtreecommitdiffstats
path: root/files/css
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2011-04-19 12:21:55 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2011-04-19 12:21:55 +0200
commit85764257eac2d35db32bfe225fdbf3f6301ef7c2 (patch)
treefb5989920fc41ec5a4294fdb2cdaa9e7849f4d45 /files/css
parent59e9c1ee0e2f75e69c46b83bcb8fd4dcbf1c26cc (diff)
downloadnextcloud-server-85764257eac2d35db32bfe225fdbf3f6301ef7c2.tar.gz
nextcloud-server-85764257eac2d35db32bfe225fdbf3f6301ef7c2.zip
refurbished new folder button
Diffstat (limited to 'files/css')
-rw-r--r--files/css/files.css25
1 files changed, 15 insertions, 10 deletions
diff --git a/files/css/files.css b/files/css/files.css
index 368adba2911..e3a7528fbf4 100644
--- a/files/css/files.css
+++ b/files/css/files.css
@@ -19,29 +19,34 @@
text-decoration: none;
}
-#file_upload_form {
+#file_upload_form, #file_newfolder_form {
display: inline;
}
-#fileSelector, #file_upload_cancel {
+#fileSelector, #file_upload_cancel, #file_newfolder_submit {
display: none;
}
-#file_upload_start {
- background-image:url(/owncloud-dev/img/mimetypes/file.png);
+#file_upload_start, #file_newfolder_name {
background-repeat: no-repeat;
background-position: 0.5em 0;
padding-left: 2em;
-
}
-#file_upload_form input[type="button"]{
- /* this is a dirty wurgaround, Jan needs to fix it in global css*/
- font-size: 0.9em;
+#file_upload_start {background-image:url(/owncloud-dev/img/mimetypes/file.png);}
+
+#file_newfolder_name {
+ background-image:url(/owncloud-dev/img/places/folder.png); font-weight: bold;
+ width: 14em;
}
-#file_newfolder_form {
- display: none;
+#file_newfolder_submit {
+ width: 3em;
+}
+
+form input[type="button"], form input[type="text"]{
+ /* this is a dirty wurgaround, Jan needs to fix it in global css*/
+ font-size: 0.9em;
}
#file_upload_target {