further tweaks to colours and form layout

This commit is contained in:
Dave Cranwell 2014-06-19 13:47:09 +01:00
parent d1b321f859
commit 62fc679720
3 changed files with 5 additions and 5 deletions

View file

@ -246,7 +246,7 @@
.xdsoft_calendar td.xdsoft_default,
.xdsoft_calendar td.xdsoft_current,
.xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current{
background: $color-orange;
background: $color-salmon;
color:#fff;
font-weight: 700;
}

View file

@ -456,7 +456,7 @@ li.focused > .help{
.fields li{
@include row();
@include clearfix();
padding-top:0.5em;
padding-bottom:1.2em;
}

View file

@ -79,7 +79,7 @@
-webkit-font-smoothing: auto;
background:$color-salmon-light;
text-transform:uppercase;
padding:0.9em 0 0.9em 4em;
padding:0.9em 0 0.9em 4.1em;
font-size:0.95em;
margin:0 0 0.2em 0;
line-height:1.5em;
@ -188,9 +188,9 @@
&.publishing{
h2:before{
content:"7";
font-size:2.5em;
font-size:2.4em;
line-height:1.4em;
width:1.3em;
width:1.4em;
}
}