Skip to content

Commit

Permalink
[#2375] Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Aug 14, 2012
1 parent ddc98cc commit e4b164f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ckan/public/base/css/main.css
Expand Up @@ -4609,6 +4609,12 @@ ul.icons li .icon-large:before {
.module-content > :last-child {
margin-bottom: 0;
}
.module-border-top {
border-top: 1px dotted #cccccc;
}
.module-border-bottom {
border-bottom: 1px dotted #cccccc;
}
.module-footer {
padding: 7px 25px 7px;
border-top: 1px dotted #cccccc;
Expand Down Expand Up @@ -5010,6 +5016,9 @@ ol.media-grid:after {
.js .js-hide {
display: none;
}
.js .js-hide.active {
display: block;
}
.btn,
label {
font-weight: bold;
Expand Down
4 changes: 4 additions & 0 deletions ckan/public/base/less/forms.less
Expand Up @@ -2,6 +2,10 @@
display:none;
}

.js .js-hide.active {
display: block;
}

.btn,
label {
font-weight: bold;
Expand Down
8 changes: 8 additions & 0 deletions ckan/public/base/less/module.less
Expand Up @@ -57,6 +57,14 @@
margin-bottom: 0;
}

.module-border-top {
border-top: 1px dotted @genericBorderColor;
}

.module-border-bottom {
border-bottom: 1px dotted @genericBorderColor;
}

.module-footer {
padding: 7px @gutterX 7px;
border-top: 1px dotted @genericBorderColor;
Expand Down

0 comments on commit e4b164f

Please sign in to comment.