diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2012-04-26 01:03:01 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2012-04-26 01:03:01 +0200 |
commit | 249e0c1ee2c385e873c339001f25d7fec7f1acdc (patch) | |
tree | 421e6645788a1fc0bbdde57c2f5f7c6dc5048051 /files | |
parent | 32de47d1d91fe95f346c97cf962e10176c1545dc (diff) | |
download | nextcloud-server-249e0c1ee2c385e873c339001f25d7fec7f1acdc.tar.gz nextcloud-server-249e0c1ee2c385e873c339001f25d7fec7f1acdc.zip |
bring fileactions to the right position again
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 b544d08cb1a..9dce2d9f944 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -64,7 +64,7 @@ table td.filename a.name input, table td.filename a.name form { width:100%; curs 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, .uploadtext, .modified { float:left; padding:.3em 0; } // TODO fix usability bug (accidental file/folder selection) -//table td.filename .nametext { width:60%; } +table td.filename .nametext { width:70%; overflow:hidden; } table td.filename .uploadtext { font-weight:normal; margin-left:.5em; } table td.filename form { float:left; font-size:.85em; } table thead.fixed tr{ position:fixed; top:6.5em; z-index:49; -moz-box-shadow:0 -3px 7px #ddd; -webkit-box-shadow:0 -3px 7px #ddd; box-shadow:0 -3px 7px #ddd; } |