diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-10-04 20:25:18 +0300 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-10-04 20:25:18 +0300 |
commit | fcb9b49d1fc3f900ccc58ee2b2854c22e9452d1b (patch) | |
tree | 5c776322ea8fa3fec12a1758ba72a50f0ba1275c /apps | |
parent | 2166d99b5355eb0b24cb3280fc3c42d2c496799d (diff) | |
download | nextcloud-server-fcb9b49d1fc3f900ccc58ee2b2854c22e9452d1b.tar.gz nextcloud-server-fcb9b49d1fc3f900ccc58ee2b2854c22e9452d1b.zip |
increase font size of file actions for better readability
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/css/files.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 138b15db04f..70ce4963fb3 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -234,9 +234,8 @@ table td.filename form { font-size:.85em; margin-left:3em; margin-right:3em; } /* File actions */ .fileactions { position: absolute; - top: 16px; + top: 14px; right: 0; - font-size: 11px; } #fileList tr:hover .fileactions { /* background to distinguish when overlaying with file names */ background-color: rgba(240,240,240,0.898); @@ -246,7 +245,6 @@ table td.filename form { font-size:.85em; margin-left:3em; margin-right:3em; } background-color: rgba(230,230,230,.9); box-shadow: -5px 0 7px rgba(230,230,230,.9); } -#fileList .fileactions a.action img { position:relative; top:.2em; } #fileList img.move2trash { display:inline; margin:-.5em 0; padding:1em .5em 1em .5em !important; float:right; } #fileList a.action.delete { |