Skip to content

Commit

Permalink
[#1788]: Visually connecting elements on the editresources page.
Browse files Browse the repository at this point in the history
  • Loading branch information
teajaymars committed Mar 30, 2012
1 parent e1e8cc6 commit c2b1089
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ckan/public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,8 @@ fieldset#resources > .instructions {
border-top: 1px solid transparent;
border-bottom: 1px solid #eee;
margin-bottom: 0;
border-radius: 5px;
position: relative;
z-index: 1;
}
.resource-list li:hover {
background-color: #f7f7f7;
Expand All @@ -1281,16 +1282,16 @@ fieldset#resources > .instructions {
}
.resource-list li.active {
border-color: #888;
background-color: #f0f0f0;
margin-right: -34px;
border-right-color: #f9f9f9;
background-color: #f9f9f9;
margin-right: -21px;
}
/**/
.resource-list li a {
display: block;
padding: 5px 10px;
color: #333;
border-right: 0;
z-index: 1;
font-weight: bold;
}
.resource-list li a:hover {
Expand Down

0 comments on commit c2b1089

Please sign in to comment.