From ac242f2b3eb149000ec7ba09ba72790cf758c942 Mon Sep 17 00:00:00 2001 From: Harris Lapiroff Date: Mon, 13 Jun 2011 10:58:14 -0400 Subject: [PATCH] Fixed vertical separators. --- .../contrib/gilbert/static/gilbert/murano/css/murano.css | 8 ++++++++ .../gilbert/murano/sass/murano/components/_toolbar.scss | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/philo/contrib/gilbert/static/gilbert/murano/css/murano.css b/philo/contrib/gilbert/static/gilbert/murano/css/murano.css index f380256..db56a3b 100644 --- a/philo/contrib/gilbert/static/gilbert/murano/css/murano.css +++ b/philo/contrib/gilbert/static/gilbert/murano/css/murano.css @@ -545,6 +545,14 @@ button { 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; } diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_toolbar.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_toolbar.scss index 2dba952..ae09b09 100644 --- a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_toolbar.scss +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_toolbar.scss @@ -21,4 +21,12 @@ 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 -- 2.20.1