bottom: 0;
right: 0;;
width: 13px;
- background: #C1C1C1 url(/static/img/gallery.png) no-repeat scroll center center;
+ background: #C1C1C1 url(../img/gallery.png) no-repeat scroll center center;
border-left: 1px solid #999;
border-right: 1px solid #999;
cursor: w-resize;
display: block;
float: left;
margin: 4px 0 2px 0;
- padding: 0 5px 2px 5px;
+ padding: 2px 5px;
border: none;
background: none;
}
+.toolbar button img {
+ margin: 0;
+ padding: 0;
+ margin-bottom: -3px;
+}
+
+
.toolbar select {
float: left;
margin: 1px 5px 1px 0;
float: left;
font-size: 11px;
padding: 0;
- margin: 2px 5px 0 5px;
+ margin: 4px 5px 0px 5px;
+ vertical-align:baseline;
}
.toolbar-end {
.gallery-image {
position: absolute;
- top: 27px;
+ top: 30px;
right: 0;
bottom: 0;
left: 0;
float: left;
margin-right: 10px;
margin-top: -6px;
-}
\ No newline at end of file
+}
+
+
+.xml-iframe {
+ margin-left: 40px;
+}
+
+/*
+ * CodeMirror
+ */
+.CodeMirror-line-numbers {
+ background: #e6ddd5;
+ padding-top: 0.35em;
+}
+
+.CodeMirror-line-numbers div {
+ padding: 0;
+ padding-right: 4px;
+
+ font-size: 8pt;
+ line-height: 17px;
+ text-align: right;
+
+ width: 40px;
+}
+
\ No newline at end of file