Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Fixes a minor style issues with boolean fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Mar 3, 2017
1 parent ec1df84 commit 2c0199e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
3 changes: 3 additions & 0 deletions HISTORY.rst
@@ -1,6 +1,9 @@
Changelog
---------

- Fixes a minor style issues with boolean fields.
[href]

- Adds a setting for the roles selected for the daily status e-mail.
[href]

Expand Down
14 changes: 9 additions & 5 deletions onegov/org/theme/styles/org.scss
Expand Up @@ -444,7 +444,7 @@ footer {

@media #{$medium-up} {
padding: .1rem 1.2rem !important;

&:hover {
@include primary-color-background;
}
Expand Down Expand Up @@ -555,6 +555,10 @@ form {
margin: .29rem .4rem 0 0 !important;
}

input[type="checkbox"] + span {
padding-bottom: 1rem;
}

input.invalid,
input.invalid:focus {
border-color: $alert-color;
Expand Down Expand Up @@ -970,6 +974,10 @@ ul.panel-links {
+ .marker-map {
margin: 1rem 1rem 0;
}

+ .location {
margin-top: 1rem;
}
}

> ul {
Expand Down Expand Up @@ -1039,10 +1047,6 @@ ul.panel-links {
white-space: pre-line;
word-break: break-all;
}

h2 + .location {
margin-top: 1rem;
}
}

.homepage .side-panel:first-child,
Expand Down

0 comments on commit 2c0199e

Please sign in to comment.