|
|
@ -309,7 +309,7 @@ input[type="submit"].enabled { |
|
|
position: fixed; |
|
|
position: fixed; |
|
|
top:45px; |
|
|
top:45px; |
|
|
right: 0; |
|
|
right: 0; |
|
|
left:380px; |
|
|
|
|
|
|
|
|
left:0; |
|
|
height: 44px; |
|
|
height: 44px; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
padding: 0; |
|
|
padding: 0; |
|
|
@ -320,6 +320,9 @@ input[type="submit"].enabled { |
|
|
} |
|
|
} |
|
|
/* account for shift of controls bar due to app navigation */ |
|
|
/* account for shift of controls bar due to app navigation */ |
|
|
#body-user #controls, |
|
|
#body-user #controls, |
|
|
|
|
|
#body-settings #controls { |
|
|
|
|
|
padding-left: 80px; |
|
|
|
|
|
} |
|
|
#controls .button, |
|
|
#controls .button, |
|
|
#controls button, |
|
|
#controls button, |
|
|
#controls input[type='submit'], |
|
|
#controls input[type='submit'], |
|
|
|