Merge branch 'feature/ui-improvements' into develop

This commit is contained in:
Luke Barratt 2015-04-08 09:22:55 +01:00
commit 0ce692951a
5 changed files with 14 additions and 5 deletions

View file

@ -5,7 +5,7 @@
.flash {
@include span-columns(12);
margin-bottom: 20px;
font-weight: 400;
font-weight: bold;
&.notice {
@include flash;
@ -109,4 +109,4 @@ div#errors {
}
}
}
}
}

View file

@ -27,6 +27,13 @@ body#tinymce {
#container {
min-height: 100%;
min-width: 1020px;
background: {
color: $blue;
image: image-url("#{$theme-path}/layout/background.jpg");
position: top center;
repeat: no-repeat;
}
}
.wrapper {

View file

@ -6,4 +6,4 @@ select {
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
}
}

View file

@ -10,6 +10,7 @@ body {
font-family: $base-font-family;
font-size: $base-font-size;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: $base-line-height;
}
@ -17,6 +18,7 @@ h1, h2, h3, h4, h5, h6 {
font-family: $header-font-family;
line-height: 1.25em;
margin: 0;
opacity:0.99;
text-rendering: optimizeLegibility; // Fix the character spacing for headings
font-weight: 400;
@ -56,7 +58,7 @@ p {
a {
color: $base-link-color;
text-decoration: none;
font-weight: 400;
font-weight: bold;
@include transition(color 0.1s linear);
&:hover {

View file

@ -222,4 +222,4 @@ table.staff {
.age {
width: 5%;
}
}
}