Skip to content

Commit

Permalink
[#1273] Removes old CSS for resource file type swtiching
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Nov 21, 2013
1 parent d4ff6a8 commit f011d99
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions ckan/public/base/less/dataset.less
Expand Up @@ -95,44 +95,6 @@

// Dataset Forms

.dataset-resource-form .dataset-form-resource-types {
margin-bottom: 5px;
}

.dataset-form-resource-types .ckan-icon {
position: relative;
top: 3px;
}

.dataset-form-resource-types .radio {
font-weight: normal;
padding-left: 0;
padding-right: 18px;
}

.dataset-form-resource-types label {
position: relative;
}

.dataset-form-resource-types input[type=radio]:checked+label {
font-weight: bold;
}

.dataset-form-resource-types input[type=radio]:checked+label:after {
.ckan-icon;
.ckan-icon-callout;
display: block;
content: "";
position: absolute;
top: auto;
left: 0;
bottom: -12px;
}

.dataset-form-resource-types input[type=radio] {
display: none;
}

// Tag List

.tag-list {
Expand Down

0 comments on commit f011d99

Please sign in to comment.