Skip to content

Commit

Permalink
CSS: Restyle borders
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Oct 1, 2015
1 parent e939fef commit 5113abf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions public/css/icinga/base.less
Expand Up @@ -39,12 +39,14 @@ body {
}

h1 {
border-bottom: 1px solid @gray-lightest;
font-size: 18px;
font-weight: normal;
line-height: 22px;
}

h2 {
border-bottom: 1px solid @gray-lightest;
font-size: 16px;
font-weight: normal;
line-height: 19px;
Expand Down
10 changes: 8 additions & 2 deletions public/css/icinga/layout-structure.less
Expand Up @@ -141,11 +141,17 @@ html {
background-color: white;
padding: 1em 1em 0;
z-index: 100;

h1 {
margin: 0;
margin-top: @horizontal-padding;
}
}

.container .controls.separated {
box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.2);
padding-bottom: 0.5em;
// border-bottom: 1px solid @gray-lightest;
padding-bottom: @horizontal-padding / 2
}

.container .fake-controls {
Expand Down Expand Up @@ -321,7 +327,7 @@ html {
}

#layout.twocols #col2 {
border-left: 1px solid #d9d9d9;
border-left: 1px solid @gray-light;
display: block;
}

Expand Down

0 comments on commit 5113abf

Please sign in to comment.