Merge commit '5792277' into reapply-design-updates-pre-split

This commit is contained in:
Dave Cranwell 2014-02-05 11:31:40 +00:00
parent b34e1981d2
commit 757b90bb52
3 changed files with 8 additions and 3 deletions

View file

@ -360,7 +360,7 @@ ul.listing{
border-width:0 0 0 1px !important;
> li{
padding:@grid-gutter-width/2;
padding:1.3em;
width:200px;
height:220px;
text-align:center;

View file

@ -742,7 +742,7 @@ footer, .logo{
@media screen and (min-width: @breakpoint-desktop-larger){
body{
margin:0;
background:#555;
background:#DDD;
}
.wrapper{
background-color:@color-grey-5;

View file

@ -152,7 +152,8 @@
.error,
.error input,
.error textarea{
.error textarea,
.error .richtext{
background-color:@color-input-error-bg;
}
}
@ -164,6 +165,10 @@
font-size:2em;
padding-top:2em;
}
&.title input{
padding-top:1.5em;
padding-bottom:1.5em;
}
.multiple{
.transition(max-height 10s ease);