fix trashbin and pbulic page controls

This commit is contained in:
Morris Jobke 2013-12-03 10:59:22 +01:00
parent a6f10a59fc
commit 62827376b8
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -49,6 +49,10 @@ body {
vertical-align:text-bottom;
}
#controls {
left: 0;
}
#preview {
background: #fff;
text-align: center;