summaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-10-01 15:21:28 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-10-01 15:21:28 +0200
commit3cd6b99a0b5d5bab33264e92865d3974698a1a0d (patch)
treed6172f2a63905708bde7be1f6533f39299c56519 /apps/files/css
parent6b45cb5416ddd8d06de628b984cc773567770565 (diff)
downloadnextcloud-server-3cd6b99a0b5d5bab33264e92865d3974698a1a0d.tar.gz
nextcloud-server-3cd6b99a0b5d5bab33264e92865d3974698a1a0d.zip
fix position and style of sort indicator
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/files.css14
1 files changed, 9 insertions, 5 deletions
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;