Skip to content

Commit

Permalink
Add missing CSS for reports sorting UI ushahidi#220
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmackay committed Oct 3, 2012
1 parent 6aa3f82 commit 1fbcef2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions media/css/admin/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,9 @@ ul.tabset li a:hover{
color:#636363;
background:#f5f5f5;
}
ul.tabset li.right {
float: right;
}
/*-- tabs --*/
/* Adding content tabs for where we just want a tab, but not the tab button style lists */
.tab, .content-tab {
Expand All @@ -568,7 +571,8 @@ ul.tabset li a:hover{
.tab ul{
margin:0;
padding:9px 10px 0;
clear:both;
float:left;
clear:left;
overflow:hidden;
}
.tab ul li{
Expand Down Expand Up @@ -2540,13 +2544,12 @@ div.dp-popup td.disabled {
height: 30px;
display: inline-block;
}

/* Reports sort/order fields */
.sort_by {
float: right;
margin: 0;
padding: 9px 10px 0;
}

.sort {
width: 18px;
height: 9px;
Expand Down

0 comments on commit 1fbcef2

Please sign in to comment.