diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-03 02:08:53 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-03 02:08:53 +0200 |
commit | e695244f32d70d4d008f35252ea7f391797df403 (patch) | |
tree | 51dce44f787d4b18b4fb568d642a5f838211ce20 /apps/files | |
parent | 079fee2c2a8b7fa5c750ee36c2ea12d19e2a30c4 (diff) | |
download | nextcloud-server-e695244f32d70d4d008f35252ea7f391797df403.tar.gz nextcloud-server-e695244f32d70d4d008f35252ea7f391797df403.zip |
fix position of rename function, and text size
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/css/files.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 3bc6640481c..ff6c6a6e48b 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -230,10 +230,9 @@ table td.filename a.name { } table tr[data-type="dir"] td.filename a.name span.nametext {font-weight:bold; } table td.filename input.filename { - width: 80%; - font-size: 14px; - margin-top: 0; - margin-left: 2px; + width: 70%; + margin-top: 1px; + margin-left: 48px; 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:3px 8px 8px 3px; } |