Skip to content

Commit

Permalink
[#1389] Rebuild css after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jan 8, 2014
1 parent baadd73 commit 0677c8b
Show file tree
Hide file tree
Showing 5 changed files with 170 additions and 160 deletions.
66 changes: 34 additions & 32 deletions ckan/public/base/css/fuchsia.css
Expand Up @@ -6238,44 +6238,45 @@ textarea {
top: 14px;
right: 10px;
}
.dataset-resource-form .dataset-form-resource-types {
margin-bottom: 5px;
.resource-list.reordering .resource-item {
border: 1px solid #dddddd;
margin-bottom: 10px;
cursor: move;
}
.dataset-form-resource-types .ckan-icon {
position: relative;
top: 3px;
.resource-list.reordering .resource-item .handle {
display: block;
position: absolute;
color: #888888;
left: -31px;
top: 50%;
margin-top: -15px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border: 1px solid #dddddd;
border-width: 1px 0 1px 1px;
background-color: #ffffff;
-webkit-border-radius: 20px 0 0 20px;
-moz-border-radius: 20px 0 0 20px;
border-radius: 20px 0 0 20px;
}
.dataset-form-resource-types .radio {
font-weight: normal;
padding-left: 0;
padding-right: 18px;
.resource-list.reordering .resource-item .handle:hover {
text-decoration: none;
}
.dataset-form-resource-types label {
position: relative;
.resource-list.reordering .resource-item:hover .handle {
background-color: #eeeeee;
}
.dataset-form-resource-types input[type=radio]:checked + label {
font-weight: bold;
.resource-list.reordering .resource-item.ui-sortable-helper {
background-color: #eeeeee;
border: 1px solid #e73892;
}
.dataset-form-resource-types input[type=radio]:checked + label:after {
*margin-right: .3em;
display: inline-block;
vertical-align: text-bottom;
position: relative;
top: 2px;
background-image: url("../../../base/images/sprite-ckan-icons.png");
background-repeat: no-repeat;
background-position: 16px 16px;
width: 16px;
height: 16px;
background-position: -192px 0;
display: block;
content: "";
position: absolute;
top: auto;
left: 0;
bottom: -12px;
.resource-list.reordering .resource-item.ui-sortable-helper .handle {
background-color: #eeeeee;
border-color: #e73892;
color: #333333;
}
.dataset-form-resource-types input[type=radio] {
.resource-item .handle {
display: none;
}
.tag-list {
Expand Down Expand Up @@ -7118,6 +7119,7 @@ h4 small {
margin-top: 15px;
padding-top: 10px;
border-top: 1px dotted #DDD;
word-break: break-word;
}
.context-info .info dl dd {
margin-top: 3px;
Expand Down
66 changes: 34 additions & 32 deletions ckan/public/base/css/green.css
Expand Up @@ -6238,44 +6238,45 @@ textarea {
top: 14px;
right: 10px;
}
.dataset-resource-form .dataset-form-resource-types {
margin-bottom: 5px;
.resource-list.reordering .resource-item {
border: 1px solid #dddddd;
margin-bottom: 10px;
cursor: move;
}
.dataset-form-resource-types .ckan-icon {
position: relative;
top: 3px;
.resource-list.reordering .resource-item .handle {
display: block;
position: absolute;
color: #888888;
left: -31px;
top: 50%;
margin-top: -15px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border: 1px solid #dddddd;
border-width: 1px 0 1px 1px;
background-color: #ffffff;
-webkit-border-radius: 20px 0 0 20px;
-moz-border-radius: 20px 0 0 20px;
border-radius: 20px 0 0 20px;
}
.dataset-form-resource-types .radio {
font-weight: normal;
padding-left: 0;
padding-right: 18px;
.resource-list.reordering .resource-item .handle:hover {
text-decoration: none;
}
.dataset-form-resource-types label {
position: relative;
.resource-list.reordering .resource-item:hover .handle {
background-color: #eeeeee;
}
.dataset-form-resource-types input[type=radio]:checked + label {
font-weight: bold;
.resource-list.reordering .resource-item.ui-sortable-helper {
background-color: #eeeeee;
border: 1px solid #2f9b45;
}
.dataset-form-resource-types input[type=radio]:checked + label:after {
*margin-right: .3em;
display: inline-block;
vertical-align: text-bottom;
position: relative;
top: 2px;
background-image: url("../../../base/images/sprite-ckan-icons.png");
background-repeat: no-repeat;
background-position: 16px 16px;
width: 16px;
height: 16px;
background-position: -192px 0;
display: block;
content: "";
position: absolute;
top: auto;
left: 0;
bottom: -12px;
.resource-list.reordering .resource-item.ui-sortable-helper .handle {
background-color: #eeeeee;
border-color: #2f9b45;
color: #333333;
}
.dataset-form-resource-types input[type=radio] {
.resource-item .handle {
display: none;
}
.tag-list {
Expand Down Expand Up @@ -7118,6 +7119,7 @@ h4 small {
margin-top: 15px;
padding-top: 10px;
border-top: 1px dotted #DDD;
word-break: break-word;
}
.context-info .info dl dd {
margin-top: 3px;
Expand Down
66 changes: 34 additions & 32 deletions ckan/public/base/css/main.css
Expand Up @@ -6238,44 +6238,45 @@ textarea {
top: 14px;
right: 10px;
}
.dataset-resource-form .dataset-form-resource-types {
margin-bottom: 5px;
.resource-list.reordering .resource-item {
border: 1px solid #dddddd;
margin-bottom: 10px;
cursor: move;
}
.dataset-form-resource-types .ckan-icon {
position: relative;
top: 3px;
.resource-list.reordering .resource-item .handle {
display: block;
position: absolute;
color: #888888;
left: -31px;
top: 50%;
margin-top: -15px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border: 1px solid #dddddd;
border-width: 1px 0 1px 1px;
background-color: #ffffff;
-webkit-border-radius: 20px 0 0 20px;
-moz-border-radius: 20px 0 0 20px;
border-radius: 20px 0 0 20px;
}
.dataset-form-resource-types .radio {
font-weight: normal;
padding-left: 0;
padding-right: 18px;
.resource-list.reordering .resource-item .handle:hover {
text-decoration: none;
}
.dataset-form-resource-types label {
position: relative;
.resource-list.reordering .resource-item:hover .handle {
background-color: #eeeeee;
}
.dataset-form-resource-types input[type=radio]:checked + label {
font-weight: bold;
.resource-list.reordering .resource-item.ui-sortable-helper {
background-color: #eeeeee;
border: 1px solid #187794;
}
.dataset-form-resource-types input[type=radio]:checked + label:after {
*margin-right: .3em;
display: inline-block;
vertical-align: text-bottom;
position: relative;
top: 2px;
background-image: url("../../../base/images/sprite-ckan-icons.png");
background-repeat: no-repeat;
background-position: 16px 16px;
width: 16px;
height: 16px;
background-position: -192px 0;
display: block;
content: "";
position: absolute;
top: auto;
left: 0;
bottom: -12px;
.resource-list.reordering .resource-item.ui-sortable-helper .handle {
background-color: #eeeeee;
border-color: #187794;
color: #333333;
}
.dataset-form-resource-types input[type=radio] {
.resource-item .handle {
display: none;
}
.tag-list {
Expand Down Expand Up @@ -7118,6 +7119,7 @@ h4 small {
margin-top: 15px;
padding-top: 10px;
border-top: 1px dotted #DDD;
word-break: break-word;
}
.context-info .info dl dd {
margin-top: 3px;
Expand Down
66 changes: 34 additions & 32 deletions ckan/public/base/css/maroon.css
Expand Up @@ -6238,44 +6238,45 @@ textarea {
top: 14px;
right: 10px;
}
.dataset-resource-form .dataset-form-resource-types {
margin-bottom: 5px;
.resource-list.reordering .resource-item {
border: 1px solid #dddddd;
margin-bottom: 10px;
cursor: move;
}
.dataset-form-resource-types .ckan-icon {
position: relative;
top: 3px;
.resource-list.reordering .resource-item .handle {
display: block;
position: absolute;
color: #888888;
left: -31px;
top: 50%;
margin-top: -15px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border: 1px solid #dddddd;
border-width: 1px 0 1px 1px;
background-color: #ffffff;
-webkit-border-radius: 20px 0 0 20px;
-moz-border-radius: 20px 0 0 20px;
border-radius: 20px 0 0 20px;
}
.dataset-form-resource-types .radio {
font-weight: normal;
padding-left: 0;
padding-right: 18px;
.resource-list.reordering .resource-item .handle:hover {
text-decoration: none;
}
.dataset-form-resource-types label {
position: relative;
.resource-list.reordering .resource-item:hover .handle {
background-color: #eeeeee;
}
.dataset-form-resource-types input[type=radio]:checked + label {
font-weight: bold;
.resource-list.reordering .resource-item.ui-sortable-helper {
background-color: #eeeeee;
border: 1px solid #810606;
}
.dataset-form-resource-types input[type=radio]:checked + label:after {
*margin-right: .3em;
display: inline-block;
vertical-align: text-bottom;
position: relative;
top: 2px;
background-image: url("../../../base/images/sprite-ckan-icons.png");
background-repeat: no-repeat;
background-position: 16px 16px;
width: 16px;
height: 16px;
background-position: -192px 0;
display: block;
content: "";
position: absolute;
top: auto;
left: 0;
bottom: -12px;
.resource-list.reordering .resource-item.ui-sortable-helper .handle {
background-color: #eeeeee;
border-color: #810606;
color: #333333;
}
.dataset-form-resource-types input[type=radio] {
.resource-item .handle {
display: none;
}
.tag-list {
Expand Down Expand Up @@ -7118,6 +7119,7 @@ h4 small {
margin-top: 15px;
padding-top: 10px;
border-top: 1px dotted #DDD;
word-break: break-word;
}
.context-info .info dl dd {
margin-top: 3px;
Expand Down

0 comments on commit 0677c8b

Please sign in to comment.