+.panel-wrap .panel-toolbar {
+ position: absolute;
+ top: 0px; left:0px; right: 0px; height: 26px;
+ padding: 0px;
+
+ border-bottom: 1px solid #AAA;
+ z-index: 80;
+}
+.panel-wrap .panel-slider {
+ position: absolute;
+ background-color: #DDD;
+
+ top: 0px; bottom: 0px; right: 0px; width: 4px;
+
+ border-left: 1px solid #999;
+ border-right: 1px solid #999;
+ border-top: none;
+ border-bottom: none;
+
+ z-index: 90;
+ cursor: col-resize;
+}
+
+.panel-wrap .panel-slider:hover {
+ background-color: #999;
+}
+
+.panel-content-overlay.panel-wrap .panel-slider {
+ background-color: #DDD;
+}
+
+*/
+
+/* OLD STUFF AGAIN */
+
+/* Commit dialog */
+#commit-dialog-error-empty-message {