Fixed vertical separators.
authorHarris Lapiroff <hlapirof@oberlin.edu>
Mon, 13 Jun 2011 14:58:14 +0000 (10:58 -0400)
committerHarris Lapiroff <hlapirof@oberlin.edu>
Mon, 13 Jun 2011 14:58:14 +0000 (10:58 -0400)
philo/contrib/gilbert/static/gilbert/murano/css/murano.css
philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_toolbar.scss

index f380256..db56a3b 100644 (file)
@@ -545,6 +545,14 @@ button {
   border-left: 1px solid rgba(0, 0, 0, 0.25);
   height: 14px; }
 
   border-left: 1px solid rgba(0, 0, 0, 0.25);
   height: 14px; }
 
+/* line 26, ../sass/murano/components/_toolbar.scss */
+.x-toolbar-separator-vertical {
+  width: 100%;
+  height: 0;
+  border-top: 1px solid rgba(0, 0, 0, 0.25);
+  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
+  margin: 9px 0; }
+
 /* line 2, ../sass/murano/components/form/_htmleditor.scss */
 .x-html-editor-wrap {
   border: 1px solid black; }
 /* line 2, ../sass/murano/components/form/_htmleditor.scss */
 .x-html-editor-wrap {
   border: 1px solid black; }
index 2dba952..ae09b09 100644 (file)
        border-right:1px solid wha(.25);
        border-left:1px solid bla(.25);
        height:14px;
        border-right:1px solid wha(.25);
        border-left:1px solid bla(.25);
        height:14px;
+}
+
+.x-toolbar-separator-vertical{
+       width:100%;
+       height:0;
+       border-top:1px solid bla(.25);
+       border-bottom:1px solid wha(.25);
+       margin:9px 0;
 }
\ No newline at end of file
 }
\ No newline at end of file