|
|
@@ -4,8 +4,6 @@ body {
|
|
|
}
|
|
|
|
|
|
button {
|
|
|
- width: 32px;
|
|
|
- height: 32px;
|
|
|
border: 0;
|
|
|
background-color: #404040;
|
|
|
color: #fff;
|
|
|
@@ -16,18 +14,17 @@ button {
|
|
|
position: fixed;
|
|
|
width: 100%;
|
|
|
height: 32px;
|
|
|
+ line-height: 32px;
|
|
|
background-color: #404040;
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
#toolbarViewerLeft {
|
|
|
- height: 32px;
|
|
|
margin-left: 20px;
|
|
|
float: left;
|
|
|
}
|
|
|
|
|
|
#toolbarViewerRight {
|
|
|
- height: 32px;
|
|
|
margin-right: 20px;
|
|
|
float: right;
|
|
|
}
|
|
|
@@ -35,5 +32,5 @@ button {
|
|
|
#viewerContainer {
|
|
|
text-align: center;
|
|
|
background-color: #505050;
|
|
|
- padding: 50px;
|
|
|
+ padding: 50px 0px 10px 0px;
|
|
|
}
|