+.panel-toolbar .toolbar-button-groups-container .panel-toolbar-extra button {
+ /* this is uber specific */
+ font-size: 12px;
+ font-family: Sans-Serif;
+ padding: 2px 5px;
+ margin: 0px;
+ border: 0px solid black;
+ vertical-align: bottom;
+}
+
+/* Slider between panels */
+.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;
+}
+
+
+
+
+/* ================= */
+/* = Gallery panel = */
+/* ================= */
+.images-wrap {
+ overflow-x: hidden;
+ overflow-y: scroll;
+}
+
+/* =========================== */
+/* = DublinCore Editor panel = */
+/* =========================== */
+.panel-dceditor {
+ padding: 10px;
+}
+
+.panel-dceditor label {
+ display: block;
+ font-size: 12px;
+ margin-top: 10px;
+ color: #666;
+ font-weight: bold;
+}
+
+.panel-dceditor input, .panel-dceditor textarea {
+ width: 400px;
+ display: block;
+}
+
+div.isection {
+ margin: 1em auto;
+ border: 1px solid black;
+ padding: 0.5em 2em;
+ background: #9f9ffa;
+
+ width: 60%;
+}
+
+div.isection p {
+ margin: 0.5em 1em;
+}
+
+.change-notification {