diff options
author | raghunayyar <me@iraghu.com> | 2014-01-31 12:33:00 +0530 |
---|---|---|
committer | raghunayyar <me@iraghu.com> | 2014-01-31 12:33:00 +0530 |
commit | 5ccb395ec64f0e15f847c36f3f80288169c55a12 (patch) | |
tree | 13f793fec0ff85ca3d499a05c87e7dd77e8aae9b | |
parent | bc598f19194e84dab815841dfe4544de1cf6f908 (diff) | |
download | nextcloud-server-5ccb395ec64f0e15f847c36f3f80288169c55a12.tar.gz nextcloud-server-5ccb395ec64f0e15f847c36f3f80288169c55a12.zip |
Makes Rename Icon Width 44px for touch sourfaces.
-rw-r--r-- | apps/files/css/files.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 38f01bfab33..1d254ad04ee 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -267,6 +267,7 @@ table td.filename form { font-size:14px; margin-left:48px; margin-right:48px; } right: 0; padding: 28px 14px 19px !important; } + a.action>img { max-height:16px; max-width:16px; vertical-align:text-bottom; } /* Actions for selected files */ @@ -296,6 +297,10 @@ a.action>img { max-height:16px; max-width:16px; vertical-align:text-bottom; } opacity: 0; display:none; } + +#fileList a.action[data-action="Rename"] { + padding:18px 14px !important; +} #fileList tr:hover a.action, #fileList a.action.permanent { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); |