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

This commit is contained in:
Dave Cranwell 2014-02-05 11:12:55 +00:00
parent 91618e2208
commit 5faefd59a5
4 changed files with 20 additions and 4 deletions

View file

@ -612,6 +612,10 @@ input[type=submit], input[type=reset], input[type=button], .button, button{
}
*/
@media screen and (min-width: @breakpoint-mobile){
.fields{
max-width:800px;
}
input[type=submit], input[type=reset], input[type=button], .button, button{
font-size:0.95em;
padding:0.8em 1.4em;

View file

@ -5,7 +5,9 @@
padding:0;
li{
display:inline-block;
list-style-type:none;
width:48%;
float:left;
border:1px solid @color-grey-4;
border-width:1px 1px 0px 1px;
background-color:@color-grey-5;
@ -24,7 +26,7 @@
font-size:1.2em;
text-decoration:none;
display:block;
padding:0 50px;
padding:0 20px;
color:@color-grey-2;
border-bottom:1px solid transparent;
@ -59,7 +61,14 @@
@media screen and (min-width: @breakpoint-mobile){
.tab-nav li{
float:none;
width:auto;
padding:0;
display:inline-block;
}
.tab-nav a{
padding:0 50px;
}
.modal-content .tab-nav li{

View file

@ -187,6 +187,10 @@
}
}
.fields{
max-width:100%;
}
/* removes top padding from multiples used within another panel */
.fields .multiple{
padding-top:0;

View file

@ -2,13 +2,12 @@
.hallotoolbar{
position:absolute;
left:5.83%;
left:50px;
z-index:5;
margin-top:3em;
}
.hallotoolbar.affixed{
position:fixed;
left:5.83%;
margin-left:140px;
margin-top:0;
}