Skip to content

Commit

Permalink
[#1506][editresources][m]: Refactored backbone views.
Browse files Browse the repository at this point in the history
  • Loading branch information
teajaymars committed Feb 24, 2012
1 parent 3c24bd7 commit a0d6c29
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 160 deletions.
12 changes: 6 additions & 6 deletions ckan/public/css/style.css
Expand Up @@ -1564,8 +1564,8 @@ hr.resource-list-divide {
border-bottom-right-radius: 4px;
border-right: 1px solid #888;
}

.dataset-editresources-form .resource-list {
.resource-list-add,
.resource-list-edit {
width: 400px;
}
.resource-list-add li a {
Expand All @@ -1577,14 +1577,14 @@ hr.resource-list-divide {
.resource-list-edit li:hover .drag-bars {
color: #999;
}
.resource-edit-delete {
float: right;

button.resource-edit-delete {
float: right;
}



.resource-details-container {
.resource-panel {
background: #f9f9f9;
border: 1px solid #888;
box-shadow: 2px 2px 4px #888;
Expand All @@ -1595,7 +1595,7 @@ hr.resource-list-divide {
padding: 10px;
min-height: 300px;
}
.resource-details-container .resource-details-close {
.resource-panel .resource-panel-close {
position: absolute;
right: -8px;
top: -12px;
Expand Down

0 comments on commit a0d6c29

Please sign in to comment.