account for shift of controls bar due to app navigation, do not shift on public page

This commit is contained in:
Jan-Christoph Borchardt 2013-11-19 15:53:49 +01:00 committed by Morris Jobke
parent b83e891456
commit c44f534c2b
1 changed files with 7 additions and 0 deletions

View File

@ -204,11 +204,18 @@ input[type="submit"].enabled {
right: 0;
left: 80px;
height: 44px;
width: 100%;
padding: 0;
margin: 0;
background: #eee;
border-bottom: 1px solid #e7e7e7;
z-index: 50;
}
/* account for shift of controls bar due to app navigation */
#body-user #controls,
#body-settings #controls {
padding-right: 75px;
}
#controls .button,
#controls button,
#controls input[type='submit'],