body {
margin: 0;
- font: 10pt Helvetica, Verdana, sans-serif;
+ font: 12px Helvetica, Verdana, sans-serif;
overflow: hidden;
background: #AAA;
}
overflow: none;
}
+.panel-container select {
+ z-index: 1100;
+}
+
.xmlview {
height: 100%;
}
top: auto;
bottom: auto;
height: 40px;
+}
+
+.buttontoolbarview {
+ display: block;
+ background-color: #CCC;
+}
+
+.buttontoolbarview a {
+ color: #000;
+ text-decoration: none;
+}