From: Jan-Christoph Borchardt Date: Wed, 1 Oct 2014 13:21:28 +0000 (+0200) Subject: fix position and style of sort indicator X-Git-Tag: v8.0.0alpha1~567^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3cd6b99a0b5d5bab33264e92865d3974698a1a0d;p=nextcloud-server.git fix position and style of sort indicator --- diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 35c5fa8926e..ab8ee584a60 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -153,19 +153,23 @@ table th .columntitle.name { margin-left: 50px; } -.sort-indicator.hidden { visibility: hidden; } table th .sort-indicator { width: 10px; height: 8px; - margin-left: 10px; + margin-left: 5px; display: inline-block; + vertical-align: text-bottom; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; + filter: alpha(opacity=30); + opacity: .3; +} +.sort-indicator.hidden { + visibility: hidden; } table th:hover .sort-indicator.hidden { - width: 10px; - height: 8px; - margin-left: 10px; visibility: visible; } + table th, table td { border-bottom:1px solid #ddd; text-align:left; font-weight:normal; } table td { padding: 0 15px;