Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-04-16 15:14:41 +0400
committerRobin Appelman <icewind@owncloud.com>2012-04-16 15:14:41 +0400
commitc3187e938889d8e025532e206ff41f1da7a2dcdb (patch)
tree51fb50d555879c047a50fe8d48b0e0804cbbbc6b /files
parent6af808edc9b1550881708b9d0e034649d95c2131 (diff)
dont show action text for folders bold
Diffstat (limited to 'files')
-rw-r--r--files/css/files.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/css/files.css b/files/css/files.css
index cf5b35364c1..fd573bba421 100644
--- a/files/css/files.css
+++ b/files/css/files.css
@@ -56,7 +56,7 @@ table th#headerSize, table td.filesize { width:3em; padding:0 1em; text-align:ri
table th#headerDate, table td.date { width:11em; padding:0 .1em 0 1em; text-align:left; }
table td.selection, table th.selection, table td.fileaction { width:2em; text-align:center; }
table td.filename a.name { display:block; height:1.5em; vertical-align:middle; margin-left:3em; }
-table tr[data-type="dir"] td.filename a.name {font-weight:bold; }
+table tr[data-type="dir"] td.filename a.name span.nametext {font-weight:bold; }
table td.filename a.name input, table td.filename a.name form { width:100%; cursor:text; }
table td.filename a, table td.login, table td.logout, table td.download, table td.upload, table td.create, table td.delete { padding:.2em .5em .5em 0; }
table td.filename .nametext, .modified { float:left; padding:.3em 0; }