Skip to content

Commit

Permalink
Compile frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Mar 27, 2018
1 parent 97544fa commit 61e5d71
Show file tree
Hide file tree
Showing 98 changed files with 692 additions and 266 deletions.
117 changes: 64 additions & 53 deletions ckan/public/base/css/fuchsia.css
Expand Up @@ -1086,12 +1086,12 @@ textarea {
line-height: inherit;
}
a {
color: #337ab7;
color: #206b82;
text-decoration: none;
}
a:hover,
a:focus {
color: #23527c;
color: #113845;
text-decoration: underline;
}
a:focus {
Expand Down Expand Up @@ -1324,11 +1324,11 @@ mark,
color: #777777;
}
.text-primary {
color: #337ab7;
color: #206b82;
}
a.text-primary:hover,
a.text-primary:focus {
color: #286090;
color: #164959;
}
.text-success {
color: #3c763d;
Expand Down Expand Up @@ -1360,11 +1360,11 @@ a.text-danger:focus {
}
.bg-primary {
color: #fff;
background-color: #337ab7;
background-color: #206b82;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090;
background-color: #164959;
}
.bg-success {
background-color: #dff0d8;
Expand Down Expand Up @@ -3100,26 +3100,26 @@ fieldset[disabled] .btn-default.focus {
}
.btn-primary {
color: #ffffff;
background-color: #337ab7;
border-color: #2e6da4;
background-color: #206b82;
border-color: #1b5a6e;
}
.btn-primary:focus,
.btn-primary.focus {
color: #ffffff;
background-color: #286090;
border-color: #122b40;
background-color: #164959;
border-color: #020607;
}
.btn-primary:hover {
color: #ffffff;
background-color: #286090;
border-color: #204d74;
background-color: #164959;
border-color: #0f323c;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #286090;
border-color: #204d74;
background-color: #164959;
border-color: #0f323c;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
Expand All @@ -3131,8 +3131,8 @@ fieldset[disabled] .btn-default.focus {
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
color: #ffffff;
background-color: #204d74;
border-color: #122b40;
background-color: #0f323c;
border-color: #020607;
}
.btn-primary:active,
.btn-primary.active,
Expand All @@ -3148,11 +3148,11 @@ fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
background-color: #337ab7;
border-color: #2e6da4;
background-color: #206b82;
border-color: #1b5a6e;
}
.btn-primary .badge {
color: #337ab7;
color: #206b82;
background-color: #ffffff;
}
.btn-success {
Expand Down Expand Up @@ -3384,7 +3384,7 @@ fieldset[disabled] .btn-danger.focus {
background-color: #ffffff;
}
.btn-link {
color: #337ab7;
color: #206b82;
font-weight: normal;
border-radius: 0;
}
Expand All @@ -3405,7 +3405,7 @@ fieldset[disabled] .btn-link {
}
.btn-link:hover,
.btn-link:focus {
color: #23527c;
color: #113845;
text-decoration: underline;
background-color: transparent;
}
Expand Down Expand Up @@ -3551,7 +3551,7 @@ tbody.collapse.in {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #337ab7;
background-color: #206b82;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
Expand Down Expand Up @@ -3985,7 +3985,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eeeeee;
border-color: #337ab7;
border-color: #206b82;
}
.nav .nav-divider {
height: 1px;
Expand Down Expand Up @@ -4078,7 +4078,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #337ab7;
background-color: #206b82;
}
.nav-stacked > li {
float: none;
Expand Down Expand Up @@ -4702,7 +4702,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #337ab7;
color: #206b82;
background-color: #ffffff;
border: 1px solid #dddddd;
margin-left: -1px;
Expand All @@ -4723,7 +4723,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > li > a:focus,
.pagination > li > span:focus {
z-index: 2;
color: #23527c;
color: #113845;
background-color: #eeeeee;
border-color: #dddddd;
}
Expand All @@ -4735,8 +4735,8 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > .active > span:focus {
z-index: 3;
color: #ffffff;
background-color: #337ab7;
border-color: #337ab7;
background-color: #206b82;
border-color: #206b82;
cursor: default;
}
.pagination > .disabled > span,
Expand Down Expand Up @@ -4853,11 +4853,11 @@ a.label:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #337ab7;
background-color: #206b82;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #286090;
background-color: #164959;
}
.label-success {
background-color: #5cb85c;
Expand Down Expand Up @@ -4921,7 +4921,7 @@ a.badge:focus {
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #337ab7;
color: #206b82;
background-color: #ffffff;
}
.list-group-item > .badge {
Expand Down Expand Up @@ -4996,7 +4996,7 @@ a.badge:focus {
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #337ab7;
border-color: #206b82;
}
.thumbnail .caption {
padding: 9px;
Expand Down Expand Up @@ -5110,7 +5110,7 @@ a.thumbnail.active {
line-height: 20px;
color: #ffffff;
text-align: center;
background-color: #337ab7;
background-color: #206b82;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
Expand Down Expand Up @@ -5273,8 +5273,8 @@ button.list-group-item {
.list-group-item.active:focus {
z-index: 2;
color: #ffffff;
background-color: #337ab7;
border-color: #337ab7;
background-color: #206b82;
border-color: #206b82;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
Expand All @@ -5290,7 +5290,7 @@ button.list-group-item {
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #c7ddef;
color: #8bcee3;
}
.list-group-item-success {
color: #3c763d;
Expand Down Expand Up @@ -5670,22 +5670,22 @@ button.list-group-item-danger.active:focus {
border-bottom-color: #dddddd;
}
.panel-primary {
border-color: #337ab7;
border-color: #206b82;
}
.panel-primary > .panel-heading {
color: #ffffff;
background-color: #337ab7;
border-color: #337ab7;
background-color: #206b82;
border-color: #206b82;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7;
border-top-color: #206b82;
}
.panel-primary > .panel-heading .badge {
color: #337ab7;
color: #206b82;
background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7;
border-bottom-color: #206b82;
}
.panel-success {
border-color: #d6e9c6;
Expand Down Expand Up @@ -6666,6 +6666,7 @@ a.tag:hover {
padding-top: 10px;
}
.module h1 {
margin-top: 0;
margin-bottom: 20px;
}
.module-shallow .module-content {
Expand Down Expand Up @@ -6693,6 +6694,7 @@ a.tag:hover {
margin: 0;
list-style: none;
min-height: 205px;
padding-top: 15px;
background: #fbfbfb url("../../../base/images/bg.png");
border: 1px solid #dddddd;
border-width: 1px 0;
Expand All @@ -6717,7 +6719,7 @@ a.tag:hover {
float: left;
width: 178px;
padding: 15px;
margin: 15px 0 0 15px;
margin: 0 0 15px 15px;
background-color: white;
border-radius: 3px;
min-height: 1px;
Expand Down Expand Up @@ -6848,6 +6850,7 @@ a.tag:hover {
margin: 0;
list-style: none;
min-height: 205px;
padding-top: 15px;
background: #fbfbfb url("../../../base/images/bg.png");
border: 1px solid #dddddd;
border-width: 1px 0;
Expand All @@ -6873,7 +6876,7 @@ a.tag:hover {
float: left;
width: 178px;
padding: 15px;
margin: 15px 0 0 15px;
margin: 0 0 15px 15px;
background-color: white;
border-radius: 3px;
}
Expand Down Expand Up @@ -7329,6 +7332,9 @@ select[multiple].control-large input {
.form-actions .control-required-message:first-child {
margin-left: 0;
}
.form-actions {
overflow: auto;
}
@media (min-width: 768px) {
.form-actions {
text-align: right;
Expand All @@ -7344,6 +7350,7 @@ select[multiple].control-large input {
.form-actions .action-info {
float: left;
width: 50%;
margin-right: 15px;
}
}
.form-actions .action-info.small {
Expand Down Expand Up @@ -7423,7 +7430,8 @@ form .control-medium .info-block.info-inline {
margin-right: -15px;
padding: 10px 15px 0;
}
input[data-module="autocomplete"] {
input[data-module="autocomplete"],
select[data-module="autocomplete"] {
width: 100%;
}
.form-select label {
Expand Down Expand Up @@ -7903,7 +7911,7 @@ fieldset[disabled] .control-custom.disabled .checkbox.btn.focus {
.js .image-upload .btn-remove-url {
position: absolute;
margin-right: 0;
top: 4px;
top: 6px;
right: 5px;
padding: 0 12px;
border-radius: 100px;
Expand Down Expand Up @@ -8020,7 +8028,7 @@ fieldset[disabled] .control-custom.disabled .checkbox.btn.focus {
}
.resource-item .btn-group {
position: absolute;
top: 14px;
top: 9px;
right: 10px;
}
@media (max-width: 991px) {
Expand Down Expand Up @@ -9013,7 +9021,6 @@ h4 small {
}
@media (max-width: 767px) {
.wrapper {
margin: 0 -20px;
border-width: 0;
-webkit-box-shadow: 0;
box-shadow: 0;
Expand Down Expand Up @@ -9554,11 +9561,8 @@ h4 small {
}
}
@media (max-width: 991px) {
.account-masthead {
margin-left: -15px;
margin-right: -15px;
padding-left: 15px;
padding-right: 15px;
.navbar-toggle {
margin-right: 0;
}
.masthead .section {
float: none;
Expand All @@ -9574,6 +9578,13 @@ h4 small {
display: none;
}
}
@media (max-width: 767px) {
.masthead .navbar-collapse {
clear: both;
margin-left: 0;
margin-right: 0;
}
}
.site-footer {
margin-bottom: initial;
padding: 10px 0;
Expand Down
1 change: 1 addition & 0 deletions ckan/public/base/css/fuchsia.min.css

Large diffs are not rendered by default.

0 comments on commit 61e5d71

Please sign in to comment.