diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-07-29 02:26:20 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-07-29 02:26:32 +0200 |
commit | a7748c14c61fbcf412eb96203f2f70e9ef77a9b9 (patch) | |
tree | 1f47c9d033d0ec47e4e414f36abea8afab895b29 /files/css/files.css | |
parent | 224dbed79c83930b16f2c080a75a0f8cc05bdc61 (diff) | |
download | nextcloud-server-a7748c14c61fbcf412eb96203f2f70e9ef77a9b9.tar.gz nextcloud-server-a7748c14c61fbcf412eb96203f2f70e9ef77a9b9.zip |
dont need the ok button for renaming
Diffstat (limited to 'files/css/files.css')
-rw-r--r-- | files/css/files.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/css/files.css b/files/css/files.css index 46650418409..57dc05d135c 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -27,6 +27,7 @@ table th#headerSize, table td.filesize { width:5em; padding:0 1em; text-align:ri table th#headerDate, table td.date { width:10em; 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; background-image:url('../img/file.png'); height:1.5em; vertical-align:middle; } +table td.filename a.name input, table td.filename a.name form { width:100% } 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 3em; background-position:1em .5em; background-repeat:no-repeat; } table td.filename .nametext, .modified { float:left; padding:.3em 0; } table td.filename .nametext { width:80%; } |