Loading django/contrib/admin/static/admin/css/base.css +4 −0 Original line number Diff line number Diff line Loading @@ -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; Loading django/contrib/admin/static/admin/css/rtl.css +5 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
django/contrib/admin/static/admin/css/base.css +4 −0 Original line number Diff line number Diff line Loading @@ -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; Loading
django/contrib/admin/static/admin/css/rtl.css +5 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading