fix public page - gallery view issues

This commit is contained in:
Morris Jobke 2013-12-03 13:46:58 +01:00
parent 62827376b8
commit b3a96c081b
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
padding: 0 !important; /* override default control bar button padding */
}
#trash {
margin-right: 12px;
margin-right: 8px;
float: right;
z-index: 1010;
padding: 10px;

View File

@ -202,7 +202,7 @@ input[type="submit"].enabled {
box-sizing: border-box;
position: fixed;
right: 0;
left: 80px;
left: 0;
height: 44px;
width: 100%;
padding: 0;
@ -214,7 +214,7 @@ input[type="submit"].enabled {
/* account for shift of controls bar due to app navigation */
#body-user #controls,
#body-settings #controls {
padding-right: 75px;
padding-left: 80px;
}
#controls .button,
#controls button,