Skip to content
Snippets Groups Projects
Commit 396a71b0 authored by Vincent Petry's avatar Vincent Petry
Browse files

Merge pull request #11378 from owncloud/sort-indicator-style

fix position and style of sort indicator
parents 6323d5fb 3cd6b99a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment