Skip to content

Commit

Permalink
Clearer UI for webadmin 'My Groups'. Closes #9083
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Moore committed Jun 6, 2012
1 parent 4ac3fd6 commit fc752ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ <h1>Groups I Own</h1>
<th>{% trans "Name" %}</th>
<th>{% trans "Permissions" %}</th>
<th>{% trans "Description" %}</th>
<th >{% trans "Settings" %}</th>
<th>{% trans "Edit" %}</th>
</tr>
</thead>
<tbody>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ table#drivespaceTable tbody tr:hover{
.tablesorter th {
text-shadow:0 1px 0 rgba(255,255,255,.6);
padding:2px 3px 3px;
cursor:pointer;
color:hsl(210,10%,50%);
border-right: solid 1px rgba(0,0,0,.1);
-webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.4); /* Saf3.0+, Chrome */
Expand Down Expand Up @@ -114,7 +113,6 @@ table#drivespaceTable tbody tr:hover{

.tablesorter tbody tr:hover {
background-color:hsl(210,15%,85%);
cursor:pointer;
-webkit-transition: background .2s linear;
-webkit-transition:background .2s linear ;
-moz-transition:background .2s linear ;
Expand Down Expand Up @@ -161,17 +159,15 @@ table#drivespaceTable tbody tr:hover{
}

.tablesorter tr .btn {
opacity:0;
-webkit-transition:opacity .2s linear;
-moz-transition:opacity .2s linear;
-o-transition:opacity .2s linear;
transition:opacity .2s linear;
width: 50px;
margin: 0px 5px;
}

.tablesorter tr:hover .btn{
opacity:1;

}




Expand Down

0 comments on commit fc752ba

Please sign in to comment.