Commit 35a0fff2 authored by Jonatan Heyman's avatar Jonatan Heyman Committed by Claude Paroz
Browse files

Fixed #18722 -- Adjusted width of sortable columns in admin

Thanks Simon Charette for the report.
parent a962bc7c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -322,6 +322,10 @@ thead th.sorted {
    background: #c5c5c5 url(../img/nav-bg-selected.gif) top left repeat-x;
}

thead th.sorted .text {
	padding-right: 42px;
}

table thead th .text span {
    padding: 2px 5px;
    display:block;
+5 −0
Original line number Diff line number Diff line
@@ -84,6 +84,11 @@ table thead th.sorted .sortoptions {
   float: left;
}

thead th.sorted .text {
	padding-right: 0;
	padding-left: 42px;
}

/* dashboard styles */

.dashboard .module table td a {