Skip to content

Commit

Permalink
Build frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jan 24, 2014
1 parent 2a2df78 commit 96ad308
Show file tree
Hide file tree
Showing 77 changed files with 331 additions and 128 deletions.
67 changes: 35 additions & 32 deletions ckan/public/base/css/fuchsia.css
Expand Up @@ -6232,50 +6232,52 @@ textarea {
.resource-item .description {
font-size: 12px;
margin-bottom: 0;
min-height: 12px;
}
.resource-item .btn-group {
position: absolute;
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 +7120,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
1 change: 1 addition & 0 deletions ckan/public/base/css/fuchsia.min.css

Large diffs are not rendered by default.

67 changes: 35 additions & 32 deletions ckan/public/base/css/green.css
Expand Up @@ -6232,50 +6232,52 @@ textarea {
.resource-item .description {
font-size: 12px;
margin-bottom: 0;
min-height: 12px;
}
.resource-item .btn-group {
position: absolute;
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 +7120,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
1 change: 1 addition & 0 deletions ckan/public/base/css/green.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions ckan/public/base/css/main.debug.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions ckan/public/base/css/main.min.css

Large diffs are not rendered by default.

67 changes: 35 additions & 32 deletions ckan/public/base/css/maroon.css
Expand Up @@ -6232,50 +6232,52 @@ textarea {
.resource-item .description {
font-size: 12px;
margin-bottom: 0;
min-height: 12px;
}
.resource-item .btn-group {
position: absolute;
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 +7120,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
1 change: 1 addition & 0 deletions ckan/public/base/css/maroon.min.css

Large diffs are not rendered by default.

67 changes: 35 additions & 32 deletions ckan/public/base/css/red.css
Expand Up @@ -6232,50 +6232,52 @@ textarea {
.resource-item .description {
font-size: 12px;
margin-bottom: 0;
min-height: 12px;
}
.resource-item .btn-group {
position: absolute;
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 #c14531;
}
.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: #c14531;
color: #333333;
}
.dataset-form-resource-types input[type=radio] {
.resource-item .handle {
display: none;
}
.tag-list {
Expand Down Expand Up @@ -7118,6 +7120,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
1 change: 1 addition & 0 deletions ckan/public/base/css/red.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions ckan/public/base/javascript/client.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ckan/public/base/javascript/i18n.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions ckan/public/base/javascript/main.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 96ad308

Please sign in to comment.