fixing position of jquery ui widgets

This commit is contained in:
Dave Cranwell 2014-05-08 16:51:28 +01:00
parent acf15a1f1a
commit cd702d99de
2 changed files with 6 additions and 16 deletions

View file

@ -707,7 +707,7 @@ footer, .logo{
padding-right:$desktop-nice-padding;
}
body{
.wrapper{
margin-left:$menu-width;
}
@ -726,7 +726,7 @@ footer, .logo{
left:0;
height:100%;
width:$menu-width;
margin-left: -$menu-width;
margin-left: 0;
.inner{
height:100%;

View file

@ -3,14 +3,13 @@
.hallotoolbar{
position:absolute;
left:50px;
left:$mobile-nice-padding;
z-index:5;
margin-top:4em;
margin-left:0em;
}
.hallotoolbar.affixed{
position:fixed;
margin-left:140px;
margin-top:0;
}
.hallotoolbar button{
@ -149,17 +148,8 @@
}
}
@media screen and (min-width: $breakpoint-desktop-larger){
/* .hallotoolbar{
margin:0 auto;
position:absolute;
left:-$menu-width;
right:0;
z-index:5;
margin-top:3em;
@media screen and (min-width: $breakpoint-mobile){
.hallotoolbar{
left:$menu-width + $desktop-nice-padding;
}
.hallotoolbar.affixed{
position:fixed;
margin:0 auto;
}*/
}