From: Harris Lapiroff Date: Thu, 9 Jun 2011 18:12:33 +0000 (-0400) Subject: Replaced the old murano with the new. X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/60354e5fa838561c83748337555a84a4e0b6bdf9?ds=sidebyside;hp=--cc Replaced the old murano with the new. --- 60354e5fa838561c83748337555a84a4e0b6bdf9 diff --git a/philo/contrib/gilbert/static/gilbert/murano/css/murano.css b/philo/contrib/gilbert/static/gilbert/murano/css/murano.css new file mode 100644 index 0000000..64309f7 --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/css/murano.css @@ -0,0 +1,3442 @@ +/* BASE VARIABLES * + * -------------- */ +/* PANEL VARIABLES * + * --------------- */ +/* WINDOW VARIABLES * + * ---------------- */ +/* line 4, ../sass/murano/_core.scss */ +body { + background: #cccccc url("http://apod.nasa.gov/apod/image/1010/LagoonClose_hst.jpg") center center repeat fixed; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } + +/* WAT IS THIS I DON'T EVEN * + * ------------------------- */ +/* line 12, ../sass/murano/_core.scss */ +.x-border-layout-ct { + background: transparent !important; } + +/* line 16, ../sass/murano/_core.scss */ +.x-css-shadow { + display: none !important; } + +/* line 20, ../sass/murano/_core.scss */ +.x-tool img { + background-image: url('../../extjs/resources/themes/images/murano/tools/tool-sprites.png') !important; } + +/* line 24, ../sass/murano/_core.scss */ +.x-layout-split-left { + background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-left.png') no-repeat top right !important; } + +/* line 28, ../sass/murano/_core.scss */ +.x-layout-split-right { + background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-right.png') no-repeat top left !important; } + +/* line 32, ../sass/murano/_core.scss */ +.x-layout-split-top { + background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-bottom.png') no-repeat top left !important; } + +/* line 36, ../sass/murano/_core.scss */ +.x-layout-split-bottom { + background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-top.png') no-repeat top left !important; } + +/* line 41, ../sass/murano/_core.scss */ +.x-splitter-collapsed .x-layout-split-left { + background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-right.png') no-repeat top left !important; } +/* line 45, ../sass/murano/_core.scss */ +.x-splitter-collapsed .x-layout-split-right { + background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-left.png') no-repeat top right !important; } +/* line 49, ../sass/murano/_core.scss */ +.x-splitter-collapsed .x-layout-split-top { + background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-top.png') no-repeat top left !important; } +/* line 53, ../sass/murano/_core.scss */ +.x-splitter-collapsed .x-layout-split-bottom { + background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-bottom.png') no-repeat top left !important; } + +/* VARIABLES THAT $include-default: false; DOES NOT GET RID OF * + * ----------------------------------------------------------- */ +/* line 1, ../sass/murano/components/_panel.scss */ +.x-panel { + background: rgba(0, 0, 0, 0.85); + overflow: hidden; + position: relative; } + +/* line 9, ../sass/murano/components/_panel.scss */ +.x-panel .x-panel .x-panel-body, .x-window .x-panel .x-panel-body { + background: #222; } + +/* line 15, ../sass/murano/components/_panel.scss */ +.x-panel-header { + background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))); + background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35); + -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35); + -o-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35); + box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35); + border-top: 1px solid #FFF; + line-height: 24px; + height: 24px; + padding: 0 3px 0 6px; } + +/* line 24, ../sass/murano/components/_panel.scss */ +.x-panel-body { + position: relative; + padding: 0; } + +/* FRAMED PANEL + * ------------ */ +/* line 31, ../sass/murano/components/_panel.scss */ +.x-panel-default-framed { + border: 1px solid rgba(255, 255, 255, 0.5); + border-top-color: white; + -moz-border-radius: 6px; + -webkit-border-radius: 6px; + -o-border-radius: 6px; + -ms-border-radius: 6px; + -khtml-border-radius: 6px; + border-radius: 6px; } + +/* line 37, ../sass/murano/components/_panel.scss */ +.x-panel-default-framed .x-panel-header { + border-top: 0; + -moz-border-radius: 6px 6px 0 0; + -webkit-border-radius: 6px 6px 0 0; + -o-border-radius: 6px 6px 0 0; + -ms-border-radius: 6px 6px 0 0; + -khtml-border-radius: 6px 6px 0 0; + border-radius: 6px 6px 0 0; + margin-top: 1px; + margin-left: 1px; + margin-right: 1px; } + +/* MASKED PANEL + * ------------ */ +/* line 50, ../sass/murano/components/_panel.scss */ +.x-mask-msg { + background: #333333 !important; + background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) !important; + background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important; + background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important; + background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important; + background-image: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + -o-border-radius: 4px; + -ms-border-radius: 4px; + -khtml-border-radius: 4px; + border-radius: 4px; + -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75); + -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75); + -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75); + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75); + border: 1px solid #333333 !important; + border-top: 1px solid #888888 !important; } + /* line 57, ../sass/murano/components/_panel.scss */ + .x-mask-msg div { + background-color: black !important; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + -o-border-radius: 3px; + -ms-border-radius: 3px; + -khtml-border-radius: 3px; + border-radius: 3px; + border: 1px solid #333333 !important; + border-bottom: 1px solid #888888 !important; + color: #cccccc !important; } + +/* line 1, ../sass/murano/components/_window.scss */ +.x-window { + background: rgba(0, 0, 0, 0.85); + -moz-border-radius: 6px; + -webkit-border-radius: 6px; + -o-border-radius: 6px; + -ms-border-radius: 6px; + -khtml-border-radius: 6px; + border-radius: 6px; + -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.425), 0 0 0 1px rgba(0, 0, 0, 0.425) inset; + -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.425), 0 0 0 1px rgba(0, 0, 0, 0.425) inset; + -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.425), 0 0 0 1px rgba(0, 0, 0, 0.425) inset; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.425), 0 0 0 1px rgba(0, 0, 0, 0.425) inset; + border: 1px solid rgba(255, 255, 255, 0.5); + border-top-color: white; } + +/* line 9, ../sass/murano/components/_window.scss */ +.x-window-header { + background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))); + background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + -moz-border-radius: 6px 6px 0 0; + -webkit-border-radius: 6px 6px 0 0; + -o-border-radius: 6px 6px 0 0; + -ms-border-radius: 6px 6px 0 0; + -khtml-border-radius: 6px 6px 0 0; + border-radius: 6px 6px 0 0; + -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35); + -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35); + -o-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35); + box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35); + padding: 0 3px 0 6px; + line-height: 24px; + height: 24px; } + +/* line 18, ../sass/murano/components/_window.scss */ +.x-window-body { + position: relative; + padding: 0; + background-color: rgba(0, 0, 0, 0.1); } + +/* line 1, ../sass/murano/components/_button.scss */ +button { + margin: 0; + padding: 0; + background: none; + border-width: 0; } + +/* line 8, ../sass/murano/components/_button.scss */ +.x-btn, .x-btn-pressed { + background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))); + background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.213); + -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.213); + -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.213); + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.213); + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + -o-border-radius: 2px; + -ms-border-radius: 2px; + -khtml-border-radius: 2px; + border-radius: 2px; + background-color: rgba(0, 0, 0, 0.425); + border: 1px solid rgba(255, 255, 255, 0.3); + border-top-color: rgba(255, 255, 255, 0.5); + border-bottom-color: rgba(255, 255, 255, 0.05); + margin-top: 1px; + margin-bottom: 1px; + position: relative; + white-space: nowrap; + display: inline-block; + padding: 2px; } + /* line 24, ../sass/murano/components/_button.scss */ + .x-btn em, .x-btn-pressed em { + display: block; } + +/* line 29, ../sass/murano/components/_button.scss */ +.x-btn-over { + border-color: #066cd1; + border-top-color: #439ffa; + border-bottom-color: #05529f; } + +/* line 35, ../sass/murano/components/_button.scss */ +.x-btn-pressed { + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); + border-top-color: rgba(255, 255, 255, 0.4); + border-bottom-color: rgba(255, 255, 255, 0.1); } + +/* line 43, ../sass/murano/components/_button.scss */ +.x-btn-menu-active { + background: rgba(0, 0, 0, 0.5); + -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset, 0 0 0 1px rgba(0, 0, 0, 0.213); + -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset, 0 0 0 1px rgba(0, 0, 0, 0.213); + -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset, 0 0 0 1px rgba(0, 0, 0, 0.213); + box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset, 0 0 0 1px rgba(0, 0, 0, 0.213); + border: 1px solid rgba(255, 255, 255, 0.5); } + +/* line 49, ../sass/murano/components/_button.scss */ +.x-btn-inner { + display: block; + padding: 0 5px; + color: white; + background-repeat: no-repeat; } + +/* different sizes */ +/* line 63, ../sass/murano/components/_button.scss */ +.x-btn-noicon .x-btn-inner, .x-btn-default-icon .x-btn-inner, .x-btn-icon-text-left .x-btn-inner, .x-btn-icon-text-right .x-btn-inner { + line-height: 16px; } + +/* line 69, ../sass/murano/components/_button.scss */ +.x-btn-default-medium-noicon .x-btn-inner, .x-btn-default-medium-icon-text-left .x-btn-inner, .x-btn-default-medium-icon-text-right .x-btn-inner { + line-height: 24px; } + +/* line 75, ../sass/murano/components/_button.scss */ +.x-btn-default-large-noicon .x-btn-inner, .x-btn-default-large-icon-text-left .x-btn-inner, .x-btn-default-large-icon-text-right .x-btn-inner { + line-height: 32px; } + +/* icons + * ----- */ +/* icon only */ +/* line 85, ../sass/murano/components/_button.scss */ +.x-btn-default-small-icon .x-btn-inner, .x-btn-icon .x-btn-inner { + padding: 0; + width: 16px; + height: 16px; } + +/* line 90, ../sass/murano/components/_button.scss */ +.x-btn-default-medium-icon .x-btn-inner { + padding: 0; + width: 24px; + height: 24px; } + +/* line 95, ../sass/murano/components/_button.scss */ +.x-btn-default-large-icon .x-btn-inner { + padding: 0; + width: 32px; + height: 32px; } + +/* text w/ icon left */ +/* line 103, ../sass/murano/components/_button.scss */ +.x-btn-icon-text-left { + background-position: 0 center; } + +/* line 107, ../sass/murano/components/_button.scss */ +.x-btn-icon-text-left .x-btn-inner { + padding-left: 18px; } + +/* line 110, ../sass/murano/components/_button.scss */ +.x-btn-default-medium-icon-text-left .x-btn-inner { + padding-left: 26px; } + +/* line 113, ../sass/murano/components/_button.scss */ +.x-btn-default-large-icon-text-left .x-btn-inner { + padding-left: 34px; } + +/* text w/ icon top */ +/* line 119, ../sass/murano/components/_button.scss */ +.x-btn-icon-text-top .x-btn-inner { + background-position: center 2px; } + +/* line 122, ../sass/murano/components/_button.scss */ +.x-btn-default-small-icon-text-top .x-btn-inner { + padding-top: 18px; } + +/* line 125, ../sass/murano/components/_button.scss */ +.x-btn-default-medium-icon-text-top .x-btn-inner { + padding-top: 26px; } + +/* line 128, ../sass/murano/components/_button.scss */ +.x-btn-default-large-icon-text-top .x-btn-inner { + padding-top: 34px; } + +/* text w/ icon right */ +/* line 134, ../sass/murano/components/_button.scss */ +.x-btn-icon-text-right .x-btn-inner { + background-position: right center; } + +/* line 137, ../sass/murano/components/_button.scss */ +.x-btn-default-small-icon-text-right .x-btn-inner { + padding-right: 18px; } + +/* line 140, ../sass/murano/components/_button.scss */ +.x-btn-default-medium-icon-text-right .x-btn-inner { + padding-right: 26px; } + +/* line 143, ../sass/murano/components/_button.scss */ +.x-btn-default-large-icon-text-right .x-btn-inner { + padding-right: 34px; } + +/* text w/ icon bottom */ +/* line 149, ../sass/murano/components/_button.scss */ +.x-btn-icon-text-bottom .x-btn-inner { + background-position: center bottom; } + +/* line 152, ../sass/murano/components/_button.scss */ +.x-btn-default-small-icon-text-bottom .x-btn-inner { + padding-bottom: 16px; } + +/* line 155, ../sass/murano/components/_button.scss */ +.x-btn-default-medium-icon-text-bottom .x-btn-inner { + padding-bottom: 24px; } + +/* line 158, ../sass/murano/components/_button.scss */ +.x-btn-default-large-icon-text-bottom .x-btn-inner { + padding-bottom: 32px; } + +/* arrow on right */ +/* line 163, ../sass/murano/components/_button.scss */ +.x-btn-arrow-right { + padding-right: 14px; + background: transparent url('../../extjs/resources/themes/images/murano/btn/menu.png') right center no-repeat; } + +/* arrow on botton */ +/* line 169, ../sass/murano/components/_button.scss */ +.x-btn-arrow-bottom { + padding-bottom: 14px; + background: transparent url('../../extjs/resources/themes/images/murano/btn/menu.png') center bottom no-repeat; } + +/* split on right */ +/* line 176, ../sass/murano/components/_button.scss */ +.x-btn-split-right { + padding-right: 16px; + background: transparent url('../../extjs/resources/themes/images/murano/btn/splith.png') right center no-repeat; + display: block; } + +/* split on bottom */ +/* line 184, ../sass/murano/components/_button.scss */ +.x-btn-split-bottom { + padding-bottom: 16px; + background: transparent url('../../extjs/resources/themes/images/murano/btn/splitv.png') center bottom no-repeat; + display: block; } + +/* line 1, ../sass/murano/components/_grid.scss */ +.x-grid-view { + position: relative; + overflow: hidden; } + +/* line 6, ../sass/murano/components/_grid.scss */ +.x-grid-header-ct { + background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #aaaaaa)); + background: -webkit-linear-gradient(top, #cccccc, #aaaaaa); + background: -moz-linear-gradient(top, #cccccc, #aaaaaa); + background: -o-linear-gradient(top, #cccccc, #aaaaaa); + background: linear-gradient(top, #cccccc, #aaaaaa); + -moz-box-shadow: 0 1px 0 0 #999999; + -webkit-box-shadow: 0 1px 0 0 #999999; + -o-box-shadow: 0 1px 0 0 #999999; + box-shadow: 0 1px 0 0 #999999; } + +/* line 11, ../sass/murano/components/_grid.scss */ +.x-column-header { + border-top: 1px solid #DDD; + padding: 2px 5px; + color: #222; + text-shadow: 0 1px 0 #FFF; + white-space: nowrap; } + +/* line 19, ../sass/murano/components/_grid.scss */ +.x-column-header { + overflow: hidden; } + /* line 21, ../sass/murano/components/_grid.scss */ + .x-column-header .x-column-header-trigger { + display: none; + background: transparent url('../../extjs/resources/themes/images/murano/triggericons/spinner-down.png') center 6px no-repeat; + width: 20px; } + /* line 27, ../sass/murano/components/_grid.scss */ + .x-column-header-over .x-column-header-trigger, .x-column-header-open .x-column-header-trigger { + display: block; + background-color: #AAA; + border-left: 1px solid #FFF; + border-right: 1px solid #888; } + +/* line 37, ../sass/murano/components/_grid.scss */ +.x-column-header-sort-DESC, .x-column-header-sort-ASC { + border-top: 1px solid #BBB; + background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aaaaaa), color-stop(100%, #888888)); + background: -webkit-linear-gradient(top, #aaaaaa, #888888); + background: -moz-linear-gradient(top, #aaaaaa, #888888); + background: -o-linear-gradient(top, #aaaaaa, #888888); + background: linear-gradient(top, #aaaaaa, #888888); + -moz-box-shadow: 0 1px 0 0 #777777; + -webkit-box-shadow: 0 1px 0 0 #777777; + -o-box-shadow: 0 1px 0 0 #777777; + box-shadow: 0 1px 0 0 #777777; + text-shadow: 0 1px 0 #DDD; } + +/* line 44, ../sass/murano/components/_grid.scss */ +.x-column-header-trigger { + width: 14px; + height: 100%; + position: absolute; + top: 0; + right: 0; } + +/* line 53, ../sass/murano/components/_grid.scss */ +.x-grid-table { + font-size: inherit; + border-collapse: separate; + border-spacing: 0; + table-layout: fixed; } + /* line 58, ../sass/murano/components/_grid.scss */ + .x-grid-table td, .x-grid-table th { + overflow: hidden; + text-align: left; + white-space: nowrap; + vertical-align: top; } + +/* line 65, ../sass/murano/components/_grid.scss */ +.x-grid-cell-inner { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + padding: 3px 6px; } + +/* line 74, ../sass/murano/components/_grid.scss */ +.x-grid-row td { + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; } + +/* line 80, ../sass/murano/components/_grid.scss */ +.x-grid-row-alt { + background: rgba(255, 255, 255, 0.1); } + /* line 82, ../sass/murano/components/_grid.scss */ + .x-grid-row-alt td { + border-top: 1px solid rgba(255, 255, 255, 0.05); + border-bottom: 1px solid rgba(255, 255, 255, 0.05); } + +/* line 89, ../sass/murano/components/_grid.scss */ +.x-grid-row-over td { + background: rgba(255, 255, 255, 0.05); } + +/* line 94, ../sass/murano/components/_grid.scss */ +.x-grid-row-selected { + background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))); + background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background-image: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background-color: #222; } + /* line 97, ../sass/murano/components/_grid.scss */ + .x-grid-row-selected td { + border-top: 1px solid #CCC; + border-bottom: 1px solid #777; } + +/* line 103, ../sass/murano/components/_grid.scss */ +.x-grid-resize-marker { + background: #FFF; + width: 1px; + position: absolute; } + +/* line 1, ../sass/murano/components/_toolbar.scss */ +.x-toolbar { + background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #222222), color-stop(10%, #444444), color-stop(90%, #666666), color-stop(100%, #444444)); + background: -webkit-linear-gradient(top, #222222 0%, #444444 10%, #666666 90%, #444444 100%); + background: -moz-linear-gradient(top, #222222 0%, #444444 10%, #666666 90%, #444444 100%); + background: -o-linear-gradient(top, #222222 0%, #444444 10%, #666666 90%, #444444 100%); + background: linear-gradient(top, #222222 0%, #444444 10%, #666666 90%, #444444 100%); + padding: 3px 0; } + +/* line 7, ../sass/murano/components/_toolbar.scss */ +.x-toolbar-item { + margin-left: 3px; + margin-right: 3px; + white-space: nowrap; } + +/* line 14, ../sass/murano/components/_toolbar.scss */ +.x-toolbar-text { + font-size: 11px; + margin-left: 10px; + white-space: nowrap; } + +/* line 21, ../sass/murano/components/_toolbar.scss */ +.x-window .x-toolbar-docked-bottom, .x-panel-default-framed .x-toolbar-docked-bottom { + -moz-border-radius: 0 0 4px 4px; + -webkit-border-radius: 0 0 4px 4px; + -o-border-radius: 0 0 4px 4px; + -ms-border-radius: 0 0 4px 4px; + -khtml-border-radius: 0 0 4px 4px; + border-radius: 0 0 4px 4px; } + +/* line 26, ../sass/murano/components/_toolbar.scss */ +.x-toolbar-separator { + border-right: 1px solid rgba(255, 255, 255, 0.25); + border-left: 1px solid rgba(0, 0, 0, 0.25); + height: 14px; } + +/* line 2, ../sass/murano/components/form/_htmleditor.scss */ +.x-html-editor-wrap { + border: 1px solid black; } + /* line 5, ../sass/murano/components/form/_htmleditor.scss */ + .x-html-editor-wrap .x-toolbar { + border-top-width: 0; + border-left-width: 0; + border-right-width: 0; } + /* line 11, ../sass/murano/components/form/_htmleditor.scss */ + .x-html-editor-wrap textarea { + background-color: white; } + +/* line 16, ../sass/murano/components/form/_htmleditor.scss */ +.x-html-editor-tb .x-btn-inner { + display: block; + width: 16px; + padding: 0; + height: 16px; + margin: 4px 2px; + background: transparent url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png') no-repeat; } + +/* line 26, ../sass/murano/components/form/_htmleditor.scss */ +.x-html-editor-tb .x-edit-bold, +.x-menu-item img.x-edit-bold { + background-position: 0 0; + background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); } + +/* line 32, ../sass/murano/components/form/_htmleditor.scss */ +.x-html-editor-tb .x-edit-italic, +.x-menu-item img.x-edit-italic { + background-position: -16px 0; + background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); } + +/* line 38, ../sass/murano/components/form/_htmleditor.scss */ +.x-html-editor-tb .x-edit-underline, +.x-menu-item img.x-edit-underline { + background-position: -32px 0; + background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); } + +/* line 44, ../sass/murano/components/form/_htmleditor.scss */ +.x-html-editor-tb .x-edit-forecolor, +.x-menu-item img.x-edit-forecolor { + background-position: -160px 0; + background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); } + +/* line 50, ../sass/murano/components/form/_htmleditor.scss */ +.x-html-editor-tb .x-edit-backcolor, +.x-menu-item img.x-edit-backcolor { + background-position: -176px 0; + background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); } + +/* line 56, ../sass/murano/components/form/_htmleditor.scss */ +.x-html-editor-tb .x-edit-justifyleft, +.x-menu-item img.x-edit-justifyleft { + background-position: -112px 0; + background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); } + +/* line 62, ../sass/murano/components/form/_htmleditor.scss */ +.x-html-editor-tb .x-edit-justifycenter, +.x-menu-item img.x-edit-justifycenter { + background-position: -128px 0; + background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); } + +/* line 68, ../sass/murano/components/form/_htmleditor.scss */ +.x-html-editor-tb .x-edit-justifyright, +.x-menu-item img.x-edit-justifyright { + background-position: -144px 0; + background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); } + +/* line 74, ../sass/murano/components/form/_htmleditor.scss */ +.x-html-editor-tb .x-edit-insertorderedlist, +.x-menu-item img.x-edit-insertorderedlist { + background-position: -80px 0; + background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); } + +/* line 80, ../sass/murano/components/form/_htmleditor.scss */ +.x-html-editor-tb .x-edit-insertunorderedlist, +.x-menu-item img.x-edit-insertunorderedlist { + background-position: -96px 0; + background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); } + +/* line 86, ../sass/murano/components/form/_htmleditor.scss */ +.x-html-editor-tb .x-edit-increasefontsize, +.x-menu-item img.x-edit-increasefontsize { + background-position: -48px 0; + background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); } + +/* line 92, ../sass/murano/components/form/_htmleditor.scss */ +.x-html-editor-tb .x-edit-decreasefontsize, +.x-menu-item img.x-edit-decreasefontsize { + background-position: -64px 0; + background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); } + +/* line 98, ../sass/murano/components/form/_htmleditor.scss */ +.x-html-editor-tb .x-edit-sourceedit, +.x-menu-item img.x-edit-sourceedit { + background-position: -192px 0; + background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); } + +/* line 104, ../sass/murano/components/form/_htmleditor.scss */ +.x-html-editor-tb .x-edit-createlink, +.x-menu-item img.x-edit-createlink { + background-position: -208px 0; + background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); } + +/* line 109, ../sass/murano/components/form/_htmleditor.scss */ +.x-html-editor-tip .x-tip-bd .x-tip-bd-inner { + padding: 5px; + padding-bottom: 1px; } + +/* line 115, ../sass/murano/components/form/_htmleditor.scss */ +.x-html-editor-tb .x-toolbar { + position: static !important; } +/* line 118, ../sass/murano/components/form/_htmleditor.scss */ +.x-html-editor-tb .x-font-select { + font-size: 11px; } + +/* line 123, ../sass/murano/components/form/_htmleditor.scss */ +.x-html-editor-wrap textarea { + border: 0; + padding: 3px 2px; + overflow: auto; } + +/* line 6, ../sass/murano/components/_form.scss */ +.x-form-item { + margin-bottom: 6px; } + +/* line 10, ../sass/murano/components/_form.scss */ +.x-form-item-body, .x-form-item-label-left { + float: left; + position: relative; } + +/* line 15, ../sass/murano/components/_form.scss */ +.x-form-text { + background: #444; + -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.05) inset; + -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.05) inset; + -o-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.05) inset; + box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.05) inset; + border: 1px solid #000; + color: #FFF; + color: #FFF; + padding: 0 3px; } + +/* line 24, ../sass/murano/components/_form.scss */ +.x-form-text:focus, .x-form-trigger-wrap-focus .x-form-text { + outline: none; + background: #666; } + +/* line 29, ../sass/murano/components/_form.scss */ +input.x-form-text { + height: 21px; } + +/* line 32, ../sass/murano/components/_form.scss */ +.x-form-invalid-field { + background: #700; } + +/* line 35, ../sass/murano/components/_form.scss */ +.x-form-invalid-icon { + text-indent: -9999px; } + +/* line 38, ../sass/murano/components/_form.scss */ +.x-form-invalid-icon ul { + display: none; } + +/* line 42, ../sass/murano/components/_form.scss */ +.x-form-checkbox, .x-form-radio { + margin: 0; + padding: 0; + border: 0; + outline: 0; + height: 16px; + width: 16px; } + +/* line 50, ../sass/murano/components/_form.scss */ +.x-form-checkbox { + background: url('../../extjs/resources/themes/images/murano/form/unchecked.png'); } + +/* line 53, ../sass/murano/components/_form.scss */ +.x-form-cb-checked .x-form-checkbox { + background: url('../../extjs/resources/themes/images/murano/form/checked.png'); } + +/* line 57, ../sass/murano/components/_form.scss */ +.x-form-radio { + background: url('../../extjs/resources/themes/images/murano/form/unradioed.png'); } + +/* line 60, ../sass/murano/components/_form.scss */ +.x-form-cb-checked .x-form-radio { + background: url('../../extjs/resources/themes/images/murano/form/radioed.png'); } + +/* line 64, ../sass/murano/components/_form.scss */ +.x-form-cb-label-after { + margin-left: 3px; } + +/* line 68, ../sass/murano/components/_form.scss */ +.x-form-invalid-icon { + width: 20px; + height: 19px; + float: left; + background: url('../../extjs/resources/themes/images/murano/form/exclamation.png') right center no-repeat; } + +/* line 76, ../sass/murano/components/_form.scss */ +.x-form-field, .x-form-display-field { + float: left; + margin: 0; } + +/* line 82, ../sass/murano/components/_form.scss */ +.x-fieldset { + border: 1px solid #666; + padding: 10px; + margin-bottom: 10px; } + +/* line 87, ../sass/murano/components/_form.scss */ +.x-fieldset-header { + white-space: nowrap; + padding: 0 5px; } + +/* line 91, ../sass/murano/components/_form.scss */ +.x-fieldset-header-text { + float: left; } + +/* line 94, ../sass/murano/components/_form.scss */ +.x-fieldset-header .x-tool, .x-fieldset-header .x-form-item { + float: left; + margin-right: 3px; } + +/* line 98, ../sass/murano/components/_form.scss */ +.x-fieldset-collapsed { + border-width: 1px 1px 0 1px !important; + padding-bottom: 0px !important; + border-left-color: transparent; + border-right-color: transparent; } + +/* line 105, ../sass/murano/components/_form.scss */ +.x-boundlist, .x-menu { + background: #000; + border: 1px solid #333; } + +/* line 110, ../sass/murano/components/_form.scss */ +.x-boundlist-floating { + -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35); + -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35); + -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35); + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35); } + +/* line 113, ../sass/murano/components/_form.scss */ +.x-boundlist-item { + padding: 1px 4px; + border: 1px solid transparent; + margin: 1px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + -o-border-radius: 5px; + -ms-border-radius: 5px; + -khtml-border-radius: 5px; + border-radius: 5px; } + /* line 118, ../sass/murano/components/_form.scss */ + .x-boundlist-item-over { + border: 1px solid #1286f8; + background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1286f8), color-stop(100%, #066cd1)); + background-image: -webkit-linear-gradient(#1286f8, #066cd1); + background-image: -moz-linear-gradient(#1286f8, #066cd1); + background-image: -o-linear-gradient(#1286f8, #066cd1); + background-image: linear-gradient(#1286f8, #066cd1); + -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset; + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset; + -o-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset; } + +/* line 124, ../sass/murano/components/_form.scss */ +.x-boundlist-selected { + border: 1px solid #066cd1; + background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #066cd1), color-stop(100%, #05529f)); + background-image: -webkit-linear-gradient(#066cd1, #05529f); + background-image: -moz-linear-gradient(#066cd1, #05529f); + background-image: -o-linear-gradient(#066cd1, #05529f); + background-image: linear-gradient(#066cd1, #05529f); + -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset; + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset; + -o-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset; } + +/* line 7, ../sass/murano/components/form/_triggers.scss */ +.x-form-trigger-wrap { + float: left; + -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35); + -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35); + -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35); + box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35); + overflow: hidden; + border: 1px solid #000; + border-left: 0; + -moz-border-radius: 0 4px 4px 0; + -webkit-border-radius: 0 4px 4px 0; + -o-border-radius: 0 4px 4px 0; + -ms-border-radius: 0 4px 4px 0; + -khtml-border-radius: 0 4px 4px 0; + border-radius: 0 4px 4px 0; } + +/* line 17, ../sass/murano/components/form/_triggers.scss */ +.x-form-trigger-wrap .x-form-spinner-up { + height: 10px; + -moz-border-radius: 0 3px 0 0; + -webkit-border-radius: 0 3px 0 0; + -o-border-radius: 0 3px 0 0; + -ms-border-radius: 0 3px 0 0; + -khtml-border-radius: 0 3px 0 0; + border-radius: 0 3px 0 0; + background: #666666 url('../../extjs/resources/themes/images/murano/triggericons/spinner-up.png') center top no-repeat; + border-bottom: 1px solid #444; } + /* line 22, ../sass/murano/components/form/_triggers.scss */ + .x-form-trigger-wrap .x-form-spinner-up-over { + background-color: #999; } +/* line 26, ../sass/murano/components/form/_triggers.scss */ +.x-form-trigger-wrap .x-form-spinner-down { + height: 9px; + border-top: none; + -moz-border-radius: 0 0 3px 0; + -webkit-border-radius: 0 0 3px 0; + -o-border-radius: 0 0 3px 0; + -ms-border-radius: 0 0 3px 0; + -khtml-border-radius: 0 0 3px 0; + border-radius: 0 0 3px 0; + background: #555555 url('../../extjs/resources/themes/images/murano/triggericons/spinner-down.png') center top no-repeat; + border-top: 1px solid #888; } + /* line 32, ../sass/murano/components/form/_triggers.scss */ + .x-form-trigger-wrap .x-form-spinner-down-over { + background-color: #888; + border-color: #888; } + +/* line 39, ../sass/murano/components/form/_triggers.scss */ +.x-form-trigger-wrap-focus .x-form-spinner-up { + background-color: #999; } +/* line 42, ../sass/murano/components/form/_triggers.scss */ +.x-form-trigger-wrap-focus .x-form-spinner-down { + background-color: #888; } + +/* line 48, ../sass/murano/components/form/_triggers.scss */ +.x-form-trigger-wrap-focus .x-form-trigger { + background-color: #AAA; + border-color: #AAA; } + /* line 51, ../sass/murano/components/form/_triggers.scss */ + .x-form-trigger-wrap-focus .x-form-trigger-click { + background-color: #888; + border-color: #888; } + +/* line 58, ../sass/murano/components/form/_triggers.scss */ +.x-form-trigger { + -moz-border-radius: 0 3px 3px 0; + -webkit-border-radius: 0 3px 3px 0; + -o-border-radius: 0 3px 3px 0; + -ms-border-radius: 0 3px 3px 0; + -khtml-border-radius: 0 3px 3px 0; + border-radius: 0 3px 3px 0; + width: 16px; + height: 19px; + float: left; + background-color: #666; + border: 1px solid #666; } + /* line 65, ../sass/murano/components/form/_triggers.scss */ + .x-form-trigger-over { + background-color: #AAA; + border-color: #AAA; } + /* line 69, ../sass/murano/components/form/_triggers.scss */ + .x-form-trigger-click { + background-color: #888; + border-color: #888; } + +/* line 76, ../sass/murano/components/form/_triggers.scss */ +.x-form-clear-trigger { + -moz-border-radius: 0; + -webkit-border-radius: 0; + -o-border-radius: 0; + -ms-border-radius: 0; + -khtml-border-radius: 0; + border-radius: 0; + border-right-color: #888; } + +/* line 2, ../sass/murano/components/form/_triggers.scss */ +.x-form-arrow-trigger { + background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))), url('../../extjs/resources/themes/images/murano/triggericons/chev.png'); + background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url('../../extjs/resources/themes/images/murano/triggericons/chev.png'); + background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url('../../extjs/resources/themes/images/murano/triggericons/chev.png'); + background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url('../../extjs/resources/themes/images/murano/triggericons/chev.png'); + background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url('../../extjs/resources/themes/images/murano/triggericons/chev.png'); } + +/* line 2, ../sass/murano/components/form/_triggers.scss */ +.x-form-time-trigger { + background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))), url('../../extjs/resources/themes/images/murano/triggericons/time.png'); + background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url('../../extjs/resources/themes/images/murano/triggericons/time.png'); + background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url('../../extjs/resources/themes/images/murano/triggericons/time.png'); + background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url('../../extjs/resources/themes/images/murano/triggericons/time.png'); + background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url('../../extjs/resources/themes/images/murano/triggericons/time.png'); } + +/* line 2, ../sass/murano/components/form/_triggers.scss */ +.x-form-date-trigger { + background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))), url('../../extjs/resources/themes/images/murano/triggericons/date.png'); + background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url('../../extjs/resources/themes/images/murano/triggericons/date.png'); + background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url('../../extjs/resources/themes/images/murano/triggericons/date.png'); + background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url('../../extjs/resources/themes/images/murano/triggericons/date.png'); + background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url('../../extjs/resources/themes/images/murano/triggericons/date.png'); } + +/* line 2, ../sass/murano/components/form/_triggers.scss */ +.x-form-clear-trigger { + background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))), url('../../extjs/resources/themes/images/murano/triggericons/clear.png'); + background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url('../../extjs/resources/themes/images/murano/triggericons/clear.png'); + background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url('../../extjs/resources/themes/images/murano/triggericons/clear.png'); + background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url('../../extjs/resources/themes/images/murano/triggericons/clear.png'); + background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url('../../extjs/resources/themes/images/murano/triggericons/clear.png'); } + +/* line 2, ../sass/murano/components/form/_triggers.scss */ +.x-form-search-trigger { + background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))), url('../../extjs/resources/themes/images/murano/triggericons/search.png'); + background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url('../../extjs/resources/themes/images/murano/triggericons/search.png'); + background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url('../../extjs/resources/themes/images/murano/triggericons/search.png'); + background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url('../../extjs/resources/themes/images/murano/triggericons/search.png'); + background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url('../../extjs/resources/themes/images/murano/triggericons/search.png'); } + +/* line 1, ../sass/murano/components/form/_slider.scss */ +.x-slider { + border: 1px solid #000; + -moz-border-radius: 6px; + -webkit-border-radius: 6px; + -o-border-radius: 6px; + -ms-border-radius: 6px; + -khtml-border-radius: 6px; + border-radius: 6px; + background: #333; + overflow: hidden; + position: relative; } + +/* line 9, ../sass/murano/components/form/_slider.scss */ +.x-slider-thumb { + height: 8px; + width: 8px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + -o-border-radius: 5px; + -ms-border-radius: 5px; + -khtml-border-radius: 5px; + border-radius: 5px; + border: 1px solid #DDD; + background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aaaaaa), color-stop(100%, #cccccc)); + background: -webkit-linear-gradient(#aaaaaa, #cccccc); + background: -moz-linear-gradient(#aaaaaa, #cccccc); + background: -o-linear-gradient(#aaaaaa, #cccccc); + background: linear-gradient(#aaaaaa, #cccccc); + position: absolute; + -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35); + -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35); + -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35); + box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35); } + +/* line 19, ../sass/murano/components/form/_slider.scss */ +.x-slider-horz { + -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset; + -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset; + -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset; + box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset; + height: 10px; } + /* line 22, ../sass/murano/components/form/_slider.scss */ + .x-slider-horz .x-slider-end { + padding-right: 12px; + height: 10px; } + /* line 26, ../sass/murano/components/form/_slider.scss */ + .x-slider-horz .x-slider-inner { + height: 10px; } + /* line 29, ../sass/murano/components/form/_slider.scss */ + .x-slider-horz .x-slider-thumb { + margin-left: 5px; } + +/* line 34, ../sass/murano/components/form/_slider.scss */ +.x-slider-vert { + -moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.15), 2px 0 5px 0 rgba(0, 0, 0, 0.25) inset; + -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.15), 2px 0 5px 0 rgba(0, 0, 0, 0.25) inset; + -o-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.15), 2px 0 5px 0 rgba(0, 0, 0, 0.25) inset; + box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.15), 2px 0 5px 0 rgba(0, 0, 0, 0.25) inset; + width: 10px; } + /* line 37, ../sass/murano/components/form/_slider.scss */ + .x-slider-vert .x-slider-inner { + width: 10px; } + /* line 40, ../sass/murano/components/form/_slider.scss */ + .x-slider-vert .x-slider-end { + padding-bottom: 10px; + width: 10px; } + /* line 44, ../sass/murano/components/form/_slider.scss */ + .x-slider-vert .x-slider-thumb { + margin-top: 4px; + margin-bottom: 4px; } + +/* line 1, ../sass/murano/components/_tab.scss */ +.x-tab { + -moz-border-radius: 3px 3px 0 0; + -webkit-border-radius: 3px 3px 0 0; + -o-border-radius: 3px 3px 0 0; + -ms-border-radius: 3px 3px 0 0; + -khtml-border-radius: 3px 3px 0 0; + border-radius: 3px 3px 0 0; + border: 1px solid rgba(255, 255, 255, 0.15); + border-top: 1px solid rgba(255, 255, 255, 0.5); + border-bottom: none; + background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))); + background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background-color: #000; + margin-top: 2px; + margin-left: 4px; + -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5); + -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5); + -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5); + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5); + padding: 3px; + white-space: nowrap; } + /* line 13, ../sass/murano/components/_tab.scss */ + .x-tab button { + color: #CCC; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75); } + +/* line 21, ../sass/murano/components/_tab.scss */ +.x-tab-over { + border-color: #066cd1; + border-top-color: #439ffa; } + /* line 24, ../sass/murano/components/_tab.scss */ + .x-tab-over button { + color: #FFF; } + +/* line 29, ../sass/murano/components/_tab.scss */ +.x-tab-active { + border-color: rgba(255, 255, 255, 0.35); + border-top-color: #FFF; + z-index: 3; + -moz-box-shadow: none; + -webkit-box-shadow: none; + -o-box-shadow: none; + box-shadow: none; } + /* line 32, ../sass/murano/components/_tab.scss */ + .x-tab-active button { + color: #FFF; } + +/* line 39, ../sass/murano/components/_tab.scss */ +.x-tab button { + height: 14px; + line-height: 14px; } + +/* line 44, ../sass/murano/components/_tab.scss */ +.x-tab em { + display: block; + padding: 0 3px; } + +/* line 49, ../sass/murano/components/_tab.scss */ +.x-tab-closable em { + padding-right: 15px; } + +/* line 53, ../sass/murano/components/_tab.scss */ +.x-tab-close-btn { + position: absolute; + top: 3px; + right: 3px; + width: 11px; + height: 11px; + background: url('../../extjs/resources/themes/images/murano/tab/tab-close.png'); + text-indent: -119988px; } + +/* line 63, ../sass/murano/components/_tab.scss */ +.x-tab-bar-strip { + z-index: 2; + border-top: 1px solid rgba(255, 255, 255, 0.35); + border-bottom: 1px solid rgba(255, 255, 255, 0.35); + margin-top: -1px; + height: 4px; + background: #000; + position: relative; } + +/* line 73, ../sass/murano/components/_tab.scss */ +.x-box-scroller { + width: 18px !important; + height: 22px !important; } + +/* line 78, ../sass/murano/components/_tab.scss */ +.x-tabbar-scroll-left { + background: url('../../extjs/resources/themes/images/murano/tab-bar/l.png') !important; } + /* line 80, ../sass/murano/components/_tab.scss */ + .x-tabbar-scroll-left-hover { + background-position: left center !important; } + /* line 83, ../sass/murano/components/_tab.scss */ + .x-tabbar-scroll-left-disabled { + background-position: left top !important; } + +/* line 89, ../sass/murano/components/_tab.scss */ +.x-tabbar-scroll-right { + background: url('../../extjs/resources/themes/images/murano/tab-bar/r.png') !important; } + /* line 91, ../sass/murano/components/_tab.scss */ + .x-tabbar-scroll-right-hover { + background-position: left center !important; } + /* line 94, ../sass/murano/components/_tab.scss */ + .x-tabbar-scroll-right-disabled { + background-position: left top !important; } + +/* line 1, ../sass/murano/components/_tooltip.scss */ +.x-tip, .x-form-invalid-tip { + background-color: #05529f; + background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))); + background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background-image: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + padding: 4px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + -o-border-radius: 5px; + -ms-border-radius: 5px; + -khtml-border-radius: 5px; + border-radius: 5px; + -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.25) inset; + -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.25) inset; + -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.25) inset; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.25) inset; } + +/* line 9, ../sass/murano/components/_tooltip.scss */ +.x-form-invalid-tip { + background-color: #800000; } + +/* line 13, ../sass/murano/components/_tooltip.scss */ +.x-tip-header { + font-weight: bold; } + +/* line 17, ../sass/murano/components/_tooltip.scss */ +.x-tip-body { + position: relative; } + +/* line 1, ../sass/murano/components/_progress_bar.scss */ +.x-progress { + position: relative; + height: 16px; + border: 1px solid #000; + text-align: center; + text-shadow: none; + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + -o-border-radius: 10px; + -ms-border-radius: 10px; + -khtml-border-radius: 10px; + border-radius: 10px; + overflow: hidden; + background: #333; + -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.25); + -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.25); + -o-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.25); + box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.25); + padding: 1px 0; + font-size: 10px; + text-transform: uppercase; + letter-spacing: 1px; } + +/* line 16, ../sass/murano/components/_progress_bar.scss */ +.x-progress-bar { + background: #FFF; + position: absolute; + left: 0; + top: 0; + height: 14px; + border: 1px solid #666; + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + -o-border-radius: 10px; + -ms-border-radius: 10px; + -khtml-border-radius: 10px; + border-radius: 10px; + background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(100%, #666666)); + background: -webkit-linear-gradient(#444444, #666666); + background: -moz-linear-gradient(#444444, #666666); + background: -o-linear-gradient(#444444, #666666); + background: linear-gradient(#444444, #666666); + -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5); + -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5); + -o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5); + box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5); + overflow: hidden; } + +/* line 29, ../sass/murano/components/_progress_bar.scss */ +.x-progress-text { + color: #FFF; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35); } + +/* line 34, ../sass/murano/components/_progress_bar.scss */ +.x-progress-text-back { + color: #999; } + +/* line 1, ../sass/murano/components/_datepicker.scss */ +.x-datepicker { + background-color: #000; + background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #000000)); + background-image: -webkit-linear-gradient(#333333, #000000); + background-image: -moz-linear-gradient(#333333, #000000); + background-image: -o-linear-gradient(#333333, #000000); + background-image: linear-gradient(#333333, #000000); + border-left: 1px solid #000; + border-right: 1px solid #000; } + +/* line 7, ../sass/murano/components/_datepicker.scss */ +.x-datepicker-prev, .x-datepicker-next { + position: absolute; + top: 8px; + left: 5px; } + /* line 11, ../sass/murano/components/_datepicker.scss */ + .x-datepicker-prev a, .x-datepicker-next a { + display: block; + height: 15px; + width: 15px; + background: url('../../extjs/resources/themes/images/murano/shared/btn-left.png'); } + +/* line 18, ../sass/murano/components/_datepicker.scss */ +.x-datepicker-next { + right: 5px; + left: auto; } + /* line 21, ../sass/murano/components/_datepicker.scss */ + .x-datepicker-next a { + background: url('../../extjs/resources/themes/images/murano/shared/btn-right.png'); } + +/* line 25, ../sass/murano/components/_datepicker.scss */ +.x-datepicker-header, .x-datepicker-footer { + background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #111111)); + background-image: -webkit-linear-gradient(#333333, #111111); + background-image: -moz-linear-gradient(#333333, #111111); + background-image: -o-linear-gradient(#333333, #111111); + background-image: linear-gradient(#333333, #111111); + border-bottom: 1px solid #000; + border-top: 1px solid #444; + padding: 3px 28px; + text-align: center; } + +/* line 32, ../sass/murano/components/_datepicker.scss */ +.x-datepicker-inner { + font-size: inherit; + margin-bottom: 0; + width: 100%; + table-layout: fixed; } + /* line 36, ../sass/murano/components/_datepicker.scss */ + .x-datepicker-inner th, .x-datepicker-inner td { + text-align: center; } + /* line 39, ../sass/murano/components/_datepicker.scss */ + .x-datepicker-inner thead { + border-top: 1px solid #777; + color: #CCC; + background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #444444)); + background-image: -webkit-linear-gradient(#666666, #444444); + background-image: -moz-linear-gradient(#666666, #444444); + background-image: -o-linear-gradient(#666666, #444444); + background-image: linear-gradient(#666666, #444444); + border-bottom: 1px solid #222; } + +/* line 48, ../sass/murano/components/_datepicker.scss */ +.x-datepicker-inner a { + display: block; + text-decoration: none; + color: #CCC; + border: 1px solid transparent; } + /* line 53, ../sass/murano/components/_datepicker.scss */ + .x-datepicker-inner a em, .x-datepicker-inner a span { + display: block; } + /* line 56, ../sass/murano/components/_datepicker.scss */ + .x-datepicker-inner a em { + border: 1px solid transparent; } + +/* line 60, ../sass/murano/components/_datepicker.scss */ +.x-datepicker-prevday a { + color: #666; } + +/* line 63, ../sass/murano/components/_datepicker.scss */ +.x-datepicker-today span { + background-color: #555; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + -o-border-radius: 2px; + -ms-border-radius: 2px; + -khtml-border-radius: 2px; + border-radius: 2px; } + +/* line 67, ../sass/murano/components/_datepicker.scss */ +.x-datepicker-selected a { + border-color: rgba(0, 0, 0, 0.25); } + /* line 69, ../sass/murano/components/_datepicker.scss */ + .x-datepicker-selected a em { + border-color: #066cd1; + border-top-color: #439ffa; + border-bottom-color: #05529f; } + /* line 74, ../sass/murano/components/_datepicker.scss */ + .x-datepicker-selected a span { + background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))); + background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background-image: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + color: #FFF; + -moz-border-radius: 0; + -webkit-border-radius: 0; + -o-border-radius: 0; + -ms-border-radius: 0; + -khtml-border-radius: 0; + border-radius: 0; } + +/* line 81, ../sass/murano/components/_datepicker.scss */ +.x-monthpicker { + background: #000; + font-size: 11px; } + /* line 83, ../sass/murano/components/_datepicker.scss */ + .x-monthpicker a { + text-decoration: none; + color: #CCC; } + +/* line 89, ../sass/murano/components/_datepicker.scss */ +.x-monthpicker-years { + width: 88px; + float: right; } + +/* line 93, ../sass/murano/components/_datepicker.scss */ +.x-monthpicker-months { + width: 87px; + float: left; + border-right: 1px solid #444; } + +/* line 98, ../sass/murano/components/_datepicker.scss */ +.x-monthpicker-item { + width: 43px; + float: left; + margin: 4px 0; + text-align: center; } + /* line 103, ../sass/murano/components/_datepicker.scss */ + .x-monthpicker-item a { + display: block; + border: 1px solid transparent; + margin: 0 3px; + padding: 2px 0; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + -o-border-radius: 3px; + -ms-border-radius: 3px; + -khtml-border-radius: 3px; + border-radius: 3px; } + /* line 106, ../sass/murano/components/_datepicker.scss */ + .x-monthpicker-item a:hover { + background-color: #333; } + /* line 113, ../sass/murano/components/_datepicker.scss */ + .x-monthpicker-item .x-monthpicker-selected { + background-color: #333; + border: 1px solid #555; + border-top-color: #999; + border-bottom-color: #444; + background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))); + background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background-image: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + color: #FFF; } + +/* line 122, ../sass/murano/components/_datepicker.scss */ +.x-monthpicker-yearnav-prev, .x-monthpicker-yearnav-next { + margin: 6px 12px 6px 15px; + float: left; + display: block; + height: 15px; + width: 15px; + background: url('../../extjs/resources/themes/images/murano/shared/btn-left.png'); } + +/* line 130, ../sass/murano/components/_datepicker.scss */ +.x-monthpicker-yearnav-next { + background: url('../../extjs/resources/themes/images/murano/shared/btn-right.png'); } + +/* line 133, ../sass/murano/components/_datepicker.scss */ +.x-monthpicker .x-btn, .x-monthpicker .x-btn-pressed { + width: 80px; + float: left; + margin: 4px; } + +/* line 138, ../sass/murano/components/_datepicker.scss */ +.x-monthpicker-buttons { + border-top: 1px solid #777; + background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #444444)); + background-image: -webkit-linear-gradient(#666666, #444444); + background-image: -moz-linear-gradient(#666666, #444444); + background-image: -o-linear-gradient(#666666, #444444); + background-image: linear-gradient(#666666, #444444); + padding: 2px 1px; + overflow: hidden; + *zoom: 1; } + +/* line 145, ../sass/murano/components/_datepicker.scss */ +.x-datepicker-footer { + background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #444444)); + background-image: -webkit-linear-gradient(#666666, #444444); + background-image: -moz-linear-gradient(#666666, #444444); + background-image: -o-linear-gradient(#666666, #444444); + background-image: linear-gradient(#666666, #444444); + border-top-color: #777; + border-bottom-color: #222; } + +/* line 1, ../sass/murano/components/_sizer.scss */ +.x-resizable-handle-west { + background: transparent url('../../extjs/resources/themes/images/murano/sizer/w.png') left center no-repeat !important; } + +/* line 4, ../sass/murano/components/_sizer.scss */ +.x-resizable-handle-east { + background: transparent url('../../extjs/resources/themes/images/murano/sizer/e.png') right center no-repeat !important; } + +/* line 7, ../sass/murano/components/_sizer.scss */ +.x-resizable-handle-north { + background: transparent url('../../extjs/resources/themes/images/murano/sizer/n.png') top center no-repeat !important; } + +/* line 10, ../sass/murano/components/_sizer.scss */ +.x-resizable-handle-south { + background: transparent url('../../extjs/resources/themes/images/murano/sizer/s.png') bottom center no-repeat !important; } + +/* line 13, ../sass/murano/components/_sizer.scss */ +.x-resizable-handle-northwest { + background: transparent url('../../extjs/resources/themes/images/murano/sizer/nw.png') left top no-repeat !important; } + +/* line 16, ../sass/murano/components/_sizer.scss */ +.x-resizable-handle-northeast { + background: transparent url('../../extjs/resources/themes/images/murano/sizer/ne.png') right top no-repeat !important; } + +/* line 19, ../sass/murano/components/_sizer.scss */ +.x-resizable-handle-southwest { + background: transparent url('../../extjs/resources/themes/images/murano/sizer/sw.png') left bottom no-repeat !important; } + +/* line 22, ../sass/murano/components/_sizer.scss */ +.x-resizable-handle-southeast { + background: transparent url('../../extjs/resources/themes/images/murano/sizer/se.png') right bottom no-repeat !important; } + +/* line 10, ../sass/murano/components/_tree.scss */ +.x-tree-panel .x-grid-row-selected { + background-color: #000; + color: #FFF; } + /* line 13, ../sass/murano/components/_tree.scss */ + .x-tree-panel .x-grid-row-selected td { + -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1); + -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1); + -o-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1); + box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1); } + +/* line 19, ../sass/murano/components/_tree.scss */ +.x-tree-no-lines .x-tree-elbow { + background-color: transparent; } + +/* line 23, ../sass/murano/components/_tree.scss */ +.x-tree-no-lines .x-tree-elbow-end { + background-color: transparent; } + +/* line 27, ../sass/murano/components/_tree.scss */ +.x-tree-no-lines .x-tree-elbow-line { + background-color: transparent; } + +/* line 32, ../sass/murano/components/_tree.scss */ +.x-tree-arrows .x-tree-elbow-plus { + background: transparent no-repeat 0 0; } + +/* line 36, ../sass/murano/components/_tree.scss */ +.x-tree-arrows .x-tree-elbow-end-plus { + background: transparent no-repeat 0 0; } + +/* line 40, ../sass/murano/components/_tree.scss */ +.x-tree-arrows .x-tree-elbow-end-minus { + background: transparent no-repeat -16px 0; } + +/* line 44, ../sass/murano/components/_tree.scss */ +.x-tree-arrows .x-tree-elbow-minus { + background: transparent no-repeat -16px 0; } + +/* line 48, ../sass/murano/components/_tree.scss */ +.x-tree-arrows .x-tree-elbow { + background-color: transparent !important; } + +/* line 52, ../sass/murano/components/_tree.scss */ +.x-tree-arrows .x-tree-elbow-end { + background-color: transparent !important; } + +/* line 56, ../sass/murano/components/_tree.scss */ +.x-tree-arrows .x-tree-elbow-line { + background-color: transparent !important; } + +/* line 62, ../sass/murano/components/_tree.scss */ +.x-tree-arrows .x-tree-expander-over .x-tree-elbow-plus, +.x-tree-arrows .x-tree-expander-over .x-tree-elbow-end-plus { + background-position: -32px 0; } + +/* line 67, ../sass/murano/components/_tree.scss */ +.x-tree-arrows .x-tree-expander-over .x-tree-elbow-minus, +.x-tree-arrows .x-tree-expander-over .x-tree-elbow-end-minus { + background-position: -48px 0; } + +/* line 72, ../sass/murano/components/_tree.scss */ +.x-tree-arrows .x-grid-tree-node-expanded .x-tree-elbow-plus, +.x-tree-arrows .x-grid-tree-node-expanded .x-tree-elbow-end-plus { + background-position: -16px 0; } + +/* line 77, ../sass/murano/components/_tree.scss */ +.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-elbow-plus, +.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-elbow-end-plus { + background-position: -48px 0; } + +/* line 84, ../sass/murano/components/_tree.scss */ +.x-tree-elbow-plus, +.x-tree-elbow-minus, +.x-tree-elbow-end-plus, +.x-tree-elbow-end-minus { + cursor: pointer; } + +/* line 90, ../sass/murano/components/_tree.scss */ +.x-tree-lines .x-tree-elbow { + background-image: url('../../extjs/resources/themes/images/murano/tree/elbow.gif'); } +/* line 94, ../sass/murano/components/_tree.scss */ +.x-tree-lines .x-tree-elbow-end { + background-image: url('../../extjs/resources/themes/images/murano/tree/elbow-end.gif'); } +/* line 98, ../sass/murano/components/_tree.scss */ +.x-tree-lines .x-tree-elbow-plus { + background-image: url('../../extjs/resources/themes/images/murano/tree/elbow-plus.gif'); } +/* line 102, ../sass/murano/components/_tree.scss */ +.x-tree-lines .x-tree-elbow-end-plus { + background-image: url('../../extjs/resources/themes/images/murano/tree/elbow-end-plus.gif'); } +/* line 106, ../sass/murano/components/_tree.scss */ +.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-plus { + background-image: url('../../extjs/resources/themes/images/murano/tree/elbow-minus.gif'); } +/* line 110, ../sass/murano/components/_tree.scss */ +.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus { + background-image: url('../../extjs/resources/themes/images/murano/tree/elbow-end-minus.gif'); } +/* line 114, ../sass/murano/components/_tree.scss */ +.x-tree-lines .x-tree-elbow-line { + background-image: url('../../extjs/resources/themes/images/murano/tree/elbow-line.gif'); } + +/* line 121, ../sass/murano/components/_tree.scss */ +.x-tree-no-lines .x-tree-elbow-plus, +.x-tree-no-lines .x-tree-elbow-end-plus { + background-image: url('../../extjs/resources/themes/images/murano/tree/elbow-plus-nl.gif'); } +/* line 126, ../sass/murano/components/_tree.scss */ +.x-tree-no-lines .x-grid-tree-node-expanded .x-tree-elbow-plus, +.x-tree-no-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus { + background-image: url('../../extjs/resources/themes/images/murano/tree/elbow-end-minus-nl.gif'); } + +/* line 135, ../sass/murano/components/_tree.scss */ +.x-tree-arrows .x-tree-elbow-plus, +.x-tree-arrows .x-tree-elbow-minus, +.x-tree-arrows .x-tree-elbow-end-plus, +.x-tree-arrows .x-tree-elbow-end-minus { + background-image: url('../../extjs/resources/themes/images/murano/tree/arrows.gif'); } + +/* line 140, ../sass/murano/components/_tree.scss */ +.x-tree-icon { + margin-right: 3px; } + +/* line 149, ../sass/murano/components/_tree.scss */ +.x-tree-elbow, +.x-tree-elbow-end, +.x-tree-elbow-plus, +.x-tree-elbow-end-plus, +.x-tree-elbow-empty, +.x-tree-elbow-line { + height: 16px; + width: 16px; } + +/* line 154, ../sass/murano/components/_tree.scss */ +.x-tree-icon-leaf { + width: 16px; + background-image: url('../../extjs/resources/themes/images/murano/tree/leaf.gif'); } + +/* line 159, ../sass/murano/components/_tree.scss */ +.x-tree-icon-parent { + width: 16px; + background-image: url('../../extjs/resources/themes/images/murano/tree/folder.gif'); } + +/* line 164, ../sass/murano/components/_tree.scss */ +.x-grid-tree-node-expanded .x-tree-icon-parent { + background-image: url('../../extjs/resources/themes/images/murano/tree/folder-open.gif'); } + +/* line 168, ../sass/murano/components/_tree.scss */ +.x-grid-rowbody { + padding: 0; } + +/* line 172, ../sass/murano/components/_tree.scss */ +.x-tree-panel .x-grid-cell-inner { + padding: 0px; } + +/* line 176, ../sass/murano/components/_tree.scss */ +.x-tree-panel .x-grid-row .x-grid-cell { + border: none; } + +/* line 180, ../sass/murano/components/_tree.scss */ +.x-tree-panel .x-grid-row .x-grid-cell-inner { + height: 16px; + line-height: 16px; + vertical-align: middle; + cursor: pointer; } + /* line 187, ../sass/murano/components/_tree.scss */ + .x-tree-panel .x-grid-row .x-grid-cell-inner img { + float: left; } + +/* line 193, ../sass/murano/components/_tree.scss */ +.x-ie .x-tree-panel .x-grid-row .x-grid-cell-inner { + white-space: normal; } + +/* line 199, ../sass/murano/components/_tree.scss */ +.x-tree-checkbox { + float: left; + margin: 2px 3px 0 0; + display: block; + width: 16px; + height: 16px; + background: url('../../extjs/resources/themes/images/murano/url('../../extjs/resources/themes/images/murano/form/unchecked.png')') no-repeat; + overflow: hidden; + padding: 0; + border: 0; } + /* line 211, ../sass/murano/components/_tree.scss */ + .x-tree-checkbox::-moz-focus-inner { + padding: 0; + border: 0; } + +/* Hack for IE; causes alignment problem in IE9 standards mode so exclude that */ +/* line 219, ../sass/murano/components/_tree.scss */ +.x-nbr.x-ie .x-tree-checkbox { + font-size: 0; } + +/* line 224, ../sass/murano/components/_tree.scss */ +.x-tree-checkbox-checked { + background: url('../../extjs/resources/themes/images/murano/url('../../extjs/resources/themes/images/murano/form/checked.png')') no-repeat; } + +/* line 229, ../sass/murano/components/_tree.scss */ +.x-tree-panel .x-grid-cell-inner { + border-width: 0 !important; } + +/* line 236, ../sass/murano/components/_tree.scss */ +.x-gecko .x-tree-panel .x-grid-row .x-grid-cell-inner { + line-height: 14px; } + +/* line 242, ../sass/murano/components/_tree.scss */ +.x-tree-drop-ok-append .x-dd-drop-icon { + background-image: url('../../extjs/resources/themes/images/murano/tree/drop-append.gif'); } + +/* line 246, ../sass/murano/components/_tree.scss */ +.x-tree-drop-ok-above .x-dd-drop-icon { + background-image: url('../../extjs/resources/themes/images/murano/tree/drop-above.gif'); } + +/* line 250, ../sass/murano/components/_tree.scss */ +.x-tree-drop-ok-below .x-dd-drop-icon { + background-image: url('../../extjs/resources/themes/images/murano/tree/drop-below.gif'); } + +/* line 254, ../sass/murano/components/_tree.scss */ +.x-tree-drop-ok-between .x-dd-drop-icon { + background-image: url('../../extjs/resources/themes/images/murano/tree/drop-between.gif'); } + +/* line 258, ../sass/murano/components/_tree.scss */ +.x-grid-tree-loading .x-tree-icon { + background-image: url('../../extjs/resources/themes/images/murano/tree/loading.gif'); } + +/* line 262, ../sass/murano/components/_tree.scss */ +.x-tree-ddindicator { + height: 1px; + border-width: 1px 0px 0px; + border-style: dotted; + border-color: green; } + +/* line 269, ../sass/murano/components/_tree.scss */ +.x-grid-tree-loading span { + font-style: italic; + color: #444444; } + +/* line 274, ../sass/murano/components/_tree.scss */ +.x-tree-animator-wrap { + overflow: hidden; } + +/* line 1, ../sass/murano/components/_menu.scss */ +.x-menu { + -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35); + -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35); + -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35); + box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35); + white-space: nowrap; } + +/* line 7, ../sass/murano/components/_menu.scss */ +.x-menu-body { + position: absolute; } + +/* line 11, ../sass/murano/components/_menu.scss */ +.x-menu-item { + padding: 2px; } + +/* line 15, ../sass/murano/components/_menu.scss */ +.x-menu-item-link { + padding: 4px; + border: 1px solid transparent; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + -o-border-radius: 5px; + -ms-border-radius: 5px; + -khtml-border-radius: 5px; + border-radius: 5px; + text-decoration: none; + display: block; + color: #FFF; } + +/* line 24, ../sass/murano/components/_menu.scss */ +.x-menu-item-active .x-menu-item-link { + border-color: #066cd1; + background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #066cd1), color-stop(100%, #05529f)); + background-image: -webkit-linear-gradient(#066cd1, #05529f); + background-image: -moz-linear-gradient(#066cd1, #05529f); + background-image: -o-linear-gradient(#066cd1, #05529f); + background-image: linear-gradient(#066cd1, #05529f); + -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset; + -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset; + -o-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset; + box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset; } + +/* line 30, ../sass/murano/components/_menu.scss */ +.x-menu-item-icon { + width: 16px; + height: 16px; + margin-right: 5px; + float: left; } + +/* line 38, ../sass/murano/components/_menu.scss */ +.x-menu-item-unchecked .x-menu-item-icon { + background: url('../../extjs/resources/themes/images/murano/form/unchecked.png'); } +/* line 41, ../sass/murano/components/_menu.scss */ +.x-menu-item-unchecked .x-menu-group-icon { + background: url('../../extjs/resources/themes/images/murano/form/unradioed.png'); } + +/* line 46, ../sass/murano/components/_menu.scss */ +.x-menu-item-checked .x-menu-item-icon { + background: url('../../extjs/resources/themes/images/murano/form/checked.png'); } +/* line 49, ../sass/murano/components/_menu.scss */ +.x-menu-item-checked .x-menu-group-icon { + background: url('../../extjs/resources/themes/images/murano/form/radioed.png'); } + +/* line 54, ../sass/murano/components/_menu.scss */ +.x-menu-item-separator { + height: 0; + padding: 0; + margin: 3px 9px 3px 10px; + border-bottom: 1px solid rgba(255, 255, 255, 0.25); } + +/* line 1, ../sass/murano/components/_scroller.scss */ +.x-scroller { + border: none !important; } + /* line 3, ../sass/murano/components/_scroller.scss */ + .x-scroller::-webkit-scrollbar { + width: 16px; + height: 16px; } + /* line 6, ../sass/murano/components/_scroller.scss */ + .x-scroller::-webkit-scrollbar-track { + background: transparent; } + /* line 9, ../sass/murano/components/_scroller.scss */ + .x-scroller::-webkit-scrollbar-track-piece:start { + margin-left: 1px; + margin-top: 1px; } + /* line 13, ../sass/murano/components/_scroller.scss */ + .x-scroller::-webkit-scrollbar-track-piece:end { + margin-right: 1px; + margin-bottom: 1px; } + /* line 17, ../sass/murano/components/_scroller.scss */ + .x-scroller::-webkit-scrollbar-thumb { + border: 1px solid #000; + background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))); + background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); + background-color: #222; + -moz-border-radius: 8px; + -webkit-border-radius: 8px; + -o-border-radius: 8px; + -ms-border-radius: 8px; + -khtml-border-radius: 8px; + border-radius: 8px; + -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35) inset, 0 -1px 0 0 black inset; + -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35) inset, 0 -1px 0 0 black inset; + -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35) inset, 0 -1px 0 0 black inset; + box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35) inset, 0 -1px 0 0 black inset; } + /* line 23, ../sass/murano/components/_scroller.scss */ + .x-scroller::-webkit-scrollbar-thumb:hover { + background-color: #333; } + /* line 26, ../sass/murano/components/_scroller.scss */ + .x-scroller::-webkit-scrollbar-thumb:active { + background-color: #444; } + +/* line 1, ../sass/murano/components/_splitter.scss */ +.x-splitter { + background-color: #000; } + +/** + * @var {string} $prefix + * The prefix to be applied to all CSS selectors. If this is changed, it must also be changed in your + * JavaScript application. + */ +/** + * @var {string} $theme-name + * The name of the theme. This must match the the output directory of the images. + * (defaults to 'default') + */ +/** + * @var {boolean/string} $relative-image-path-for-uis + * True to use a relative image path for all new UIs. If true, the path will be "../images/". + * It can also be a string of the path value. + * It defaults to false, which means it will look for the images in the ExtJS SDK folder. + */ +/** + * @var {string} $font-family + * The default font-family to be used throughout the theme. + */ +/** + * @var {string} $base-gradient + * The base gradient to be used throughout the theme. + */ +/** + * @var {color} $base-color + * The base color to be used throughout the theme. + */ +/** + * @var {boolean} $include-ie + * True to include Internet Explorer specific rules + */ +/** + * @var {boolean} $include-ff + * True to include Firefox specific rules + */ +/** + * @var {boolean} $include-chrome + * True to include Chrome specific rules + */ +/** + * @var {boolean} $include-safari + * True to include Safari specific rules + */ +/** + * @var {boolean} $include-opera + * True to include Opera specific rules + */ +/** + * @var {boolean} $include-webkit + * True to include Webkit specific rules + */ +/** + * @var {boolean} $compile-all + * True to copile all CSS, even if above include rules are false + */ +/** + * @var {boolean} $scope-reset-css + * True to scope the reset CSS within the $prefix variable. + */ +/** + * @var {color} $css-shadow-background-color + * The base color for CSS shadows + */ +/** + * Toolbar buttons + */ +/** + * @class Ext.form.* + */ +/** + * @class Ext.form.field.Base + */ +/** + * @class Ext.form.field.TextArea + */ +/** + * @class Ext.form.Label + */ +/** + * @class Ext.form.field.Checkbox + */ +/** + * @class Ext.form.field.Radio + */ +/** + * Error messages + */ +/** + * Trigger Field + */ +/** + * Fieldsets + */ +/** + * @mixin background-gradient + * + * @param {Color} $background-color The background color of the gradient + * @param {String/List} $type The type of gradient to be used. Can either be a String which is a predefined gradient, or it can + * can be a list of color_stops. If none is set, it will still set the `background-color` to the $background-color. + * @param {String} $direction The direction of the gradient. Can either me `top` or `left`. (defaults to `top`) + */ +/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */ +html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, +h4, h5, h6, pre, code, form, fieldset, legend, +input, textarea, p, blockquote, th, td { + margin: 0; + padding: 0; } + +/* line 74, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */ +table { + border-collapse: collapse; + border-spacing: 0; } + +/* line 79, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */ +fieldset, img { + border: 0; } + +/* line 84, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */ +address, caption, cite, code, +dfn, em, strong, th, var { + font-style: normal; + font-weight: normal; } + +/* line 89, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */ +li { + list-style: none; } + +/* line 93, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */ +caption, th { + text-align: left; } + +/* line 97, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */ +h1, h2, h3, h4, h5, h6 { + font-size: 100%; } + +/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */ +q:before, +q:after { + content: ""; } + +/* line 106, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */ +abbr, acronym { + border: 0; + font-variant: normal; } + +/* line 111, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */ +sup { + vertical-align: text-top; } + +/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */ +sub { + vertical-align: text-bottom; } + +/* line 119, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */ +input, textarea, select { + font-family: inherit; + font-size: inherit; + font-weight: inherit; } + +/* line 125, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */ +*:focus { + outline: none; } + +/* line 131, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */ +.x-border-box .x-reset, +.x-border-box .x-reset * { + box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; + -webkit-box-sizing: border-box; } + +/* line 1, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +body { + color: white; + font-size: 12px; + font-family: "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif; } + +/* line 7, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-clear { + overflow: hidden; + clear: both; + height: 0; + width: 0; + font-size: 0; + line-height: 0; } + +/* line 16, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-layer { + position: absolute; + overflow: hidden; + zoom: 1; } + +/* line 22, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-shim { + position: absolute; + left: 0; + top: 0; + overflow: hidden; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); + opacity: 0; } + +/* line 30, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-hide-display { + display: none !important; } + +/* line 34, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-hide-visibility { + visibility: hidden !important; } + +/* line 38, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-item-disabled { + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); + opacity: 0.4; } + +/* line 42, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-ie6 .x-item-disabled { + filter: none; } + +/* line 47, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-hidden, +.x-hide-offsets { + display: block !important; + position: absolute !important; + left: -10000px !important; + top: -10000px !important; } + +/* line 54, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-hide-nosize { + height: 0 !important; + width: 0 !important; } + +/* line 59, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-masked-relative { + position: relative; } + +/* line 65, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-ie6 .x-masked select, +.x-ie6.x-body-masked select { + visibility: hidden !important; } + +/* line 71, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-css-shadow { + position: absolute; + -moz-border-radius: 5px 5px; + -webkit-border-radius: 5px 5px; + -o-border-radius: 5px 5px; + -ms-border-radius: 5px 5px; + -khtml-border-radius: 5px 5px; + border-radius: 5px 5px; } + +/* line 76, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-ie-shadow { + background-color: #777; + display: none; + position: absolute; + overflow: hidden; + zoom: 1; } + +/* line 84, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-frame-shadow { + display: none; + position: absolute; + overflow: hidden; } + +/* line 90, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-frame-shadow * { + overflow: hidden; } + +/* line 94, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-frame-shadow * { + padding: 0; + border: 0; + margin: 0; + clear: none; + zoom: 1; } + +/* top bottom */ +/* line 104, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-frame-shadow .xstc, +.x-frame-shadow .xsbc { + height: 6px; + float: left; } + +/* line 109, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-frame-shadow .xsc { + width: 100%; } + +/* line 113, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-frame-shadow .xsml { + background: transparent repeat-y 0 0; } + +/* line 117, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-frame-shadow .xsmr { + background: transparent repeat-y -6px 0; } + +/* line 121, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-frame-shadow .xstl { + background: transparent no-repeat 0 0; } + +/* line 125, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-frame-shadow .xstc { + background: transparent repeat-x 0 -30px; } + +/* line 129, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-frame-shadow .xstr { + background: transparent repeat-x 0 -18px; } + +/* line 133, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-frame-shadow .xsbl { + background: transparent no-repeat 0 -12px; } + +/* line 137, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-frame-shadow .xsbc { + background: transparent repeat-x 0 -36px; } + +/* line 141, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-frame-shadow .xsbr { + background: transparent repeat-x 0 -6px; } + +/* line 149, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-frame-shadow .xstl, +.x-frame-shadow .xstc, +.x-frame-shadow .xstr, +.x-frame-shadow .xsbl, +.x-frame-shadow .xsbc, +.x-frame-shadow .xsbr { + width: 6px; + height: 6px; + float: left; + background-image: url('../../extjs/resources/themes/images/murano/shared/shadow.png'); } + +/* line 157, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-frame-shadow .xsml, +.x-frame-shadow .xsmr { + width: 6px; + float: left; + height: 100%; + background-image: url('../../extjs/resources/themes/images/murano/shared/shadow-lr.png'); } + +/* line 164, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-frame-shadow .xsmc { + float: left; + height: 100%; + background-image: url('../../extjs/resources/themes/images/murano/shared/shadow-c.png'); } + +/* line 171, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */ +.x-frame-shadow .xst, +.x-frame-shadow .xsb { + height: 6px; + overflow: hidden; + width: 100%; } + +/* line 1, ../../extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */ +.x-focus-element { + position: absolute; + top: -10px; + left: -10px; + width: 0px; + height: 0px; } + +/* line 9, ../../extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */ +.x-focus-frame { + position: absolute; + left: 0px; + top: 0px; + z-index: 100000000; + width: 0px; + height: 0px; } + +/* line 21, ../../extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */ +.x-focus-frame-top, +.x-focus-frame-bottom, +.x-focus-frame-left, +.x-focus-frame-right { + position: absolute; + top: 0px; + left: 0px; } + +/* line 28, ../../extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */ +.x-focus-frame-top, +.x-focus-frame-bottom { + border-top: solid 2px #15428b; + height: 2px; } + +/* line 34, ../../extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */ +.x-focus-frame-left, +.x-focus-frame-right { + border-left: solid 2px #15428b; + width: 2px; } + +/** + * @class Ext.Button + * Used to create the base structure of an Ext.Button + */ +/** + * @mixin extjs-btn-group-ui + * @class Ext.ButtonGroup + */ +/** + * @class Ext.menu.* + */ +/** + * @class Ext.Panel + * Used to create the base structure of an Ext.Panel + */ +/** + * @class Ext.Panel + * Used to create a visual theme for an Ext.Panel + */ +/** + * @mixin ext-toolbar-ui + * @class Ext.toolbar.Toolbar + * @param {String} $ui The name of the UI + * @param {Color} $background-color The background color of the toolbar (defaults to transparent) + * @param {Gradient/color-stops} $background-gradient The background gradient of the toolbar (defaults to null) + * @param {Color} $border-color The border color of the toolbar (defaults to null) + */ +/** + * @class Ext.Window + * Used to create a visual theme for an Ext.Panel + */ +/** + * @class Ext.tab.Bar + */ +/** + * @class Ext.Tab + */ +/** + * @class Ext.LoadMask + * Component used to mask a component + */ +/* line 5, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss */ +.x-mask { + z-index: 100; + position: absolute; + top: 0; + left: 0; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); + opacity: 0.5; + width: 100%; + height: 100%; + zoom: 1; + background: #cccccc; } + +/* line 21, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss */ +.x-mask-msg { + z-index: 20001; + position: absolute; + top: 0; + left: 0; + padding: 2px; + border: 1px solid; + border-color: #99bbe8; + background-image: none; + background-color: #dfe8f6; } + /* line 40, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss */ + .x-mask-msg div { + padding: 5px 10px 5px 25px; + background-image: url('../../extjs/resources/themes/images/murano/grid/loading.gif'); + background-repeat: no-repeat; + background-position: 5px center; + cursor: wait; + border: 1px solid #a3bad9; + background-color: #eeeeee; + color: #222222; + font: normal 11px "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif; } + +/** + * @mixin extjs-progress-ui + */ +/** + * W3C Suggested Default style sheet for HTML 4 + * http://www.w3.org/TR/CSS21/sample.html + */ +/* line 7, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */ +.x-dd-drag-repair .x-dd-drag-ghost { + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); + opacity: 0.6; } +/* line 11, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */ +.x-dd-drag-repair .x-dd-drop-icon { + display: none; } + +/* line 16, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */ +.x-dd-drag-ghost { + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85); + opacity: 0.85; + padding: 5px; + padding-left: 20px; + white-space: nowrap; + color: #000; + font: normal 11px "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif; + border: 1px solid; + border-color: #ddd #bbb #bbb #ddd; + background-color: #fff; } + +/* line 33, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */ +.x-dd-drop-icon { + position: absolute; + top: 3px; + left: 3px; + display: block; + width: 16px; + height: 16px; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + z-index: 1; } + +/* line 50, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */ +.x-view-selector { + position: absolute; + left: 0; + top: 0; + width: 0; + background-color: #c3daf9; + border: 1px dotted #3399bb; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); + opacity: 0.5; + zoom: 1; } + +/* line 65, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */ +.x-dd-drop-nodrop .x-dd-drop-icon { + background-image: url('../../extjs/resources/themes/images/murano/dd/drop-no.gif'); } + +/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */ +.x-dd-drop-ok .x-dd-drop-icon { + background-image: url('../../extjs/resources/themes/images/murano/dd/drop-yes.gif'); } + +/* line 73, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */ +.x-dd-drop-ok-add .x-dd-drop-icon { + background-image: url('../../extjs/resources/themes/images/murano/dd/drop-add.gif'); } + +/* line 2, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-handle { + position: absolute; + z-index: 100; + font-size: 1px; + line-height: 6px; + overflow: hidden; + zoom: 1; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); + opacity: 0; + background-color: #fff; } + +/* line 19, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-handle-east { + width: 6px; + height: 100%; + right: 0; + top: 0; } + +/* line 28, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-over .x-resizable-handle-east { + cursor: e-resize; } + +/* line 33, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-handle-south { + width: 100%; + height: 6px; + left: 0; + bottom: 0; } + +/* line 42, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-over .x-resizable-handle-south { + cursor: s-resize; } + +/* line 47, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-handle-west { + width: 6px; + height: 100%; + left: 0; + top: 0; } + +/* line 56, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-over .x-resizable-handle-west { + cursor: w-resize; } + +/* line 61, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-handle-north { + width: 100%; + height: 6px; + left: 0; + top: 0; } + +/* line 70, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-over .x-resizable-handle-north { + cursor: n-resize; } + +/* line 75, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-handle-southeast { + width: 6px; + height: 6px; + right: 0; + bottom: 0; + z-index: 101; } + +/* line 86, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-over .x-resizable-handle-southeast { + cursor: se-resize; } + +/* line 91, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-handle-northwest { + width: 6px; + height: 6px; + left: 0; + top: 0; + z-index: 101; } + +/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-over .x-resizable-handle-northwest { + cursor: nw-resize; } + +/* line 107, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-handle-northeast { + width: 6px; + height: 6px; + right: 0; + top: 0; + z-index: 101; } + +/* line 118, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-over .x-resizable-handle-northeast { + cursor: ne-resize; } + +/* line 123, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-handle-southwest { + width: 6px; + height: 6px; + left: 0; + bottom: 0; + z-index: 101; } + +/* line 134, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-over .x-resizable-handle-southwest { + cursor: sw-resize; } + +/*IE rounding error*/ +/* line 141, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-ie .x-resizable-handle-east { + margin-right: -1px; + /*IE rounding error*/ } +/* line 145, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-ie .x-resizable-handle-south { + margin-bottom: -1px; } + +/* line 150, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle { + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); + opacity: 1; } + +/* line 154, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-window .x-window-handle { + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); + opacity: 0; } + +/* line 158, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-window-collapsed .x-window-handle { + display: none; } + +/* line 162, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-proxy { + border: 1px dashed #3b5a82; + position: absolute; + left: 0; + top: 0; + overflow: hidden; + z-index: 50000; } + +/* line 171, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-overlay { + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + display: none; + z-index: 200000; + background-color: #fff; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); + opacity: 0; } + +/* line 191, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-over .x-resizable-handle-east, +.x-resizable-over .x-resizable-handle-west, +.x-resizable-pinned .x-resizable-handle-east, +.x-resizable-pinned .x-resizable-handle-west { + background-position: left; + background-image: url('../../extjs/resources/themes/images/murano/sizer/e-handle.gif'); } +/* line 197, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-over .x-resizable-handle-south, +.x-resizable-over .x-resizable-handle-north, +.x-resizable-pinned .x-resizable-handle-south, +.x-resizable-pinned .x-resizable-handle-north { + background-position: top; + background-image: url('../../extjs/resources/themes/images/murano/sizer/s-handle.gif'); } +/* line 202, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-over .x-resizable-handle-southeast, +.x-resizable-pinned .x-resizable-handle-southeast { + background-position: top left; + background-image: url('../../extjs/resources/themes/images/murano/sizer/se-handle.gif'); } +/* line 207, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-over .x-resizable-handle-northwest, +.x-resizable-pinned .x-resizable-handle-northwest { + background-position: bottom right; + background-image: url('../../extjs/resources/themes/images/murano/sizer/nw-handle.gif'); } +/* line 212, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-over .x-resizable-handle-northeast, +.x-resizable-pinned .x-resizable-handle-northeast { + background-position: bottom left; + background-image: url('../../extjs/resources/themes/images/murano/sizer/ne-handle.gif'); } +/* line 217, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */ +.x-resizable-over .x-resizable-handle-southwest, +.x-resizable-pinned .x-resizable-handle-southwest { + background-position: top right; + background-image: url('../../extjs/resources/themes/images/murano/sizer/sw-handle.gif'); } + +/* line 3, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */ +.x-splitter .x-collapse-el { + position: absolute; + cursor: pointer; + background-color: transparent; + background-repeat: no-repeat !important; } + +/* line 14, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */ +.x-layout-split-left, +.x-layout-split-right { + top: 50%; + margin-top: -17px; + width: 5px; + height: 35px; } + +/* line 24, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */ +.x-layout-split-top, +.x-layout-split-bottom { + left: 50%; + width: 35px; + height: 5px; + margin-left: -17px; } + +/* line 33, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */ +.x-layout-split-left { + background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-left.gif') no-repeat top right; } + +/* line 37, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */ +.x-layout-split-right { + background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-right.gif') no-repeat top left; } + +/* line 41, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */ +.x-layout-split-top { + background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-top.gif') no-repeat top left; } + +/* line 45, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */ +.x-layout-split-bottom { + background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-bottom.gif') no-repeat top left; } + +/* line 50, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */ +.x-splitter-collapsed .x-layout-split-left { + background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-right.gif') no-repeat top left; } +/* line 54, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */ +.x-splitter-collapsed .x-layout-split-right { + background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-left.gif') no-repeat top right; } +/* line 58, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */ +.x-splitter-collapsed .x-layout-split-top { + background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-bottom.gif') no-repeat top left; } +/* line 62, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */ +.x-splitter-collapsed .x-layout-split-bottom { + background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-top.gif') no-repeat top left; } + +/* line 67, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */ +.x-splitter-horizontal { + cursor: e-resize; + cursor: row-resize; + font-size: 1px; } + +/* line 72, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */ +.x-splitter-vertical { + cursor: e-resize; + cursor: col-resize; + font-size: 1px; } + +/* line 77, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */ +.x-splitter-collapsed { + cursor: default; } + +/* line 81, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */ +.x-splitter-active { + z-index: 4; + font-size: 1px; + background-color: #b4b4b4; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); + opacity: 0.8; } + +/* line 88, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */ +.x-splitter-active .x-collapse-el { + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); + opacity: 0.3; } + +/* line 93, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */ +.x-proxy-el { + position: absolute; + background: #b4b4b4; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); + opacity: 0.8; } + +/* line 2, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-docked { + position: absolute; + z-index: 1; } + +/** + * Dock Layouts + * @todo move this somewhere else? + */ +/* line 11, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-docked-top { + border-bottom-width: 0 !important; } + +/* line 15, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-docked-bottom { + border-top-width: 0 !important; } + +/* line 19, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-docked-left { + border-right-width: 0 !important; } + +/* line 23, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-docked-right { + border-left-width: 0 !important; } + +/* line 27, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-docked-noborder-top { + border-top-width: 0 !important; } + +/* line 31, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-docked-noborder-right { + border-right-width: 0 !important; } + +/* line 35, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-docked-noborder-bottom { + border-bottom-width: 0 !important; } + +/* line 39, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-docked-noborder-left { + border-left-width: 0 !important; } + +/* line 43, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-box-inner { + overflow: hidden; + zoom: 1; + position: relative; + left: 0; + top: 0; } + +/* line 53, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-box-item { + position: absolute !important; + left: 0; + top: 0; } + +/* line 60, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-box-layout-ct, +.x-border-layout-ct { + overflow: hidden; + zoom: 1; } + +/* line 65, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-overflow-hidden { + overflow: hidden !important; } + +/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-inline-children > * { + display: inline-block !important; } + +/* line 73, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-abs-layout-item { + position: absolute; } + +/* line 77, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-border-layout-ct { + background-color: #dfe8f6; } + +/* line 81, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-border-region-slide-in { + z-index: 5; } + +/* line 85, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-region-collapsed-placeholder { + z-index: 4; } + +/* line 89, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-accordion-hd .x-panel-header-text { + color: black; + font-weight: normal; } + +/* line 94, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-accordion-hd { + background: #d9e7f8 !important; + -moz-box-shadow: inset 0 0 0 0 #d9e7f8; + -webkit-box-shadow: inset 0 0 0 0 #d9e7f8; + -o-box-shadow: inset 0 0 0 0 #d9e7f8; + box-shadow: inset 0 0 0 0 #d9e7f8; } + /* line 98, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ + .x-accordion-hd .x-tool-collapse-top, + .x-accordion-hd .x-tool-collapse-right, + .x-accordion-hd .x-tool-collapse-bottom, + .x-accordion-hd .x-tool-collapse-left { + background-position: 0 -255px; } + /* line 105, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ + .x-accordion-hd .x-tool-expand-top, + .x-accordion-hd .x-tool-expand-right, + .x-accordion-hd .x-tool-expand-bottom, + .x-accordion-hd .x-tool-expand-left { + background-position: 0 -240px; } + /* line 113, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ + .x-accordion-hd .x-tool-over .x-tool-collapse-top, + .x-accordion-hd .x-tool-over .x-tool-collapse-right, + .x-accordion-hd .x-tool-over .x-tool-collapse-bottom, + .x-accordion-hd .x-tool-over .x-tool-collapse-left { + background-position: -15px -255px; } + /* line 122, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ + .x-accordion-hd .x-tool-over .x-tool-expand-top, + .x-accordion-hd .x-tool-over .x-tool-expand-right, + .x-accordion-hd .x-tool-over .x-tool-expand-bottom, + .x-accordion-hd .x-tool-over .x-tool-expand-left { + background-position: -15px -240px; } + +/* line 131, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-accordion-hd { + border-width: 1px 0 1px 0 !important; + padding: 4px 5px 5px 5px; + border-top-color: #f3f7fb !important; } + +/* line 137, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-accordion-body { + border-width: 0 !important; } + +/* line 141, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-accordion-hd-sibling-expanded { + border-top-color: #99bbe8 !important; + -moz-box-shadow: inset 0 1px 0 0 #f3f7fb; + -webkit-box-shadow: inset 0 1px 0 0 #f3f7fb; + -o-box-shadow: inset 0 1px 0 0 #f3f7fb; + box-shadow: inset 0 1px 0 0 #f3f7fb; } + +/* line 146, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-accordion-hd-last-collapsed { + border-bottom-color: #d9e7f8 !important; } + +/* line 155, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-frame-tl, +.x-frame-tr, +.x-frame-tc, +.x-frame-bl, +.x-frame-br, +.x-frame-bc { + overflow: hidden; + background-repeat: no-repeat; } + +/* line 161, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-frame-tc, +.x-frame-bc { + background-repeat: repeat-x; } + +/* line 165, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-frame-mc { + position: relative; + background-repeat: repeat-x; + overflow: hidden; } + +/* line 174, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-box-scroller-left { + float: left; + height: 100%; + z-index: 5; } + /* line 181, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ + .x-box-scroller-left .x-toolbar-scroll-left, + .x-box-scroller-left .x-tabbar-scroll-left { + width: 18px; + position: relative; + cursor: pointer; + height: 20px; + background: url('../../extjs/resources/themes/images/murano/tab-bar/scroll-left.gif') transparent no-repeat -18px 0; } + /* line 188, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ + .x-box-scroller-left .x-toolbar-scroll-left-hover { + background-position: 0 0; } + /* line 192, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ + .x-box-scroller-left .x-toolbar-scroll-left-disabled, + .x-box-scroller-left .x-tabbar-scroll-left-disabled { + background-position: -18px 0; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); + opacity: 0.5; } + /* line 197, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ + .x-box-scroller-left .x-toolbar-scroll-left { + background-image: url('../../extjs/resources/themes/images/murano/toolbar/scroll-left.gif'); + background-position: -14px 0; } + /* line 201, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ + .x-box-scroller-left .x-toolbar-scroll-left-hover { + background-position: 0 0; } + /* line 204, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ + .x-box-scroller-left .x-toolbar-scroll-left-disabled { + background-position: -14px 0; } + /* line 208, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ + .x-box-scroller-left .x-toolbar-scroll-left { + width: 14px; + height: 22px; + border-bottom: 1px solid #8db2e3; } + +/* line 216, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-horizontal-box-overflow-body { + float: left; } + +/* line 219, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-box-scroller-right { + float: right; + height: 100%; + z-index: 5; } + /* line 226, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ + .x-box-scroller-right .x-toolbar-scroll-right, + .x-box-scroller-right .x-tabbar-scroll-right { + width: 18px; + position: relative; + cursor: pointer; + height: 20px; + background: url('../../extjs/resources/themes/images/murano/tab-bar/scroll-right.gif') transparent no-repeat 0 0; } + /* line 233, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ + .x-box-scroller-right .x-toolbar-scroll-right-hover { + background-position: -18px 0; } + /* line 237, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ + .x-box-scroller-right .x-toolbar-scroll-right-disabled, + .x-box-scroller-right .x-tabbar-scroll-right-disabled { + background-position: 0 0; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); + opacity: 0.5; } + /* line 242, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ + .x-box-scroller-right .x-toolbar-scroll-right { + background-image: url('../../extjs/resources/themes/images/murano/toolbar/scroll-right.gif'); } + /* line 245, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ + .x-box-scroller-right .x-toolbar-scroll-right-hover { + background-position: -14px 0; } + /* line 248, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ + .x-box-scroller-right .x-toolbar-scroll-right-disabled { + background-position: 0 0; } + /* line 252, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ + .x-box-scroller-right .x-toolbar-scroll-right { + width: 14px; + height: 22px; + border-bottom: 1px solid #8db2e3; } + +/* line 262, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-box-scroller-top .x-box-scroller { + line-height: 0; + font-size: 0; } +/* line 266, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-box-scroller-top .x-menu-scroll-top { + background: url('../../extjs/resources/themes/images/murano/layout/mini-top.gif') transparent no-repeat center center; + height: 8px; + cursor: pointer; } + +/* line 273, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-box-scroller-bottom .x-box-scroller { + line-height: 0; + font-size: 0; } +/* line 277, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-box-scroller-bottom .x-menu-scroll-bottom { + background: url('../../extjs/resources/themes/images/murano/layout/mini-bottom.gif') transparent no-repeat center center; + height: 8px; + cursor: pointer; } + +/* line 284, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-box-menu-right { + float: right; + padding-right: 2px; } + +/* line 289, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-column { + float: left; } + +/* line 293, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */ +.x-ie6 .x-column { + display: inline; + /*prevent IE6 double-margin bug*/ } + +/* line 2, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool { + height: 15px; } + /* line 5, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ + .x-tool img { + overflow: hidden; + width: 15px; + height: 15px; + cursor: pointer; + background-color: transparent; + background-repeat: no-repeat; + background-image: url('../../extjs/resources/themes/images/murano/tools/tool-sprites.gif'); + margin: 0; } + +/* line 23, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-panel-header-horizontal .x-tool, +.x-window-header-horizontal .x-tool { + margin-left: 2px; } + +/* line 30, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-panel-header-vertical .x-tool, +.x-window-header-vertical .x-tool { + margin-bottom: 2px; } + +/* line 35, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-placeholder { + visibility: hidden; } + +/* line 39, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-toggle { + background-position: 0 -60px; } + +/* line 44, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-toggle { + background-position: -15px -60px; } + +/* line 51, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-panel-collapsed .x-tool-toggle, +.x-fieldset-collapsed .x-tool-toggle { + background-position: 0 -75px; } +/* line 56, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-panel-collapsed .x-tool-over .x-tool-toggle, +.x-fieldset-collapsed .x-tool-over .x-tool-toggle { + background-position: -15px -75px; } + +/* line 62, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-close { + background-position: 0 0; } + +/* line 66, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-minimize { + background-position: 0 -15px; } + +/* line 70, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-maximize { + background-position: 0 -30px; } + +/* line 74, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-restore { + background-position: 0 -45px; } + +/* line 78, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-gear { + background-position: 0 -90px; } + +/* line 82, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-prev { + background-position: 0 -105px; } + +/* line 86, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-next { + background-position: 0 -120px; } + +/* line 90, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-pin { + background-position: 0 -135px; } + +/* line 94, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-unpin { + background-position: 0 -150px; } + +/* line 98, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-right { + background-position: 0 -165px; } + +/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-left { + background-position: 0 -180px; } + +/* line 106, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-help { + background-position: 0 -300px; } + +/* line 110, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-save { + background-position: 0 -285px; } + +/* line 114, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-search { + background-position: 0 -270px; } + +/* line 118, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-minus { + background-position: 0 -255px; } + +/* line 122, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-plus { + background-position: 0 -240px; } + +/* line 126, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-refresh { + background-position: 0 -225px; } + +/* line 130, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-up { + background-position: 0 -210px; } + +/* line 134, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-down { + background-position: 0 -195px; } + +/* line 138, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-move { + background-position: 0 -375px; } + +/* line 142, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-resize { + background-position: 0 -360px; } + +/* line 146, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-collapse { + background-position: 0 -345px; } + +/* line 150, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-expand { + background-position: 0 -330px; } + +/* line 154, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-print { + background-position: 0 -315px; } + +/* line 159, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-expand-bottom, +.x-tool-collapse-bottom { + background-position: 0 -195px; } + +/* line 164, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-expand-top, +.x-tool-collapse-top { + background-position: 0 -210px; } + +/* line 169, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-expand-left, +.x-tool-collapse-left { + background-position: 0 -180px; } + +/* line 174, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-expand-right, +.x-tool-collapse-right { + background-position: 0 -165px; } + +/* line 179, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-close { + background-position: -15px 0; } +/* line 183, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-minimize { + background-position: -15px -15px; } +/* line 187, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-maximize { + background-position: -15px -30px; } +/* line 191, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-restore { + background-position: -15px -45px; } +/* line 195, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-gear { + background-position: -15px -90px; } +/* line 199, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-prev { + background-position: -15px -105px; } +/* line 203, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-next { + background-position: -15px -120px; } +/* line 207, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-pin { + background-position: -15px -135px; } +/* line 211, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-unpin { + background-position: -15px -150px; } +/* line 215, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-right { + background-position: -15px -165px; } +/* line 219, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-left { + background-position: -15px -180px; } +/* line 223, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-down { + background-position: -15px -195px; } +/* line 227, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-up { + background-position: -15px -210px; } +/* line 231, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-refresh { + background-position: -15px -225px; } +/* line 235, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-plus { + background-position: -15px -240px; } +/* line 239, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-minus { + background-position: -15px -255px; } +/* line 243, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-search { + background-position: -15px -270px; } +/* line 247, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-save { + background-position: -15px -285px; } +/* line 251, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-help { + background-position: -15px -300px; } +/* line 255, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-print { + background-position: -15px -315px; } +/* line 259, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-expand { + background-position: -15px -330px; } +/* line 263, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-collapse { + background-position: -15px -345px; } +/* line 267, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-resize { + background-position: -15px -360px; } +/* line 271, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-move { + background-position: -15px -375px; } +/* line 276, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-expand-bottom, +.x-tool-over .x-tool-collapse-bottom { + background-position: -15px -195px; } +/* line 281, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-expand-top, +.x-tool-over .x-tool-collapse-top { + background-position: -15px -210px; } +/* line 286, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-expand-left, +.x-tool-over .x-tool-collapse-left { + background-position: -15px -180px; } +/* line 291, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */ +.x-tool-over .x-tool-expand-right, +.x-tool-over .x-tool-collapse-right { + background-position: -15px -165px; } + +/* line 2, ../../extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */ +.x-horizontal-scroller-present .x-grid-body { + border-bottom: none; } + +/* line 6, ../../extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */ +.x-vertical-scroller-present .x-grid-body { + border-right: none; } + +/* line 10, ../../extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */ +.x-scroller-vertical { + overflow-x: hidden; + overflow-y: scroll; + border: 1px solid #99bbe8; + border-top-color: #c5c5c5; } + +/* line 18, ../../extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */ +.x-scroller-horizontal { + overflow-y: hidden; + overflow-x: scroll; + border: 1px solid #99bbe8; } + +/* line 6, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ +.x-html { + /* Begin bidirectionality settings (do not change) */ } + /* line 32, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html html, + .x-html address, + .x-html blockquote, + .x-html body, + .x-html dd, + .x-html div, + .x-html dl, + .x-html dt, + .x-html fieldset, + .x-html form, + .x-html frame, .x-html frameset, + .x-html h1, + .x-html h2, + .x-html h3, + .x-html h4, + .x-html h5, + .x-html h6, + .x-html noframes, + .x-html ol, + .x-html p, + .x-html ul, + .x-html center, + .x-html dir, + .x-html hr, + .x-html menu, + .x-html pre { + display: block; } + /* line 33, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html li { + display: list-item; + list-style: disc; } + /* line 34, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html head { + display: none; } + /* line 35, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html table { + display: table; } + /* line 36, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html tr { + display: table-row; } + /* line 37, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html thead { + display: table-header-group; } + /* line 38, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html tbody { + display: table-row-group; } + /* line 39, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html tfoot { + display: table-footer-group; } + /* line 40, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html col { + display: table-column; } + /* line 41, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html colgroup { + display: table-column-group; } + /* line 43, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html td, + .x-html th { + display: table-cell; } + /* line 44, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html caption { + display: table-caption; } + /* line 45, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html th { + font-weight: bolder; + text-align: center; } + /* line 46, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html caption { + text-align: center; } + /* line 47, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html body { + margin: 8px; } + /* line 48, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html h1 { + font-size: 2em; + margin: .67em 0; } + /* line 49, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html h2 { + font-size: 1.5em; + margin: .75em 0; } + /* line 50, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html h3 { + font-size: 1.17em; + margin: .83em 0; } + /* line 60, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html h4, + .x-html p, + .x-html blockquote, + .x-html ul, + .x-html fieldset, + .x-html form, + .x-html ol, + .x-html dl, + .x-html dir, + .x-html menu { + margin: 1.12em 0; } + /* line 61, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html h5 { + font-size: .83em; + margin: 1.5em 0; } + /* line 62, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html h6 { + font-size: .75em; + margin: 1.67em 0; } + /* line 70, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html h1, + .x-html h2, + .x-html h3, + .x-html h4, + .x-html h5, + .x-html h6, + .x-html b, + .x-html strong { + font-weight: bolder; } + /* line 71, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html blockquote { + margin-left: 40px; + margin-right: 40px; } + /* line 76, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html i, + .x-html cite, + .x-html em, + .x-html var, + .x-html address { + font-style: italic; } + /* line 81, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html pre, + .x-html tt, + .x-html code, + .x-html kbd, + .x-html samp { + font-family: monospace; } + /* line 82, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html pre { + white-space: pre; } + /* line 86, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html button, + .x-html textarea, + .x-html input, + .x-html select { + display: inline-block; } + /* line 87, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html big { + font-size: 1.17em; } + /* line 90, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html small, + .x-html sub, + .x-html sup { + font-size: .83em; } + /* line 91, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html sub { + vertical-align: sub; } + /* line 92, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html sup { + vertical-align: super; } + /* line 93, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html table { + border-spacing: 2px; } + /* line 96, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html thead, + .x-html tbody, + .x-html tfoot { + vertical-align: middle; } + /* line 98, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html td, + .x-html th { + vertical-align: inherit; } + /* line 101, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html s, + .x-html strike, + .x-html del { + text-decoration: line-through; } + /* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html hr { + border: 1px inset; } + /* line 107, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html ol, + .x-html ul, + .x-html dir, + .x-html menu, + .x-html dd { + margin-left: 40px; } + /* line 108, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html ul, .x-html menu, .x-html dir { + list-style-type: disc; } + /* line 109, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html ol { + list-style-type: decimal; } + /* line 113, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html ol ul, + .x-html ul ol, + .x-html ul ul, + .x-html ol ol { + margin-top: 0; + margin-bottom: 0; } + /* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html u, + .x-html ins { + text-decoration: underline; } + /* line 116, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html br:before { + content: "\A"; } + /* line 117, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html :before, .x-html :after { + white-space: pre-line; } + /* line 118, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html center { + text-align: center; } + /* line 119, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html :link, .x-html :visited { + text-decoration: underline; } + /* line 120, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html :focus { + outline: invert dotted thin; } + /* line 123, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html BDO[DIR="ltr"] { + direction: ltr; + unicode-bidi: bidi-override; } + /* line 124, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */ + .x-html BDO[DIR="rtl"] { + direction: rtl; + unicode-bidi: bidi-override; } + +/* line 1, ../sass/murano/overrides/_accordion.scss */ +.x-accordion-hd { + background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) !important; + background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important; + background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important; + background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important; + background-image: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important; + background-color: #666666 !important; + padding: 0 5px; + border-top: 1px solid #999999 !important; + border-bottom: 1px solid #555555 !important; } + /* line 2, ../sass/murano/overrides/_accordion.scss */ + .x-accordion-hd .x-panel-header-text { + color: white !important; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35); } + /* line 11, ../sass/murano/overrides/_accordion.scss */ + .x-accordion-hd .x-tool { + top: 3px !important; } diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/btn/c/Down.png b/philo/contrib/gilbert/static/gilbert/murano/images/btn/c/Down.png deleted file mode 100644 index d0225fb..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/btn/c/Down.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/btn/c/Normal.png b/philo/contrib/gilbert/static/gilbert/murano/images/btn/c/Normal.png deleted file mode 100644 index 42e9981..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/btn/c/Normal.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/btn/c/Over.png b/philo/contrib/gilbert/static/gilbert/murano/images/btn/c/Over.png deleted file mode 100644 index a5a716d..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/btn/c/Over.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/btn/c/Pressed.png b/philo/contrib/gilbert/static/gilbert/murano/images/btn/c/Pressed.png deleted file mode 100644 index aa168a3..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/btn/c/Pressed.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/btn/menu.png b/philo/contrib/gilbert/static/gilbert/murano/images/btn/menu.png deleted file mode 100644 index 4993084..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/btn/menu.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/btn/split.png b/philo/contrib/gilbert/static/gilbert/murano/images/btn/split.png deleted file mode 100644 index a5402b7..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/btn/split.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/btn/whole/Down.png b/philo/contrib/gilbert/static/gilbert/murano/images/btn/whole/Down.png deleted file mode 100644 index c55c6f0..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/btn/whole/Down.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/btn/whole/Normal.png b/philo/contrib/gilbert/static/gilbert/murano/images/btn/whole/Normal.png deleted file mode 100644 index d4756a4..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/btn/whole/Normal.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/btn/whole/Over.png b/philo/contrib/gilbert/static/gilbert/murano/images/btn/whole/Over.png deleted file mode 100644 index fb22b68..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/btn/whole/Over.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/btn/whole/Pressed.png b/philo/contrib/gilbert/static/gilbert/murano/images/btn/whole/Pressed.png deleted file mode 100644 index 153be02..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/btn/whole/Pressed.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/fills/30b.png b/philo/contrib/gilbert/static/gilbert/murano/images/fills/30b.png deleted file mode 100644 index f030b53..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/fills/30b.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/fills/30w.png b/philo/contrib/gilbert/static/gilbert/murano/images/fills/30w.png deleted file mode 100644 index 494c8bb..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/fills/30w.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/fills/70w.png b/philo/contrib/gilbert/static/gilbert/murano/images/fills/70w.png deleted file mode 100644 index b9fa366..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/fills/70w.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/fills/80b.png b/philo/contrib/gilbert/static/gilbert/murano/images/fills/80b.png deleted file mode 100644 index 8a6b4eb..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/fills/80b.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/form/field.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/form/field.opacity deleted file mode 100644 index 62576dd..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/form/field.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/form/field.png b/philo/contrib/gilbert/static/gilbert/murano/images/form/field.png deleted file mode 100644 index 33767b4..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/form/field.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/gloss/gloss.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/gloss/gloss.opacity deleted file mode 100644 index e0425c7..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/gloss/gloss.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/gloss/gloss.png b/philo/contrib/gilbert/static/gilbert/murano/images/gloss/gloss.png deleted file mode 100644 index af1ec9b..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/gloss/gloss.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/gloss/light-gloss.png b/philo/contrib/gilbert/static/gilbert/murano/images/gloss/light-gloss.png deleted file mode 100644 index e9444e5..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/gloss/light-gloss.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/gradients/30white-to-trans.png b/philo/contrib/gilbert/static/gilbert/murano/images/gradients/30white-to-trans.png deleted file mode 100644 index cbc8ff2..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/gradients/30white-to-trans.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/gradients/dark-inner-shadow.png b/philo/contrib/gilbert/static/gilbert/murano/images/gradients/dark-inner-shadow.png deleted file mode 100644 index 0636daa..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/gradients/dark-inner-shadow.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/grid/col-move-bottom.png b/philo/contrib/gilbert/static/gilbert/murano/images/grid/col-move-bottom.png deleted file mode 100644 index cab866d..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/grid/col-move-bottom.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/grid/col-move-top.png b/philo/contrib/gilbert/static/gilbert/murano/images/grid/col-move-top.png deleted file mode 100644 index 3de7621..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/grid/col-move-top.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/grid/row-editor-btns.png b/philo/contrib/gilbert/static/gilbert/murano/images/grid/row-editor-btns.png deleted file mode 100644 index a267203..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/grid/row-editor-btns.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/icons/balloon.png b/philo/contrib/gilbert/static/gilbert/murano/images/icons/balloon.png deleted file mode 100755 index dff9e47..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/icons/balloon.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/icons/cross.png b/philo/contrib/gilbert/static/gilbert/murano/images/icons/cross.png deleted file mode 100755 index e559d44..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/icons/cross.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/icons/d-first.png b/philo/contrib/gilbert/static/gilbert/murano/images/icons/d-first.png deleted file mode 100644 index 62bb6b6..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/icons/d-first.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/icons/d-last.png b/philo/contrib/gilbert/static/gilbert/murano/images/icons/d-last.png deleted file mode 100644 index a45d9d2..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/icons/d-last.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/icons/d-next.png b/philo/contrib/gilbert/static/gilbert/murano/images/icons/d-next.png deleted file mode 100644 index 669df8b..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/icons/d-next.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/icons/d-prev.png b/philo/contrib/gilbert/static/gilbert/murano/images/icons/d-prev.png deleted file mode 100644 index e8f4683..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/icons/d-prev.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/icons/exclamation32.png b/philo/contrib/gilbert/static/gilbert/murano/images/icons/exclamation32.png deleted file mode 100755 index 51fde5a..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/icons/exclamation32.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/icons/first.png b/philo/contrib/gilbert/static/gilbert/murano/images/icons/first.png deleted file mode 100755 index a6930a1..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/icons/first.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/icons/information.png b/philo/contrib/gilbert/static/gilbert/murano/images/icons/information.png deleted file mode 100755 index 01184cc..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/icons/information.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/icons/last.png b/philo/contrib/gilbert/static/gilbert/murano/images/icons/last.png deleted file mode 100755 index 8c63819..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/icons/last.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/icons/next.png b/philo/contrib/gilbert/static/gilbert/murano/images/icons/next.png deleted file mode 100755 index 195a9d7..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/icons/next.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/icons/no.png b/philo/contrib/gilbert/static/gilbert/murano/images/icons/no.png deleted file mode 100755 index 1f33a1b..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/icons/no.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/icons/prev.png b/philo/contrib/gilbert/static/gilbert/murano/images/icons/prev.png deleted file mode 100755 index 79558ab..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/icons/prev.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/icons/refresh.png b/philo/contrib/gilbert/static/gilbert/murano/images/icons/refresh.png deleted file mode 100755 index 1c56055..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/icons/refresh.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/icons/yes.png b/philo/contrib/gilbert/static/gilbert/murano/images/icons/yes.png deleted file mode 100755 index 46c0a29..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/icons/yes.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/listview/az.png b/philo/contrib/gilbert/static/gilbert/murano/images/listview/az.png deleted file mode 100644 index 60ecb93..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/listview/az.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/listview/cols.png b/philo/contrib/gilbert/static/gilbert/murano/images/listview/cols.png deleted file mode 100644 index 4393cca..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/listview/cols.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/listview/header.png b/philo/contrib/gilbert/static/gilbert/murano/images/listview/header.png deleted file mode 100644 index bec2aca..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/listview/header.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/listview/headerdrop.png b/philo/contrib/gilbert/static/gilbert/murano/images/listview/headerdrop.png deleted file mode 100644 index fe001e8..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/listview/headerdrop.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/listview/listview-sort-asc.png b/philo/contrib/gilbert/static/gilbert/murano/images/listview/listview-sort-asc.png deleted file mode 100644 index d11b3e2..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/listview/listview-sort-asc.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/listview/listview-sort-desc.png b/philo/contrib/gilbert/static/gilbert/murano/images/listview/listview-sort-desc.png deleted file mode 100644 index 627a7d9..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/listview/listview-sort-desc.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/listview/sort-asc.png b/philo/contrib/gilbert/static/gilbert/murano/images/listview/sort-asc.png deleted file mode 100644 index c77105b..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/listview/sort-asc.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/listview/sort-desc.png b/philo/contrib/gilbert/static/gilbert/murano/images/listview/sort-desc.png deleted file mode 100644 index 75e171e..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/listview/sort-desc.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/listview/za.png b/philo/contrib/gilbert/static/gilbert/murano/images/listview/za.png deleted file mode 100644 index 0c2333d..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/listview/za.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/load.gif b/philo/contrib/gilbert/static/gilbert/murano/images/load.gif deleted file mode 100644 index 5fe9ccf..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/load.gif and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/menu/arrow.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/menu/arrow.opacity deleted file mode 100644 index ef80ff9..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/menu/arrow.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/menu/arrow.png b/philo/contrib/gilbert/static/gilbert/murano/images/menu/arrow.png deleted file mode 100644 index f79ebbc..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/menu/arrow.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/progress.png b/philo/contrib/gilbert/static/gilbert/murano/images/progress.png deleted file mode 100644 index d55db12..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/progress.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/slider/h.png b/philo/contrib/gilbert/static/gilbert/murano/images/slider/h.png deleted file mode 100644 index 5ce04c0..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/slider/h.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/slider/thumbh.png b/philo/contrib/gilbert/static/gilbert/murano/images/slider/thumbh.png deleted file mode 100644 index 9c11f82..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/slider/thumbh.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/slider/thumbv.png b/philo/contrib/gilbert/static/gilbert/murano/images/slider/thumbv.png deleted file mode 100644 index 9c7419c..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/slider/thumbv.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/slider/v.png b/philo/contrib/gilbert/static/gilbert/murano/images/slider/v.png deleted file mode 100644 index 72c816c..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/slider/v.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/30-b.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/30-b.opacity deleted file mode 100644 index 869cec5..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/30-b.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/30-w.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/30-w.opacity deleted file mode 100644 index c2ce599..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/30-w.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/30w.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/30w.opacity deleted file mode 100644 index 35b9066..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/30w.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/30white-to-trans.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/30white-to-trans.opacity deleted file mode 100644 index a3ceb55..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/30white-to-trans.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/70w.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/70w.opacity deleted file mode 100644 index 718ca1d..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/70w.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/80-b.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/80-b.opacity deleted file mode 100644 index d4c7378..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/80-b.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/?.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/?.opacity deleted file mode 100644 index 9e51720..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/?.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/arrow buttons.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/arrow buttons.opacity deleted file mode 100644 index 1dc866d..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/arrow buttons.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/btn.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/btn.opacity deleted file mode 100644 index 79387cb..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/btn.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/check.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/check.opacity deleted file mode 100644 index 9835a54..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/check.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/col-move-bottom.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/col-move-bottom.opacity deleted file mode 100644 index 8d5a7e0..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/col-move-bottom.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/col-move-top.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/col-move-top.opacity deleted file mode 100644 index 62b579e..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/col-move-top.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/dark-inner-shadow.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/dark-inner-shadow.opacity deleted file mode 100644 index 2422c28..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/dark-inner-shadow.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/exclamation.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/exclamation.opacity deleted file mode 100644 index 09cfd0c..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/exclamation.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/grad-height-25.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/grad-height-25.opacity deleted file mode 100644 index 4a16036..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/grad-height-25.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/h.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/h.opacity deleted file mode 100644 index cb738c5..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/h.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/light-gloss.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/light-gloss.opacity deleted file mode 100644 index 0dd03ec..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/light-gloss.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/listview-sort.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/listview-sort.opacity deleted file mode 100644 index ab60087..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/listview-sort.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/listviewheader.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/listviewheader.opacity deleted file mode 100644 index 853b4d8..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/listviewheader.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/mini.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/mini.opacity deleted file mode 100644 index 3ba2b37..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/mini.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/progress.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/progress.opacity deleted file mode 100644 index 81d4904..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/progress.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/resizable corner.psd b/philo/contrib/gilbert/static/gilbert/murano/images/src/resizable corner.psd deleted file mode 100644 index 822db29..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/resizable corner.psd and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/resizable long.psd b/philo/contrib/gilbert/static/gilbert/murano/images/src/resizable long.psd deleted file mode 100644 index 074b076..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/resizable long.psd and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/row-editor-btns.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/row-editor-btns.opacity deleted file mode 100644 index 040f298..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/row-editor-btns.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/scroller.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/scroller.opacity deleted file mode 100644 index 6f9ee31..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/scroller.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/sort.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/sort.opacity deleted file mode 100644 index e33424c..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/sort.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/tabs.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/tabs.opacity deleted file mode 100644 index 974441e..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/tabs.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/tb-sprite.psd b/philo/contrib/gilbert/static/gilbert/murano/images/src/tb-sprite.psd deleted file mode 100644 index 9f0ec67..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/tb-sprite.psd and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/tb.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/tb.opacity deleted file mode 100644 index d307ca0..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/tb.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/thumbh.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/thumbh.opacity deleted file mode 100644 index 6909c40..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/thumbh.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/thumbv.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/thumbv.opacity deleted file mode 100644 index 64c1a5c..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/thumbv.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/tools.psd b/philo/contrib/gilbert/static/gilbert/murano/images/src/tools.psd deleted file mode 100644 index a69c09f..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/tools.psd and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/tooltip-invalid.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/tooltip-invalid.opacity deleted file mode 100644 index dcfcb81..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/tooltip-invalid.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/tooltip.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/tooltip.opacity deleted file mode 100644 index 0264045..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/tooltip.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/triggers/blank.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/triggers/blank.opacity deleted file mode 100644 index 2f124fb..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/triggers/blank.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/v.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/v.opacity deleted file mode 100644 index 81a092d..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/v.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/window-dark.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/window-dark.opacity deleted file mode 100644 index 1d4cde2..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/window-dark.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/window.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/window.opacity deleted file mode 100644 index 644311c..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/window.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/x.opacity b/philo/contrib/gilbert/static/gilbert/murano/images/src/x.opacity deleted file mode 100644 index da05b1f..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/src/x.opacity and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tab/c/Bottom.png b/philo/contrib/gilbert/static/gilbert/murano/images/tab/c/Bottom.png deleted file mode 100644 index f12c35b..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tab/c/Bottom.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tab/c/Top.png b/philo/contrib/gilbert/static/gilbert/murano/images/tab/c/Top.png deleted file mode 100644 index 0d9880c..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tab/c/Top.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tab/l/Bottom.png b/philo/contrib/gilbert/static/gilbert/murano/images/tab/l/Bottom.png deleted file mode 100644 index 1a6f7c0..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tab/l/Bottom.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tab/l/Top.png b/philo/contrib/gilbert/static/gilbert/murano/images/tab/l/Top.png deleted file mode 100644 index 9bbe709..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tab/l/Top.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tab/r/Bottom.png b/philo/contrib/gilbert/static/gilbert/murano/images/tab/r/Bottom.png deleted file mode 100644 index 0e16744..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tab/r/Bottom.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tab/r/Top.png b/philo/contrib/gilbert/static/gilbert/murano/images/tab/r/Top.png deleted file mode 100644 index 85ea39d..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tab/r/Top.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tb.png b/philo/contrib/gilbert/static/gilbert/murano/images/tb.png deleted file mode 100644 index 01a80d9..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tb.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tree/drop-add.png b/philo/contrib/gilbert/static/gilbert/murano/images/tree/drop-add.png deleted file mode 100755 index 49746a1..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tree/drop-add.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tree/drop-no.png b/philo/contrib/gilbert/static/gilbert/murano/images/tree/drop-no.png deleted file mode 100755 index 1f33a1b..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tree/drop-no.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tree/drop-yes.png b/philo/contrib/gilbert/static/gilbert/murano/images/tree/drop-yes.png deleted file mode 100755 index 46c0a29..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tree/drop-yes.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tree/folder-open.png b/philo/contrib/gilbert/static/gilbert/murano/images/tree/folder-open.png deleted file mode 100755 index dc05885..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tree/folder-open.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tree/folder.png b/philo/contrib/gilbert/static/gilbert/murano/images/tree/folder.png deleted file mode 100755 index 87ff120..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tree/folder.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tree/leaf.png b/philo/contrib/gilbert/static/gilbert/murano/images/tree/leaf.png deleted file mode 100755 index 8b17b3c..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tree/leaf.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tree/loading.gif b/philo/contrib/gilbert/static/gilbert/murano/images/tree/loading.gif deleted file mode 100644 index 5fe9ccf..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tree/loading.gif and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/trigger/blank.png b/philo/contrib/gilbert/static/gilbert/murano/images/trigger/blank.png deleted file mode 100644 index 165ba02..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/trigger/blank.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tt/bc.png b/philo/contrib/gilbert/static/gilbert/murano/images/tt/bc.png deleted file mode 100644 index f2022df..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tt/bc.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tt/bl.png b/philo/contrib/gilbert/static/gilbert/murano/images/tt/bl.png deleted file mode 100644 index fad7b21..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tt/bl.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tt/br.png b/philo/contrib/gilbert/static/gilbert/murano/images/tt/br.png deleted file mode 100644 index 217491d..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tt/br.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tt/c.png b/philo/contrib/gilbert/static/gilbert/murano/images/tt/c.png deleted file mode 100644 index 70f3d1d..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tt/c.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-bc.png b/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-bc.png deleted file mode 100644 index eb124df..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-bc.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-bl.png b/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-bl.png deleted file mode 100644 index 7c7721f..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-bl.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-br.png b/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-br.png deleted file mode 100644 index 19aaad9..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-br.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-c.png b/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-c.png deleted file mode 100644 index b23e939..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-c.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-ml.png b/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-ml.png deleted file mode 100644 index 34d3f1a..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-ml.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-mr.png b/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-mr.png deleted file mode 100644 index 6dbacc3..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-mr.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-tc.png b/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-tc.png deleted file mode 100644 index 3b55ecf..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-tc.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-tl.png b/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-tl.png deleted file mode 100644 index 12fa555..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-tl.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-tr.png b/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-tr.png deleted file mode 100644 index bc6e3bf..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tt/i-tr.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tt/ml.png b/philo/contrib/gilbert/static/gilbert/murano/images/tt/ml.png deleted file mode 100644 index 4bebef2..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tt/ml.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tt/mr.png b/philo/contrib/gilbert/static/gilbert/murano/images/tt/mr.png deleted file mode 100644 index 23aebdd..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tt/mr.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tt/tc.png b/philo/contrib/gilbert/static/gilbert/murano/images/tt/tc.png deleted file mode 100644 index 2108682..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tt/tc.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tt/tl.png b/philo/contrib/gilbert/static/gilbert/murano/images/tt/tl.png deleted file mode 100644 index 0d86302..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tt/tl.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tt/tr.png b/philo/contrib/gilbert/static/gilbert/murano/images/tt/tr.png deleted file mode 100644 index 70d0cc9..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tt/tr.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/bc.png b/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/bc.png deleted file mode 100644 index a2bfead..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/bc.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/bl.png b/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/bl.png deleted file mode 100644 index 5a6ce5b..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/bl.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/br.png b/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/br.png deleted file mode 100644 index bbde5b2..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/br.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/c.png b/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/c.png deleted file mode 100644 index 8a6b4eb..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/c.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/l.png b/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/l.png deleted file mode 100644 index af70f5f..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/l.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/r.png b/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/r.png deleted file mode 100644 index bf77670..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/r.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/tc.png b/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/tc.png deleted file mode 100644 index 8c65fb1..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/tc.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/tl.png b/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/tl.png deleted file mode 100644 index c253ea5..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/tl.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/tr.png b/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/tr.png deleted file mode 100644 index b371422..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/windowdark/tr.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/bc.png b/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/bc.png deleted file mode 100644 index 0ce7973..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/bc.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/bl.png b/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/bl.png deleted file mode 100644 index e2f5bbf..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/bl.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/br.png b/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/br.png deleted file mode 100644 index 9ed3c34..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/br.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/c.png b/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/c.png deleted file mode 100644 index bcf4ec9..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/c.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/l.png b/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/l.png deleted file mode 100644 index e85f76e..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/l.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/r.png b/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/r.png deleted file mode 100644 index 36cc2a3..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/r.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/tc.png b/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/tc.png deleted file mode 100644 index ea82da9..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/tc.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/tl.png b/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/tl.png deleted file mode 100644 index ff1586f..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/tl.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/tr.png b/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/tr.png deleted file mode 100644 index 42087c6..0000000 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/windowlight/tr.png and /dev/null differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/boundlist/trigger-arrow.png b/philo/contrib/gilbert/static/gilbert/murano/img/boundlist/trigger-arrow.png new file mode 100644 index 0000000..11daac3 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/boundlist/trigger-arrow.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/btn-group/btn-group-default-framed-corners.gif b/philo/contrib/gilbert/static/gilbert/murano/img/btn-group/btn-group-default-framed-corners.gif new file mode 100644 index 0000000..70f2dd4 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/btn-group/btn-group-default-framed-corners.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/btn-group/btn-group-default-framed-notitle-corners.gif b/philo/contrib/gilbert/static/gilbert/murano/img/btn-group/btn-group-default-framed-notitle-corners.gif new file mode 100644 index 0000000..70f2dd4 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/btn-group/btn-group-default-framed-notitle-corners.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/btn-group/btn-group-default-framed-notitle-sides.gif b/philo/contrib/gilbert/static/gilbert/murano/img/btn-group/btn-group-default-framed-notitle-sides.gif new file mode 100644 index 0000000..44a9334 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/btn-group/btn-group-default-framed-notitle-sides.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/btn-group/btn-group-default-framed-sides.gif b/philo/contrib/gilbert/static/gilbert/murano/img/btn-group/btn-group-default-framed-sides.gif new file mode 100644 index 0000000..ebe97b7 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/btn-group/btn-group-default-framed-sides.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/btn/arrv.png b/philo/contrib/gilbert/static/gilbert/murano/img/btn/arrv.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/btn/arrv.png rename to philo/contrib/gilbert/static/gilbert/murano/img/btn/arrv.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/btn/left-over.png b/philo/contrib/gilbert/static/gilbert/murano/img/btn/left-over.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/btn/left-over.png rename to philo/contrib/gilbert/static/gilbert/murano/img/btn/left-over.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/btn/left.png b/philo/contrib/gilbert/static/gilbert/murano/img/btn/left.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/btn/left.png rename to philo/contrib/gilbert/static/gilbert/murano/img/btn/left.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/icons/d-refresh.png b/philo/contrib/gilbert/static/gilbert/murano/img/btn/menu.png similarity index 79% rename from philo/contrib/gilbert/static/gilbert/murano/images/icons/d-refresh.png rename to philo/contrib/gilbert/static/gilbert/murano/img/btn/menu.png index d18dbf9..6099f47 100644 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/icons/d-refresh.png and b/philo/contrib/gilbert/static/gilbert/murano/img/btn/menu.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/btn/right-over.png b/philo/contrib/gilbert/static/gilbert/murano/img/btn/right-over.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/btn/right-over.png rename to philo/contrib/gilbert/static/gilbert/murano/img/btn/right-over.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/btn/right.png b/philo/contrib/gilbert/static/gilbert/murano/img/btn/right.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/btn/right.png rename to philo/contrib/gilbert/static/gilbert/murano/img/btn/right.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/btn/splith.png b/philo/contrib/gilbert/static/gilbert/murano/img/btn/splith.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/btn/splith.png rename to philo/contrib/gilbert/static/gilbert/murano/img/btn/splith.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/btn/splitv.png b/philo/contrib/gilbert/static/gilbert/murano/img/btn/splitv.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/btn/splitv.png rename to philo/contrib/gilbert/static/gilbert/murano/img/btn/splitv.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-minus-nl.gif b/philo/contrib/gilbert/static/gilbert/murano/img/button/arrow.gif similarity index 78% rename from philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-minus-nl.gif rename to philo/contrib/gilbert/static/gilbert/murano/img/button/arrow.gif index 0f2f2fd..3ab4f71 100644 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-minus-nl.gif and b/philo/contrib/gilbert/static/gilbert/murano/img/button/arrow.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/button/btn.gif b/philo/contrib/gilbert/static/gilbert/murano/img/button/btn.gif new file mode 100644 index 0000000..06b404d Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/button/btn.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/button/group-cs.gif b/philo/contrib/gilbert/static/gilbert/murano/img/button/group-cs.gif new file mode 100644 index 0000000..3d1dca8 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/button/group-cs.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-end-minus-nl.gif b/philo/contrib/gilbert/static/gilbert/murano/img/button/group-lr.gif similarity index 78% rename from philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-end-minus-nl.gif rename to philo/contrib/gilbert/static/gilbert/murano/img/button/group-lr.gif index 0f2f2fd..7c549f9 100644 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-end-minus-nl.gif and b/philo/contrib/gilbert/static/gilbert/murano/img/button/group-lr.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-plus-nl.gif b/philo/contrib/gilbert/static/gilbert/murano/img/button/group-tb.gif similarity index 78% rename from philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-plus-nl.gif rename to philo/contrib/gilbert/static/gilbert/murano/img/button/group-tb.gif index 095afc4..adeb0a4 100644 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-plus-nl.gif and b/philo/contrib/gilbert/static/gilbert/murano/img/button/group-tb.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/button/s-arrow-b-noline.gif b/philo/contrib/gilbert/static/gilbert/murano/img/button/s-arrow-b-noline.gif new file mode 100644 index 0000000..a4220ee Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/button/s-arrow-b-noline.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/button/s-arrow-b.gif b/philo/contrib/gilbert/static/gilbert/murano/img/button/s-arrow-b.gif new file mode 100644 index 0000000..84b6470 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/button/s-arrow-b.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/button/s-arrow-bo.gif b/philo/contrib/gilbert/static/gilbert/murano/img/button/s-arrow-bo.gif new file mode 100644 index 0000000..548700b Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/button/s-arrow-bo.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/button/s-arrow-light.gif b/philo/contrib/gilbert/static/gilbert/murano/img/button/s-arrow-light.gif new file mode 100644 index 0000000..08783c9 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/button/s-arrow-light.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-end-plus-nl.gif b/philo/contrib/gilbert/static/gilbert/murano/img/button/s-arrow-noline.gif similarity index 78% rename from philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-end-plus-nl.gif rename to philo/contrib/gilbert/static/gilbert/murano/img/button/s-arrow-noline.gif index 095afc4..0953eab 100644 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-end-plus-nl.gif and b/philo/contrib/gilbert/static/gilbert/murano/img/button/s-arrow-noline.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/button/s-arrow-o.gif b/philo/contrib/gilbert/static/gilbert/murano/img/button/s-arrow-o.gif new file mode 100644 index 0000000..89c70f3 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/button/s-arrow-o.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/button/s-arrow.gif b/philo/contrib/gilbert/static/gilbert/murano/img/button/s-arrow.gif new file mode 100644 index 0000000..8940774 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/button/s-arrow.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/datepicker/datepicker-footer-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/datepicker/datepicker-footer-bg.gif new file mode 100644 index 0000000..ea3026a Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/datepicker/datepicker-footer-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/datepicker/datepicker-footer-bg.png b/philo/contrib/gilbert/static/gilbert/murano/img/datepicker/datepicker-footer-bg.png new file mode 100644 index 0000000..c062d0d Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/datepicker/datepicker-footer-bg.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/datepicker/datepicker-header-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/datepicker/datepicker-header-bg.gif new file mode 100644 index 0000000..ee316fb Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/datepicker/datepicker-header-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/datepicker/datepicker-header-bg.png b/philo/contrib/gilbert/static/gilbert/murano/img/datepicker/datepicker-header-bg.png new file mode 100644 index 0000000..45d74d7 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/datepicker/datepicker-header-bg.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/dd/drop-add.gif b/philo/contrib/gilbert/static/gilbert/murano/img/dd/drop-add.gif new file mode 100644 index 0000000..b22cd14 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/dd/drop-add.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/dd/drop-no.gif b/philo/contrib/gilbert/static/gilbert/murano/img/dd/drop-no.gif new file mode 100644 index 0000000..08d0833 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/dd/drop-no.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/dd/drop-yes.gif b/philo/contrib/gilbert/static/gilbert/murano/img/dd/drop-yes.gif new file mode 100644 index 0000000..8aacb30 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/dd/drop-yes.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/editor/tb-sprite.gif b/philo/contrib/gilbert/static/gilbert/murano/img/editor/tb-sprite.gif new file mode 100755 index 0000000..fb70577 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/editor/tb-sprite.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tb-sprite.png b/philo/contrib/gilbert/static/gilbert/murano/img/editor/tb-sprite.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/tb-sprite.png rename to philo/contrib/gilbert/static/gilbert/murano/img/editor/tb-sprite.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/form-invalid-tip/form-invalid-tip-default-corners.gif b/philo/contrib/gilbert/static/gilbert/murano/img/form-invalid-tip/form-invalid-tip-default-corners.gif new file mode 100644 index 0000000..a16f169 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/form-invalid-tip/form-invalid-tip-default-corners.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/form-invalid-tip/form-invalid-tip-default-sides.gif b/philo/contrib/gilbert/static/gilbert/murano/img/form-invalid-tip/form-invalid-tip-default-sides.gif new file mode 100644 index 0000000..bd64f32 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/form-invalid-tip/form-invalid-tip-default-sides.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/form/checked.png b/philo/contrib/gilbert/static/gilbert/murano/img/form/checked.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/form/checked.png rename to philo/contrib/gilbert/static/gilbert/murano/img/form/checked.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/icons/exclamation.png b/philo/contrib/gilbert/static/gilbert/murano/img/form/exclamation.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/icons/exclamation.png rename to philo/contrib/gilbert/static/gilbert/murano/img/form/exclamation.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/form/radioed.png b/philo/contrib/gilbert/static/gilbert/murano/img/form/radioed.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/form/radioed.png rename to philo/contrib/gilbert/static/gilbert/murano/img/form/radioed.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/form/spinner-small.gif b/philo/contrib/gilbert/static/gilbert/murano/img/form/spinner-small.gif new file mode 100644 index 0000000..e70f8d8 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/form/spinner-small.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/form/spinner.gif b/philo/contrib/gilbert/static/gilbert/murano/img/form/spinner.gif new file mode 100644 index 0000000..1e323bf Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/form/spinner.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/form/trigger-blank.png b/philo/contrib/gilbert/static/gilbert/murano/img/form/trigger-blank.png new file mode 100644 index 0000000..578d81f Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/form/trigger-blank.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/trigger/clear.png b/philo/contrib/gilbert/static/gilbert/murano/img/form/trigger-clear.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/trigger/clear.png rename to philo/contrib/gilbert/static/gilbert/murano/img/form/trigger-clear.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/trigger/date.png b/philo/contrib/gilbert/static/gilbert/murano/img/form/trigger-date.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/trigger/date.png rename to philo/contrib/gilbert/static/gilbert/murano/img/form/trigger-date.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/trigger/drop.png b/philo/contrib/gilbert/static/gilbert/murano/img/form/trigger-drop.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/trigger/drop.png rename to philo/contrib/gilbert/static/gilbert/murano/img/form/trigger-drop.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/trigger/search.png b/philo/contrib/gilbert/static/gilbert/murano/img/form/trigger-search.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/trigger/search.png rename to philo/contrib/gilbert/static/gilbert/murano/img/form/trigger-search.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/form/trigger-tpl.gif b/philo/contrib/gilbert/static/gilbert/murano/img/form/trigger-tpl.gif new file mode 100644 index 0000000..e3701a3 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/form/trigger-tpl.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/form/unchecked.png b/philo/contrib/gilbert/static/gilbert/murano/img/form/unchecked.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/form/unchecked.png rename to philo/contrib/gilbert/static/gilbert/murano/img/form/unchecked.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/form/unradioed.png b/philo/contrib/gilbert/static/gilbert/murano/img/form/unradioed.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/form/unradioed.png rename to philo/contrib/gilbert/static/gilbert/murano/img/form/unradioed.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/arrow-left-white.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/arrow-left-white.gif new file mode 100644 index 0000000..63088f5 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/arrow-left-white.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/arrow-right-white.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/arrow-right-white.gif new file mode 100644 index 0000000..e9e0678 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/arrow-right-white.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/cell-special-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/cell-special-bg.gif new file mode 100644 index 0000000..d76ffbc Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/cell-special-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/cell-special-bg.png b/philo/contrib/gilbert/static/gilbert/murano/img/grid/cell-special-bg.png new file mode 100644 index 0000000..0bcc236 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/cell-special-bg.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/cell-special-selected-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/cell-special-selected-bg.gif new file mode 100644 index 0000000..f1da867 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/cell-special-selected-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/cell-special-selected-bg.png b/philo/contrib/gilbert/static/gilbert/murano/img/grid/cell-special-selected-bg.png new file mode 100644 index 0000000..500c3bd Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/cell-special-selected-bg.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/checked.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/checked.gif new file mode 100644 index 0000000..fad5893 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/checked.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/col-move-bottom.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/col-move-bottom.gif new file mode 100644 index 0000000..cc1e473 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/col-move-bottom.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/col-move-top.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/col-move-top.gif new file mode 100644 index 0000000..58ff32c Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/col-move-top.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/column-header-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/column-header-bg.gif new file mode 100644 index 0000000..5895dba Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/column-header-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/column-header-bg.png b/philo/contrib/gilbert/static/gilbert/murano/img/grid/column-header-bg.png new file mode 100644 index 0000000..b181a47 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/column-header-bg.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/column-header-over-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/column-header-over-bg.gif new file mode 100644 index 0000000..54c1294 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/column-header-over-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/column-header-over-bg.png b/philo/contrib/gilbert/static/gilbert/murano/img/grid/column-header-over-bg.png new file mode 100644 index 0000000..3f20649 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/column-header-over-bg.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/columns.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/columns.gif new file mode 100644 index 0000000..2d3a823 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/columns.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/dd-insert-arrow-left.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/dd-insert-arrow-left.gif new file mode 100644 index 0000000..5d923b2 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/dd-insert-arrow-left.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/dd-insert-arrow-left.png b/philo/contrib/gilbert/static/gilbert/murano/img/grid/dd-insert-arrow-left.png new file mode 100755 index 0000000..5dc6967 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/dd-insert-arrow-left.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/dd-insert-arrow-right.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/dd-insert-arrow-right.gif new file mode 100644 index 0000000..8d154db Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/dd-insert-arrow-right.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/dd-insert-arrow-right.png b/philo/contrib/gilbert/static/gilbert/murano/img/grid/dd-insert-arrow-right.png new file mode 100755 index 0000000..b1a1819 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/dd-insert-arrow-right.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/dirty.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/dirty.gif new file mode 100644 index 0000000..4f217a4 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/dirty.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/done.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/done.gif new file mode 100644 index 0000000..a937cb2 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/done.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/drop-no.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/drop-no.gif new file mode 100644 index 0000000..31a332b Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/drop-no.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/drop-yes.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/drop-yes.gif new file mode 100644 index 0000000..926010e Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/drop-yes.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/footer-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/footer-bg.gif new file mode 100644 index 0000000..126120f Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/footer-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid-blue-hd.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid-blue-hd.gif new file mode 100644 index 0000000..862094e Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid-blue-hd.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid-blue-split.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid-blue-split.gif new file mode 100644 index 0000000..5286f58 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid-blue-split.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid-hrow.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid-hrow.gif new file mode 100644 index 0000000..6374104 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid-hrow.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid-loading.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid-loading.gif new file mode 100644 index 0000000..d112c54 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid-loading.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid-split.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid-split.gif new file mode 100644 index 0000000..c76a16e Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid-split.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid-vista-hd.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid-vista-hd.gif new file mode 100644 index 0000000..d097263 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid-vista-hd.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid3-hd-btn.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid3-hd-btn.gif new file mode 100644 index 0000000..2112607 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid3-hd-btn.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid3-hrow-over.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid3-hrow-over.gif new file mode 100644 index 0000000..f9c07af Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid3-hrow-over.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid3-hrow.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid3-hrow.gif new file mode 100644 index 0000000..8d459a3 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid3-hrow.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid3-rowheader.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid3-rowheader.gif new file mode 100644 index 0000000..2799b45 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/grid3-rowheader.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/group-by.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/group-by.gif new file mode 100644 index 0000000..d6075bb Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/group-by.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/group-collapse.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/group-collapse.gif new file mode 100644 index 0000000..495bb05 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/group-collapse.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/group-expand-sprite.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/group-expand-sprite.gif new file mode 100644 index 0000000..9c1653b Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/group-expand-sprite.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/group-expand.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/group-expand.gif new file mode 100644 index 0000000..a33ac30 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/group-expand.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/hd-pop.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/hd-pop.gif new file mode 100644 index 0000000..eb8ba79 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/hd-pop.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/hmenu-asc.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/hmenu-asc.gif new file mode 100644 index 0000000..8917e0e Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/hmenu-asc.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/hmenu-desc.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/hmenu-desc.gif new file mode 100644 index 0000000..f26b7c2 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/hmenu-desc.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/hmenu-lock.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/hmenu-lock.gif new file mode 100644 index 0000000..1596126 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/hmenu-lock.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/hmenu-lock.png b/philo/contrib/gilbert/static/gilbert/murano/img/grid/hmenu-lock.png new file mode 100644 index 0000000..8b81e7f Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/hmenu-lock.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/hmenu-unlock.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/hmenu-unlock.gif new file mode 100644 index 0000000..af59cf9 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/hmenu-unlock.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/hmenu-unlock.png b/philo/contrib/gilbert/static/gilbert/murano/img/grid/hmenu-unlock.png new file mode 100644 index 0000000..9dd5df3 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/hmenu-unlock.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/invalid_line.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/invalid_line.gif new file mode 100644 index 0000000..fb7e0f3 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/invalid_line.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/loading.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/loading.gif new file mode 100644 index 0000000..e846e1d Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/loading.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/mso-hd.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/mso-hd.gif new file mode 100644 index 0000000..669f3cf Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/mso-hd.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/nowait.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/nowait.gif new file mode 100644 index 0000000..4c5862c Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/nowait.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-first-disabled.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-first-disabled.gif new file mode 100644 index 0000000..1e02c41 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-first-disabled.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-first.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-first.gif new file mode 100644 index 0000000..d84f41a Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-first.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-last-disabled.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-last-disabled.gif new file mode 100644 index 0000000..8697067 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-last-disabled.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-last.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-last.gif new file mode 100644 index 0000000..3df5c2b Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-last.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-next-disabled.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-next-disabled.gif new file mode 100644 index 0000000..90a7756 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-next-disabled.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-next.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-next.gif new file mode 100644 index 0000000..9601635 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-next.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-prev-disabled.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-prev-disabled.gif new file mode 100644 index 0000000..37154d6 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-prev-disabled.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-prev.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-prev.gif new file mode 100644 index 0000000..eb70cf8 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/page-prev.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/pick-button.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/pick-button.gif new file mode 100644 index 0000000..6957924 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/pick-button.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/property-cell-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/property-cell-bg.gif new file mode 100644 index 0000000..77d029f Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/property-cell-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/property-cell-selected-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/property-cell-selected-bg.gif new file mode 100644 index 0000000..1dfe9a6 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/property-cell-selected-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/refresh-disabled.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/refresh-disabled.gif new file mode 100644 index 0000000..607800b Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/refresh-disabled.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/refresh.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/refresh.gif new file mode 100644 index 0000000..110f684 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/refresh.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/row-check-sprite.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/row-check-sprite.gif new file mode 100644 index 0000000..6101164 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/row-check-sprite.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/row-expand-sprite.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/row-expand-sprite.gif new file mode 100644 index 0000000..6f4d874 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/row-expand-sprite.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/row-over.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/row-over.gif new file mode 100644 index 0000000..b288e38 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/row-over.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/row-sel.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/row-sel.gif new file mode 100644 index 0000000..98209e6 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/row-sel.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/sort-hd.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/sort-hd.gif new file mode 100644 index 0000000..45e545f Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/sort-hd.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/sort_asc.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/sort_asc.gif new file mode 100644 index 0000000..67a2a4c Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/sort_asc.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/sort_desc.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/sort_desc.gif new file mode 100644 index 0000000..34db47c Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/sort_desc.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/unchecked.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/unchecked.gif new file mode 100644 index 0000000..43823e5 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/unchecked.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/grid/wait.gif b/philo/contrib/gilbert/static/gilbert/murano/img/grid/wait.gif new file mode 100644 index 0000000..471c1a4 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/grid/wait.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/layout/mini-bottom.gif b/philo/contrib/gilbert/static/gilbert/murano/img/layout/mini-bottom.gif new file mode 100644 index 0000000..c18f9e3 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/layout/mini-bottom.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/layout/mini-left.gif b/philo/contrib/gilbert/static/gilbert/murano/img/layout/mini-left.gif new file mode 100644 index 0000000..99f7993 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/layout/mini-left.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/layout/mini-right.gif b/philo/contrib/gilbert/static/gilbert/murano/img/layout/mini-right.gif new file mode 100644 index 0000000..5b13c5a Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/layout/mini-right.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/layout/mini-top.gif b/philo/contrib/gilbert/static/gilbert/murano/img/layout/mini-top.gif new file mode 100644 index 0000000..a4ca2bb Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/layout/mini-top.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/menu/checked.gif b/philo/contrib/gilbert/static/gilbert/murano/img/menu/checked.gif new file mode 100644 index 0000000..fad5893 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/menu/checked.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/menu/group-checked.gif b/philo/contrib/gilbert/static/gilbert/murano/img/menu/group-checked.gif new file mode 100644 index 0000000..d30b3e5 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/menu/group-checked.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/menu/item-over.gif b/philo/contrib/gilbert/static/gilbert/murano/img/menu/item-over.gif new file mode 100644 index 0000000..da1f289 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/menu/item-over.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/menu/menu-parent.gif b/philo/contrib/gilbert/static/gilbert/murano/img/menu/menu-parent.gif new file mode 100644 index 0000000..1e37562 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/menu/menu-parent.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/menu/menu.gif b/philo/contrib/gilbert/static/gilbert/murano/img/menu/menu.gif new file mode 100644 index 0000000..30a2c4b Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/menu/menu.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/menu/unchecked.gif b/philo/contrib/gilbert/static/gilbert/murano/img/menu/unchecked.gif new file mode 100644 index 0000000..43823e5 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/menu/unchecked.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-bottom-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-bottom-bg.gif new file mode 100644 index 0000000..408066b Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-bottom-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-bottom-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-bottom-bg.gif new file mode 100644 index 0000000..ad2113f Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-bottom-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-bottom-corners.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-bottom-corners.gif new file mode 100644 index 0000000..5732779 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-bottom-corners.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-bottom-sides.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-bottom-sides.gif new file mode 100644 index 0000000..8fe4a8c Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-bottom-sides.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-bottom-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-bottom-bg.gif new file mode 100644 index 0000000..4556726 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-bottom-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif new file mode 100644 index 0000000..4b1e4a7 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif new file mode 100644 index 0000000..6ac7253 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-left-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-left-bg.gif new file mode 100644 index 0000000..73a97fd Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-left-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-left-corners.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-left-corners.gif new file mode 100644 index 0000000..0c8e78f Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-left-corners.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-left-sides.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-left-sides.gif new file mode 100644 index 0000000..785f0e0 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-left-sides.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-right-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-right-bg.gif new file mode 100644 index 0000000..3a2f9de Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-right-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-right-corners.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-right-corners.gif new file mode 100644 index 0000000..cf884c1 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-right-corners.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-right-sides.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-right-sides.gif new file mode 100644 index 0000000..e0ad71c Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-right-sides.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-top-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-top-bg.gif new file mode 100644 index 0000000..78f64e4 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-top-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-top-corners.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-top-corners.gif new file mode 100644 index 0000000..e7a0bae Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-top-corners.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-top-sides.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-top-sides.gif new file mode 100644 index 0000000..672ff47 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-collapsed-top-sides.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-left-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-left-bg.gif new file mode 100644 index 0000000..ff78a2b Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-left-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-left-corners.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-left-corners.gif new file mode 100644 index 0000000..05207db Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-left-corners.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-left-sides.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-left-sides.gif new file mode 100644 index 0000000..aa8b0d7 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-left-sides.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-right-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-right-bg.gif new file mode 100644 index 0000000..df72cd3 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-right-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-right-corners.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-right-corners.gif new file mode 100644 index 0000000..be1a20f Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-right-corners.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-right-sides.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-right-sides.gif new file mode 100644 index 0000000..9eff2e0 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-right-sides.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-top-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-top-bg.gif new file mode 100644 index 0000000..810660c Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-top-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-top-corners.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-top-corners.gif new file mode 100644 index 0000000..d11139a Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-top-corners.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-top-sides.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-top-sides.gif new file mode 100644 index 0000000..1f0a376 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-framed-top-sides.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-left-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-left-bg.gif new file mode 100644 index 0000000..381535d Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-left-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-right-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-right-bg.gif new file mode 100644 index 0000000..7240859 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-right-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-top-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-top-bg.gif new file mode 100644 index 0000000..df8ba35 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel-header/panel-header-default-top-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel/panel-default-framed-corners.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel/panel-default-framed-corners.gif new file mode 100644 index 0000000..1f6cc2e Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel/panel-default-framed-corners.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/panel/panel-default-framed-sides.gif b/philo/contrib/gilbert/static/gilbert/murano/img/panel/panel-default-framed-sides.gif new file mode 100644 index 0000000..afe0ad9 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/panel/panel-default-framed-sides.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/progress/progress-default-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/progress/progress-default-bg.gif new file mode 100644 index 0000000..cb12530 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/progress/progress-default-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/shared/blue-loading.gif b/philo/contrib/gilbert/static/gilbert/murano/img/shared/blue-loading.gif new file mode 100644 index 0000000..3bbf639 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/shared/blue-loading.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/shared/btn-left.png b/philo/contrib/gilbert/static/gilbert/murano/img/shared/btn-left.png new file mode 100644 index 0000000..b0dc68c Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/shared/btn-left.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/shared/btn-right.png b/philo/contrib/gilbert/static/gilbert/murano/img/shared/btn-right.png new file mode 100644 index 0000000..0dd21b9 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/shared/btn-right.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/shared/calendar.gif b/philo/contrib/gilbert/static/gilbert/murano/img/shared/calendar.gif new file mode 100644 index 0000000..133cf23 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/shared/calendar.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/shared/glass-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/shared/glass-bg.gif new file mode 100644 index 0000000..26fbbae Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/shared/glass-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/shared/hd-sprite.gif b/philo/contrib/gilbert/static/gilbert/murano/img/shared/hd-sprite.gif new file mode 100644 index 0000000..42da1ea Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/shared/hd-sprite.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/shared/icon-error.gif b/philo/contrib/gilbert/static/gilbert/murano/img/shared/icon-error.gif new file mode 100644 index 0000000..397b655 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/shared/icon-error.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/shared/icon-info.gif b/philo/contrib/gilbert/static/gilbert/murano/img/shared/icon-info.gif new file mode 100644 index 0000000..58281c3 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/shared/icon-info.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/shared/icon-question.gif b/philo/contrib/gilbert/static/gilbert/murano/img/shared/icon-question.gif new file mode 100644 index 0000000..08abd82 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/shared/icon-question.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/shared/icon-warning.gif b/philo/contrib/gilbert/static/gilbert/murano/img/shared/icon-warning.gif new file mode 100644 index 0000000..27ff98b Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/shared/icon-warning.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/shared/large-loading.gif b/philo/contrib/gilbert/static/gilbert/murano/img/shared/large-loading.gif new file mode 100644 index 0000000..b36b555 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/shared/large-loading.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/shared/loading-balls.gif b/philo/contrib/gilbert/static/gilbert/murano/img/shared/loading-balls.gif new file mode 100644 index 0000000..9ce214b Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/shared/loading-balls.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/shared/shadow-c.png b/philo/contrib/gilbert/static/gilbert/murano/img/shared/shadow-c.png new file mode 100644 index 0000000..d435f80 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/shared/shadow-c.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/shared/shadow-lr.png b/philo/contrib/gilbert/static/gilbert/murano/img/shared/shadow-lr.png new file mode 100644 index 0000000..bb88b6f Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/shared/shadow-lr.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/shared/shadow.png b/philo/contrib/gilbert/static/gilbert/murano/img/shared/shadow.png new file mode 100644 index 0000000..75c0eba Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/shared/shadow.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/shared/warning.gif b/philo/contrib/gilbert/static/gilbert/murano/img/shared/warning.gif new file mode 100644 index 0000000..806d4bc Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/shared/warning.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/resizable/e.png b/philo/contrib/gilbert/static/gilbert/murano/img/sizer/e.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/resizable/e.png rename to philo/contrib/gilbert/static/gilbert/murano/img/sizer/e.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/resizable/n.png b/philo/contrib/gilbert/static/gilbert/murano/img/sizer/n.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/resizable/n.png rename to philo/contrib/gilbert/static/gilbert/murano/img/sizer/n.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/resizable/ne.png b/philo/contrib/gilbert/static/gilbert/murano/img/sizer/ne.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/resizable/ne.png rename to philo/contrib/gilbert/static/gilbert/murano/img/sizer/ne.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/resizable/nw.png b/philo/contrib/gilbert/static/gilbert/murano/img/sizer/nw.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/resizable/nw.png rename to philo/contrib/gilbert/static/gilbert/murano/img/sizer/nw.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/resizable/s.png b/philo/contrib/gilbert/static/gilbert/murano/img/sizer/s.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/resizable/s.png rename to philo/contrib/gilbert/static/gilbert/murano/img/sizer/s.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/resizable/se.png b/philo/contrib/gilbert/static/gilbert/murano/img/sizer/se.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/resizable/se.png rename to philo/contrib/gilbert/static/gilbert/murano/img/sizer/se.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/resizable/sw.png b/philo/contrib/gilbert/static/gilbert/murano/img/sizer/sw.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/resizable/sw.png rename to philo/contrib/gilbert/static/gilbert/murano/img/sizer/sw.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/resizable/w.png b/philo/contrib/gilbert/static/gilbert/murano/img/sizer/w.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/resizable/w.png rename to philo/contrib/gilbert/static/gilbert/murano/img/sizer/w.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-bg.gif new file mode 100644 index 0000000..fbf3ba8 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-bg.png b/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-bg.png new file mode 100644 index 0000000..b3eaf52 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-bg.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-thumb.gif b/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-thumb.gif new file mode 100644 index 0000000..5ba1dfb Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-thumb.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-thumb.png b/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-thumb.png new file mode 100644 index 0000000..cd654a4 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-thumb.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-v-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-v-bg.gif new file mode 100644 index 0000000..0cf8c4b Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-v-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-v-bg.png b/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-v-bg.png new file mode 100644 index 0000000..121450c Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-v-bg.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-v-thumb.gif b/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-v-thumb.gif new file mode 100644 index 0000000..58afe96 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-v-thumb.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-v-thumb.png b/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-v-thumb.png new file mode 100644 index 0000000..7b3d725 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/slider/slider-v-thumb.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/src/triggericons/icons.opacity b/philo/contrib/gilbert/static/gilbert/murano/img/src/triggericons/icons.opacity new file mode 100644 index 0000000..793f770 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/src/triggericons/icons.opacity differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/src/triggericons/spinners.opacity b/philo/contrib/gilbert/static/gilbert/murano/img/src/triggericons/spinners.opacity new file mode 100644 index 0000000..8283c24 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/src/triggericons/spinners.opacity differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/src/triggers/blank.opacity b/philo/contrib/gilbert/static/gilbert/murano/img/src/triggers/blank.opacity new file mode 100644 index 0000000..c9dc962 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/src/triggers/blank.opacity differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/triggers/blank.png b/philo/contrib/gilbert/static/gilbert/murano/img/src/triggers/blank.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/src/triggers/blank.png rename to philo/contrib/gilbert/static/gilbert/murano/img/src/triggers/blank.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/triggers/clear.opacity b/philo/contrib/gilbert/static/gilbert/murano/img/src/triggers/clear.opacity similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/src/triggers/clear.opacity rename to philo/contrib/gilbert/static/gilbert/murano/img/src/triggers/clear.opacity diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/triggers/date.opacity b/philo/contrib/gilbert/static/gilbert/murano/img/src/triggers/date.opacity similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/src/triggers/date.opacity rename to philo/contrib/gilbert/static/gilbert/murano/img/src/triggers/date.opacity diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/triggers/drop.opacity b/philo/contrib/gilbert/static/gilbert/murano/img/src/triggers/drop.opacity similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/src/triggers/drop.opacity rename to philo/contrib/gilbert/static/gilbert/murano/img/src/triggers/drop.opacity diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/src/triggers/search.opacity b/philo/contrib/gilbert/static/gilbert/murano/img/src/triggers/search.opacity similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/src/triggers/search.opacity rename to philo/contrib/gilbert/static/gilbert/murano/img/src/triggers/search.opacity diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/scroller/l.png b/philo/contrib/gilbert/static/gilbert/murano/img/tab-bar/l.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/scroller/l.png rename to philo/contrib/gilbert/static/gilbert/murano/img/tab-bar/l.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/scroller/r.png b/philo/contrib/gilbert/static/gilbert/murano/img/tab-bar/r.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/scroller/r.png rename to philo/contrib/gilbert/static/gilbert/murano/img/tab-bar/r.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tab/close.png b/philo/contrib/gilbert/static/gilbert/murano/img/tab/tab-close.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/tab/close.png rename to philo/contrib/gilbert/static/gilbert/murano/img/tab/tab-close.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/tip/tip-corners.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tip/tip-corners.gif new file mode 100644 index 0000000..8724870 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/tip/tip-corners.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/tip/tip-sides.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tip/tip-sides.gif new file mode 100644 index 0000000..cf4c2f6 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/tip/tip-sides.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/toolbar/more.gif b/philo/contrib/gilbert/static/gilbert/murano/img/toolbar/more.gif new file mode 100644 index 0000000..02c2509 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/toolbar/more.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/toolbar/scroll-left.gif b/philo/contrib/gilbert/static/gilbert/murano/img/toolbar/scroll-left.gif new file mode 100644 index 0000000..2db8cf5 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/toolbar/scroll-left.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/toolbar/scroll-right.gif b/philo/contrib/gilbert/static/gilbert/murano/img/toolbar/scroll-right.gif new file mode 100644 index 0000000..5d5a7ab Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/toolbar/scroll-right.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/toolbar/toolbar-default-bg.gif b/philo/contrib/gilbert/static/gilbert/murano/img/toolbar/toolbar-default-bg.gif new file mode 100644 index 0000000..22e3302 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/toolbar/toolbar-default-bg.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tools.png b/philo/contrib/gilbert/static/gilbert/murano/img/tools/tool-sprites.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/tools.png rename to philo/contrib/gilbert/static/gilbert/murano/img/tools/tool-sprites.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tree/arrows.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/arrows.gif similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/tree/arrows.gif rename to philo/contrib/gilbert/static/gilbert/murano/img/tree/arrows.gif diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tree/drop-over.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-above.gif similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/tree/drop-over.gif rename to philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-above.gif diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-add.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-add.gif new file mode 100644 index 0000000..b22cd14 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-add.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-append.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-append.gif new file mode 100644 index 0000000..b22cd14 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-append.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tree/drop-under.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-below.gif similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/tree/drop-under.gif rename to philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-below.gif diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tree/drop-between.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-between.gif similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/tree/drop-between.gif rename to philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-between.gif diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-no.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-no.gif new file mode 100644 index 0000000..9d9c6a9 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-no.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-over.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-over.gif new file mode 100644 index 0000000..30d1ca7 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-over.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-under.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-under.gif new file mode 100644 index 0000000..85f66b1 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-under.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-yes.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-yes.gif new file mode 100644 index 0000000..8aacb30 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/tree/drop-yes.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-end-minus-nl.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-end-minus-nl.gif new file mode 100644 index 0000000..928779e Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-end-minus-nl.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-end-plus.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-end-minus.gif similarity index 77% rename from philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-end-plus.gif rename to philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-end-minus.gif index 6049b9a..9a8d727 100644 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-end-plus.gif and b/philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-end-minus.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-end-minus.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-end-plus-nl.gif similarity index 78% rename from philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-end-minus.gif rename to philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-end-plus-nl.gif index e8995a9..9f7f698 100644 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-end-minus.gif and b/philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-end-plus-nl.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-end-plus.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-end-plus.gif new file mode 100644 index 0000000..5943a01 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-end-plus.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-end.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-end.gif similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-end.gif rename to philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-end.gif diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-line.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-line.gif similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-line.gif rename to philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-line.gif diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-minus-nl.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-minus-nl.gif new file mode 100644 index 0000000..928779e Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-minus-nl.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-minus.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-minus.gif similarity index 77% rename from philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-minus.gif rename to philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-minus.gif index df410a0..97dcc71 100644 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-minus.gif and b/philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-minus.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-plus-nl.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-plus-nl.gif new file mode 100644 index 0000000..9f7f698 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-plus-nl.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-plus.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-plus.gif similarity index 77% rename from philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-plus.gif rename to philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-plus.gif index 4fe31a3..698de47 100644 Binary files a/philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow-plus.gif and b/philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow-plus.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow.gif similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/tree/elbow.gif rename to philo/contrib/gilbert/static/gilbert/murano/img/tree/elbow.gif diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/tree/folder-open.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/folder-open.gif new file mode 100644 index 0000000..56ba737 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/tree/folder-open.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/tree/folder.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/folder.gif new file mode 100644 index 0000000..20412f7 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/tree/folder.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/tree/leaf.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/leaf.gif new file mode 100644 index 0000000..445769d Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/tree/leaf.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/tree/loading.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/loading.gif new file mode 100644 index 0000000..e846e1d Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/tree/loading.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/tree/s.gif b/philo/contrib/gilbert/static/gilbert/murano/img/tree/s.gif similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/tree/s.gif rename to philo/contrib/gilbert/static/gilbert/murano/img/tree/s.gif diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/Frame 4.png b/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/Frame 4.png new file mode 100644 index 0000000..d0393c6 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/Frame 4.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/chev.png b/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/chev.png new file mode 100644 index 0000000..bbb1516 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/chev.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/clear.png b/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/clear.png new file mode 100644 index 0000000..7f79d94 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/clear.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/date.png b/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/date.png new file mode 100644 index 0000000..46c7708 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/date.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/search.png b/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/search.png new file mode 100644 index 0000000..057a322 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/search.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/spinner-down.png b/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/spinner-down.png new file mode 100644 index 0000000..ff8f27d Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/spinner-down.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/spinner-up.png b/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/spinner-up.png new file mode 100644 index 0000000..c49cec1 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/spinner-up.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/spinners.png b/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/spinners.png new file mode 100644 index 0000000..af031a4 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/spinners.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/time.png b/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/time.png new file mode 100644 index 0000000..c8fbd47 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/triggericons/time.png differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/mini/mini-bottom.png b/philo/contrib/gilbert/static/gilbert/murano/img/util/splitter/mini-bottom.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/mini/mini-bottom.png rename to philo/contrib/gilbert/static/gilbert/murano/img/util/splitter/mini-bottom.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/mini/mini-left.png b/philo/contrib/gilbert/static/gilbert/murano/img/util/splitter/mini-left.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/mini/mini-left.png rename to philo/contrib/gilbert/static/gilbert/murano/img/util/splitter/mini-left.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/mini/mini-right.png b/philo/contrib/gilbert/static/gilbert/murano/img/util/splitter/mini-right.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/mini/mini-right.png rename to philo/contrib/gilbert/static/gilbert/murano/img/util/splitter/mini-right.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/images/mini/mini-top.png b/philo/contrib/gilbert/static/gilbert/murano/img/util/splitter/mini-top.png similarity index 100% rename from philo/contrib/gilbert/static/gilbert/murano/images/mini/mini-top.png rename to philo/contrib/gilbert/static/gilbert/murano/img/util/splitter/mini-top.png diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-bottom-corners.gif b/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-bottom-corners.gif new file mode 100644 index 0000000..5daef14 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-bottom-corners.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-bottom-sides.gif b/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-bottom-sides.gif new file mode 100644 index 0000000..168a58a Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-bottom-sides.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-left-corners.gif b/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-left-corners.gif new file mode 100644 index 0000000..3c5f242 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-left-corners.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-left-sides.gif b/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-left-sides.gif new file mode 100644 index 0000000..d3346b2 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-left-sides.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-right-corners.gif b/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-right-corners.gif new file mode 100644 index 0000000..853c313 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-right-corners.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-right-sides.gif b/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-right-sides.gif new file mode 100644 index 0000000..8ebb609 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-right-sides.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-top-corners.gif b/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-top-corners.gif new file mode 100644 index 0000000..e5f47d0 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-top-corners.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-top-sides.gif b/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-top-sides.gif new file mode 100644 index 0000000..168a58a Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/window-header/window-header-default-top-sides.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/window/window-default-corners.gif b/philo/contrib/gilbert/static/gilbert/murano/img/window/window-default-corners.gif new file mode 100644 index 0000000..efae7da Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/window/window-default-corners.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/img/window/window-default-sides.gif b/philo/contrib/gilbert/static/gilbert/murano/img/window/window-default-sides.gif new file mode 100644 index 0000000..39edc88 Binary files /dev/null and b/philo/contrib/gilbert/static/gilbert/murano/img/window/window-default-sides.gif differ diff --git a/philo/contrib/gilbert/static/gilbert/murano/murano.css b/philo/contrib/gilbert/static/gilbert/murano/murano.css deleted file mode 100644 index 53c05d9..0000000 --- a/philo/contrib/gilbert/static/gilbert/murano/murano.css +++ /dev/null @@ -1,1488 +0,0 @@ -body{ - background:#666; - color: #CCC; - font-family: Helvetica, Arial, sans-serif; - font-size: 12px; -} - -/* kill the borders */ -.x-panel-tl, .x-toolbar-layout-ct, .x-panel-tbar, .x-toolbar, .x-panel-header, .x-panel-body, -.x-window-tl, -.x-window-body, -.x-window-mc, -.x-progress-bar, -.x-tab-scrolling-top, -.x-tab-panel-body, -.x-tab-scroller-left, .x-tab-scroller-right, -.x-tab-strip-spacer, -.x-tab-panel-footer, -.x-tab-strip, -.x-list-header-inner em, -.x-grid3-cell,.x-grid3-header, .x-grid3-header-offset, -.x-date-prevday, -.x-date-nextday, -.x-tab-panel-header{ - border: 0 !important; -} - -/* kill stuff */ -.x-shadow{ - display:none !important; -} -.x-tool, .x-date-mp .x-date-mp-ybtn .x-date-mp-prev, .x-date-mp .x-date-mp-ybtn .x-date-mp-next{ - background-image:url(images/tools.png); -} - - -/* @group Basic Window */ - -/* window header */ - .x-window-tr, .x-panel-tr{ - padding-right: 16px; - background: transparent url(images/windowlight/tr.png) no-repeat right top; - } - .x-window-tc, .x-panel-tc{ - background: transparent url(images/windowlight/tc.png) repeat-x right top; - overflow:visible; - } - .x-window-tl, .x-panel-tl{ - padding-left: 16px; - background: transparent url(images/windowlight/tl.png) no-repeat left top; - font-family: Optima; - } - .x-window-header-text, .x-panel-header-text{ - color: #FFF; - text-shadow: 1px 1px 0 #000; - font-size: 12px; - } - .x-window-header, .x-window-tc, .x-panel-tc{ - } - - .x-panel-tc > .x-panel-header, .x-window-tc > .x-window-header{ - margin: 0 -10px; - } - /* don't go off the edge when a window is maximized. */ - .x-window-maximized > .x-window-tl > .x-window-tr > .x-window-tc > .x-window-header{ - margin: 0; - } - /* hide the rounded corners when the window is maximized. */ - .x-window-maximized > .x-window-tl, .x-window-maximized > .x-window-tl > .x-window-tr{ - background: none; - } - - .x-window-mc, .x-panel-mc{ - background: transparent url(images/windowlight/c.png) repeat right top; - padding: 0; - } - .x-window-ml, .x-panel-ml{ - padding-left: 2px; - background: transparent url(images/windowlight/l.png) repeat-y left bottom; - } - .x-window-mr, .x-panel-mr{ - padding-right: 2px; - background: transparent url(images/windowlight/r.png) repeat-y right bottom; - } - .x-window-mc{ - border: 0; - padding: 0; - } - .x-window-header, .x-panel-header{ - line-height: 16px; - } - .x-panel-header{ - margin: 0 0; - } - /* Window Footer Stuff */ - .x-window-bl, .x-panel-bl{ - padding-left: 16px; - min-height: 16px; - background: transparent url(images/windowdark/bl.png) no-repeat left bottom; - } - .x-window-br, .x-panel-br{ - padding-right: 16px; - min-height: 16px; - background: transparent url(images/windowdark/br.png) no-repeat right bottom; - } - .x-window-bc, .x-panel-bc{ - background: transparent url(images/windowdark/bc.png) repeat-x right bottom; - min-height: 16px; - } - .x-window-bc .x-window-footer, .x-panel-bc .x-panel-footer{ - margin: 0 -16px; - } - /* If there is no footer, use the light version */ - .x-window-bl.x-window-no-footer, .x-panel-bl.x-panel-nofooter{ - border-top: 0; - background-image: url(images/windowlight/bl.png); - } - .x-window-no-footer .x-window-br, .x-panel-nofooter .x-panel-br{ - background-image: url(images/windowlight/br.png); - } - .x-window-no-footer .x-window-bc, .x-panel-nofooter .x-panel-bc{ - background-image: url(images/windowlight/bc.png) ; - } - -/* @end */ - -/* @group Frame Panel inside a window */ - -.x-window .x-panel-tl, -.x-window .x-panel-tr, -.x-window .x-panel-ml, -.x-window .x-panel-mr, -.x-window .x-panel-bl, -.x-window .x-panel-br{ - padding: 0; - background: transparent; -} -.x-window .x-panel-bl, .x-window .x-panel-bc, .x-window .x-panel-br{ - background-position: top left; -} - -/* @end */ - - - -/* @group Basic Panel */ - -.x-panel-header{ - background: transparent url(images/windowlight/tc.png) repeat-x left top; - font-family: Optima; - } - .x-panel-body{ - background: transparent url(images/windowlight/c.png) top left repeat; - } - .x-panel-mc .x-panel-body{ - background: none; - } - -/* @end */ - -/* @group Minimizers and Split-Panels */ - -.x-splitbar-proxy{ - background: transparent url(images/fills/30w.png) left top repeat; -} - -.x-layout-collapsed{ - background: transparent url(images/windowlight/c.png) top left repeat; - border-color: #333; - } - .x-layout-collapsed-over{ - background: transparent url(images/windowdark/c.png) top left repeat; - } - -.x-layout-mini-west, .x-layout-collapsed .x-layout-mini-east{ - background: transparent url(images/mini/mini-left.png) top left no-repeat; -} -.x-layout-mini-east, .x-layout-collapsed .x-layout-mini-west{ - background: transparent url(images/mini/mini-right.png) top left no-repeat; -} -.x-layout-mini-north, .x-layout-collapsed .x-layout-mini-south{ - background: transparent url(images/mini/mini-bottom.png) top left no-repeat; -} -.x-layout-mini-south, .x-layout-collapsed .x-layout-mini-north{ - background: transparent url(images/mini/mini-top.png) top left no-repeat; -} - -/* @end */ - - -/* @group Toolbars */ - -.x-toolbar{ - height: 24px; - background: transparent url(images/tb.png) left top repeat-x; -} -.x-btn-text{ - color: #FFF; -} -.xtb-text{ - font-size: 11px; -} - /* text-edit */ - .x-edit-bold, - .x-edit-italic, - .x-edit-underline, - .x-edit-increasefontsize, - .x-edit-decreasefontsize, - .x-edit-forecolor, - .x-edit-backcolor, - .x-edit-justifyleft, - .x-edit-justifyright, - .x-edit-justifycenter, - .x-edit-createlink, - .x-edit-insertorderedlist, - .x-edit-insertunorderedlist, - .x-edit-sourceedit{ - background-image: url(images/tb-sprite.png) !important; - } - -/* @end */ - -/* @group Buttons */ - - .x-btn-ml, .x-btn-tl, .x-btn-bl, .x-btn-mr, .x-btn-tr, .x-btn-br{ - width: 3px; - } - .x-btn-tl, .x-btn-tr, .x-btn-bl, .x-btn-br{ - height: 3px; - } - .x-btn-mc em{ - margin: 0 2px; - } - - /* @group Normal */ - .x-btn-tl, - .x-btn-tr, - .x-btn-bl, - .x-btn-br, - .x-btn-ml, - .x-btn-mr{ - background: transparent url(images/btn/whole/Normal.png) top left no-repeat; - } - .x-btn-mc, - .x-btn-bc, - .x-btn-tc{ - background: transparent url(images/btn/c/Normal.png) top left repeat-x; - } - /* @end */ - - /* @group Over */ - .x-btn-over .x-btn-tl, - .x-btn-over .x-btn-tr, - .x-btn-over .x-btn-bl, - .x-btn-over .x-btn-br, - .x-btn-over .x-btn-ml, - .x-btn-over .x-btn-mr{ - background: transparent url(images/btn/whole/Over.png) top left no-repeat; - } - .x-btn-over .x-btn-mc, - .x-btn-over .x-btn-bc, - .x-btn-over .x-btn-tc{ - background: transparent url(images/btn/c/Over.png) top left repeat-x; - } - /* @end */ - - /* @group Click */ - .x-btn-click .x-btn-tl, - .x-btn-click .x-btn-tr, - .x-btn-click .x-btn-bl, - .x-btn-click .x-btn-br, - .x-btn-click .x-btn-ml, - .x-btn-click .x-btn-mr{ - background: transparent url(images/btn/whole/Pressed.png) top left no-repeat; - } - .x-btn-click .x-btn-mc, - .x-btn-click .x-btn-bc, - .x-btn-click .x-btn-tc{ - background: transparent url(images/btn/c/Pressed.png) top left repeat-x; - } - /* @end */ - - /* @group Active */ - .x-btn-pressed .x-btn-tl, .x-btn-menu-active .x-btn-tl, - .x-btn-pressed .x-btn-tr, .x-btn-menu-active .x-btn-tr, - .x-btn-pressed .x-btn-bl, .x-btn-menu-active .x-btn-bl, - .x-btn-pressed .x-btn-br, .x-btn-menu-active .x-btn-br, - .x-btn-pressed .x-btn-ml, .x-btn-menu-active .x-btn-ml, - .x-btn-pressed .x-btn-mr, .x-btn-menu-active .x-btn-mr{ - background: transparent url(images/btn/whole/Down.png) top left no-repeat; - } - .x-btn-pressed .x-btn-mc, .x-btn-menu-active .x-btn-mc, - .x-btn-pressed .x-btn-bc, .x-btn-menu-active .x-btn-bc, - .x-btn-pressed .x-btn-tc, .x-btn-menu-active .x-btn-tc{ - background: transparent url(images/btn/c/Down.png) top left repeat-x; - } - /* @end */ -.x-btn-mc{ - padding: 0 10px !important; -} - -.x-btn-tl{ background-position: left top !important; } -.x-btn-tc{ background-position: center top !important; } -.x-btn-tr{ background-position: right top !important; } -.x-btn-ml{ background-position: left center !important; } -.x-btn-mc{ background-position: center center !important; } -.x-btn-mr{ background-position: right center !important; } -.x-btn-bl{ background-position: left bottom !important; } -.x-btn-bc{ background-position: center bottom !important; } -.x-btn-br{ background-position: right bottom !important; } - -.x-btn-arrow-bottom{ - background: transparent url(images/btn/arrv.png) center bottom no-repeat !important; -} -.x-btn-split-bottom{ - background: transparent url(images/btn/splitv.png) center bottom no-repeat !important; - padding-bottom:18px !important; -} -.x-btn-icon-small-right .x-btn-text{ padding-right: 20px !important; } -.x-btn-icon-medium-right .x-btn-text{ padding-right: 28px !important; } -.x-btn-icon-large-right .x-btn-text{ padding-right: 36px !important; } - -/*.x-toolbar-cell table{ - height:22px; - margin-top: 1px; - } - .x-btn-tr, .x-btn-tc, .x-btn-tl, .x-btn-br, .x-btn-bc, .x-btn-bl{ - display: none; - } - .x-btn-ml, .x-btn-mc, .x-btn-mr{ - height: 22px; - } - .x-btn-ml, - .x-toolbar .x-btn-ml{ - width: 6px; - background: transparent url(images/btn/l.png) left top no-repeat; - } - .x-btn-mc, - .x-toolbar .x-btn-mc{ - background: transparent url(images/btn/c.png) left top repeat; - } - .x-btn-mr, - .x-toolbar .x-btn-mr{ - width:6px; - background: transparent url(images/btn/r.png) right top no-repeat; - } - .x-btn-text{ - text-shadow: -1px -1px 0 rgba(0,0,0,.6); - color: #EEE; - } - /* over state */ - .x-btn-over .x-btn-ml, .x-btn-over .x-btn-mc, - .x-toolbar .x-btn-over .x-btn-ml, .x-toolbar .x-btn-over .x-btn-mc{ - background-position: left -22px; - } - .x-btn-over .x-btn-mr, - .x-toolbar .x-btn-over .x-btn-mr{ - background-position: right -22px; - } - .x-btn-over .x-btn-text{ - color: #FFF; - } - /* pressed state */ - .x-toolbar .x-btn-menu-active .x-btn-ml, - .x-toolbar .x-btn-menu-active .x-btn-mc, - .x-btn-pressed .x-btn-ml, - .x-btn-pressed .x-btn-mc, - .x-toolbar .x-btn-pressed .x-btn-ml, - .x-toolbar .x-btn-pressed .x-btn-mc{ - background-position: left -66px; - } - .x-toolbar .x-btn-menu-active .x-btn-mr, - .x-toolbar .x-btn-pressed .x-btn-mr, - .x-btn-pressed .x-btn-mr{ - background-position: right -66px; - } - - .x-btn-split{ - background: transparent url(images/btn/splith.png) right center no-repeat !important; - } - .x-btn-split button{ - padding-right: 5px !important; - } - .x-btn-arrow{ - background: transparent url(images/btn/menu.png) right center no-repeat !important; - padding-right:12px !important; - } - /* pressed and over state */ - /* Commented out because the selectors are so specific they're overriding the click state. What to do? I don't want to use !important... Figure out later. */ - /*.x-toolbar .x-btn-menu-active.x-btn-over .x-btn-ml, - .x-toolbar .x-btn-menu-active.x-btn-over .x-btn-mc, - .x-btn-pressed.x-btn-over .x-btn-ml, - .x-btn-pressed.x-btn-over .x-btn-mc, - .x-toolbar .x-btn-pressed.x-btn-over .x-btn-ml, - .x-toolbar .x-btn-pressed.x-btn-over .x-btn-mc{ - background-position: left -88px; - } - .x-toolbar .x-btn-menu-active.x-btn-over .x-btn-mr, - .x-toolbar .x-btn-pressed.x-btn-over .x-btn-mr, - .x-btn-pressed.x-btn-over .x-btn-mr{ - background-position: right -88px; - }*/ - /* click state */ - /*.x-btn-click .x-btn-ml, .x-btn-click .x-btn-mc, - .x-toolbar .x-btn-click .x-btn-ml, .x-toolbar .x-btn-click .x-btn-mc{ - background-position: left -44px; - } - .x-btn-click .x-btn-mr, - .x-toolbar .x-btn-click .x-btn-mr{ - background-position: right -44px; - } - .x-btn-click .x-btn-text, .x-btn-pressed .x-btn-text{ - color: #FFF; - }*/ - -/* @end */ - - -/* @group Tabs */ - -.x-tab-panel-header, .x-tab-panel-footer{ - padding: 0; - background: transparent url(images/fills/80b.png) -} -.x-tab-scrolling-top{ - background: transparent url(images/windowdark/c.png) - } - - /* default state */ - - .x-tab-strip .x-tab-right{ - padding: 0 0 0 6px; - background-image: url(images/tab/l/Top.png) !important; - background-position:left top; - } - .x-tab-strip .x-tab-left{ - padding: 0 6px 0 0 !important; - background-image: url(images/tab/r/Top.png) !important; - background-position:right top; - } - .x-tab-strip .x-tab-strip-inner{ - background-image: url(images/tab/c/Top.png) !important; - background-position:center top; - } - .x-tab-strip-bottom .x-tab-right{ background-image: url(images/tab/l/Bottom.png) !important; } - .x-tab-strip-bottom .x-tab-left{ background-image: url(images/tab/r/Bottom.png) !important; } - .x-tab-strip-bottom .x-tab-strip-inner{ background-image: url(images/tab/c/Bottom.png) !important; } - - /* hover state */ - .x-tab-strip-over .x-tab-right{ background-position: left -26px !important; } - .x-tab-strip-over .x-tab-left{ background-position: right -26px !important;} - .x-tab-strip-over .x-tab-strip-inner{ background-position: left -26px !important; } - .x-tab-right .x-tab-left .x-tab-strip-inner .x-tab-strip-text{ - color: #CCC; - text-shadow: -1px -1px 0 rgba(0,0,0,.2); - } - - /* active state */ - .x-tab-strip-active .x-tab-right{ background-position: left -52px !important; } - .x-tab-strip-active .x-tab-left{ background-position: right -52px !important; } - .x-tab-strip-active .x-tab-strip-inner{ background-position: center -52px !important; } - .x-tab-strip-active .x-tab-right .x-tab-left .x-tab-strip-inner .x-tab-strip-text{ - color: #222; - text-shadow:1px 1px 0 rgba(255,255,255,.25); - } - - /* spacer */ - .x-tab-strip-top{ - border: 0 !important; - } - .x-tab-strip-spacer{ - border: 0 !important; - background: transparent url(images/fills/30w.png) top left repeat; - height: 2px; - } - - /* scroller */ - .x-tab-scroller-left, .x-tab-scroller-right{ - } - .x-tab-scroller-left{ - background: transparent url(images/scroller/l.png) 0 0 no-repeat; - } - .x-tab-scroller-left-over, .x-tab-scroller-right-over{ - background-position: left -22px !important; - } - .x-tab-scroller-left-disabled, .x-tab-scroller-right-disabled{ - background-position: left 0 !important; - } - .x-tab-scroller-right{ - background: transparent url(images/scroller/r.png) right 0 no-repeat; - } - - /* closable */ - - .x-tab-strip-closable .x-tab-strip-inner{ - padding-right: 15px; - } - .x-tab-strip-close{ - background: transparent url(images/tab/close.png) 0 0 no-repeat; - margin-right: 2px; - top: 5px !important; - right:4px !important; - } - .x-tab-strip-active .x-tab-strip-close{ - background-position: 0 -11px; - } - -/* @end */ - -/* @group Forms and Form Fields */ - -.x-form .x-form-item{ - margin: 10px 0; -} -.x-form .x-form-item .x-form-item{ - margin: 0; -} - -.x-form-field{ - font-size: 11px !important; -} -.x-toolbar-cell .x-form-field{ - height: 22px !important; -} -.x-form-text, .x-form-textarea{ - background: #444 url(images/gradients/dark-inner-shadow.png) top left repeat-x; - color: #FFF; - text-shadow: 1px 1px 0 #000; - border-top-color: #666; - border-bottom-color: #222; - border-left-color: transparent; - border-right-color: transparent; -} -.x-form-empty-field{ - color: #999; -} -.x-form-invalid{ - border-top-color: #700; - border-bottom-color: #200; - border-left-color: transparent; - border-right-color: transparent; - background-color: #C00; - color: #FAA; -} -.x-form-invalid-icon{ - background: transparent url(images/icons/exclamation.png) top left no-repeat; -} - -.x-form-textarea{ - background: #FFF !important; - color: #000; - text-shadow: none; - border-color: #000 !important; -} -.x-form-field-wrap .x-form-trigger{ - background-image: url(images/trigger/blank.png); - border-bottom-color: #111; -} -.x-form-field-wrap .x-form-arrow-trigger{ - background-image: url(images/trigger/drop.png); -} -.x-form-field-wrap .x-form-date-trigger{ - background-image: url(images/trigger/date.png); -} -.x-form-field-wrap .x-form-search-trigger{ - background-image: url(images/trigger/search.png); -} -.x-form-field-wrap .x-form-clear-trigger{ - background-image: url(images/trigger/clear.png); -} -.x-html-editor-wrap{ - background: #FFF; - border:1px solid #000; - color: #000 !important; -} - -.x-fieldset{ - border:1px solid #888; -} - -/* @end */ - -/* icons */ -.ext-mb-question.ext-mb-icon{ - background: transparent url(images/icons/balloon.png) left center no-repeat; -} -.x-window-dlg .ext-mb-error{ - background: transparent url(images/icons/cross.png) left center no-repeat; -} -.x-window-dlg .ext-mb-warning{ - background: transparent url(images/icons/exclamation32.png) left center no-repeat; -} -.x-window-dlg .ext-mb-info{ - background: transparent url(images/icons/information.png) left center no-repeat; -} - - -/* @group Combo List */ - -.x-combo-list{ - border: 1px solid transparent; - color: #444; - background: #FFF; - border-color: #777; -} -.x-combo-list-item{ - border-color: transparent; -} -.x-combo-list .x-combo-selected{ - background: #06C; - color: #FFF; - border:1px solid transparent !important; -} -.x-combo-list-inner{ - background: #FFF; - border-bottom-color: #777 !important; -} - -/* @end */ - -/* @group Lists and Grids */ - -.x-grid3-header-offset, .x-grid3-header{ - padding: 0; - margin-bottom: -1px; -} -.x-grid3-header-offset table{ - border-right: 2px groove #DDD; -} -.x-list-header, .x-grid3-header{ - background: #CCC url(images/gloss/light-gloss.png) left top repeat-x; -} -.x-pivotgrid .x-grid3-header-offset td, .x-list-header-inner div, .x-grid3-hd, .x-dd-drag-proxy .x-grid3-hd-inner, .sort-asc .x-grid3-hd-inner, .sort-desc .x-grid3-hd-inner{ - background: transparent url(images/listview/header.png) left top repeat-x; - color: #222; - text-shadow:1px 1px 0 rgba(255,255,255,.35); -} -.x-pivotgrid .x-grid3-header-offset td{ - border-bottom: 1px solid #888; -} -/* a hover state */ -.x-grid3 .x-grid3-hd-over .x-grid3-hd-inner{ - background: transparent url(images/listview/header.png) left -44px repeat-x; -} -.sort-asc, .sort-desc{ - border-top: 0 !important; - border-bottom: 0 !important; - border-right: 0 !important; -} -.x-list-header-inner .sort-asc, .x-list-header-inner .sort-desc{ - height: 15px; -} -.x-grid3 .sort-asc, .x-grid3 .sort-desc{ - background: transparent url(images/listview/header.png) 0 -22px repeat-x !important; -} -.x-grid3-hd-inner{ - color: #222; -} -.x-grid3 table{ - font-size: 12px; -} -.x-grid3-hd-btn{ - border-left:2px groove #DDD; - border-right:2px groove #DDD; - background: transparent url(images/listview/headerdrop.png) 0 0px; -} -.x-grid3-hd-btn:hover{ - background: transparent url(images/listview/headerdrop.png) 0 -44px !important; -} - -.x-grid3-sort-icon{ - margin-top: -5px !important; - height: 5px; -} -.sort-asc .x-grid3-sort-icon{ - background: transparent url(images/listview/sort-asc.png); -} - -.sort-desc .x-grid3-sort-icon{ - background: transparent url(images/listview/sort-desc.png); -} - -.x-list-header .sort-asc{ - background: transparent url(images/listview/listview-sort-asc.png) center top !important; -} -.x-list-header .sort-desc{ - background: transparent url(images/listview/listview-sort-desc.png) center top !important; -} - -.x-cols-icon{ - background-image: url(images/listview/cols.png); -} -.xg-hmenu-sort-desc .x-menu-item-icon{ - background-image: url(images/listview/az.png); -} -.xg-hmenu-sort-asc .x-menu-item-icon{ - background-image: url(images/listview/za.png); -} - -.x-grid3-row-over, .x-list-over{ - background: transparent url(images/fills/30w.png) top left repeat !important; -} - -.x-grid3-row-alt{ - background: transparent url(images/fills/30b.png) top left repeat; - border: 1px solid #222 !important; - border-width: 1px 0 !important; -} - -.x-grid3-scroller{ - margin-top: 1px; -} - -/* @group Row Editor */ - -.x-row-editor .x-row-editor-body{ - background: #838383 url(images/gloss/gloss.png) repeat center center; -} -.x-row-editor .x-row-editor-header, .x-row-editor .x-row-editor-footer{ - height: 0; - border: 1px solid #FFF; - border-width: 1px 0; - background: transparent !important; -} -.x-row-editor .x-row-editor-header{ - border-top-color: rgba(0,0,0,.15); - border-bottom-color: #71b3e1; -} -.x-row-editor .x-row-editor-footer{ - border-bottom-color: rgba(0,0,0,.15); - border-top-color: #065790 !important; -} - -.x-row-editor .x-row-editor-bwrap .x-plain, -.x-row-editor .x-row-editor-bwrap .x-plain .x-plain-bwrap, -.x-row-editor .x-row-editor-bwrap .x-plain .x-plain-bwrap .x-plain-body{ - background-image: url(images/grid/row-editor-btns.png); -} - - -/* @end */ - -/* @group Manip States */ - -.x-grid3-resize-proxy { - background: #777; -} - -.x-grid3-resize-marker { - background: #777; -} - -.col-move-top{ - background-image:url(images/grid/col-move-top.png); -} - -.col-move-bottom{ - background-image:url(images/grid/col-move-bottom.png); -} - -/* @end */ - -/* @group Selection States */ -.x-grid3-row, .x-list-wrap dl{ - border: 1px solid transparent; - border-width: 1px 0; - } - .x-grid3-row .x-grid3-row-table, .x-list-wrap dl dt{ - border: 1px solid transparent; - border-width: 1px 0; - } -.x-grid3-row-selected, .x-list-selected{ - border-color: #000 !important; - } - .x-grid3-row-selected .x-grid3-row-table, .x-list-selected dt{ - background: transparent url(images/gloss/gloss.png) center center repeat; - border-top-color: #71b3e1 !important; - border-bottom-color: #065790 !important; - } - .x-grid3-row-selected .x-grid3-cell, .x-list-selected dt{ - color: #FFF; - text-shadow: -1px -1px 0 rgba(0,0,0,.35); - } - -/* @end */ - -/* @group Groups */ - -.x-grid3 .x-grid3-td-numberer{ - font-weight: bold; - color: #AAA; -} -.x-grid3 .x-grid-group-hd{ - border-top: 1px solid #CCC !important; - border-bottom: 1px solid #444 !important; - background: #666 url(images/gradients/30white-to-trans.png) left top repeat-x; - font-family: Helvetica, Arial, sans-serif; - padding: 0; - color: #FFF; - text-shadow:-1px -1px rgba(0,0,0,.25) - -} -.x-grid-group-collapsed .x-grid-group-hd{ - border-bottom: 1px solid #222 !important; - background: #333 url(images/gradients/30white-to-trans.png) left top repeat-x; -} - -/* @end */ - -/* @group Pivot Grid */ - .x-pivotgrid .x-grid3-row-table{ - border-bottom: 1px solid transparent; - } - .x-grid3-header-title{ - background: #666 url(images/gloss/gloss.png) left 50% repeat; - color: #FFF; - text-shadow:-1px -1px 0 rgba(0,0,0,.75); - border-top: 1px solid #999; - border-bottom: 1px solid #111; - font-size: 14px; - font-family: Optima, sans-serif; - line-height: 10px; - } - .x-grid3-row-headers table{ - border-collapse:separate !important; - border-spacing:0; - } - .x-grid3-row-headers td{ - height: 19px !important; - background: #FFF url(images/gloss/gloss.png) left 50% repeat; - border-top: 1px solid #777; - border-bottom: 1px solid #444; - border-left: 1px solid #777; - border-right: 1px solid #444; - color: #FFF; - text-shadow: -1px -1px 0 rgba(0,0,0,.35) - } - -/* @end */ - - - -/* @end */ - -/* @group Menus */ - -.x-menu{ - background: transparent url(images/fills/80b.png) top left repeat; - border:1px solid #444; - } - .x-menu-item-text{ - color: #DDD; - text-shadow: -1px -1x 0 #000; - } - .x-menu-item-active, .x-menu-item-active .x-menu-item{ - border-color: #3398e1; - border-top-color: #71b3e1; - border-bottom-color: #065790; - } - .x-menu-item-active{ - background: transparent url(images/gloss/gloss.png) left center repeat-x; - } - .x-menu-item-active .x-menu-item-text{ - color: #FFF; - } - .x-menu-sep{ - border-color: #444; - } - .x-menu-item-arrow{ - background-image: url(images/menu/arrow.png); - } - .x-menu-check-item .x-menu-item-icon{ - background: transparent url(images/form/unchecked.png) left center no-repeat; - } - .x-menu-item-checked .x-menu-check-item .x-menu-item-icon{ - background: transparent url(images/form/checked.png) left center no-repeat; - } - .x-menu-group-item .x-menu-item-icon{ - background: transparent url(images/form/unradioed.png) left center no-repeat; - } - .x-menu-item-checked .x-menu-group-item .x-menu-item-icon{ - background: transparent url(images/form/radioed.png) left center no-repeat; - } - -/* @end */ - -/* @group Progress Bar */ - -.x-progress-wrap{ - color: #CCC; - background: transparent url(images/progress.png) 0 -18px repeat-x; - border: 1px solid #000; -} -.x-progress-inner{ - border: 1px solid #888; -} -.x-progress-bar{ - color: #FFF; - background: #000 url(images/gloss/gloss.png) center center repeat-x; - padding: 1px; - height: 15px !important; - border-bottom: 1px solid #000 !important; -} - -/* @end */ - -/* @group Date Picker */ - -.x-date-picker{ - border: 1px solid #000; - background: transparent url(images/windowdark/c.png) repeat right top; -} -.x-date-picker a{ - color: #06C; -} -.x-date-mp{ - background: #222; -} -.x-date-mp a{ - color: #6AF; - text-shadow:-1px -1px 0 rgba(0,0,0,.35) -} -.x-date-picker table{ - font-size:11px; -} -.x-date-active{ - border-color: transparent !important; -} -.x-date-selected{ - border: 1px solid #000 !important; -} -.x-date-active a{ - color: #FFF; -} -.x-date-picker .x-date-today .x-date-date{ - background: transparent url(images/fills/30w.png) repeat; - border-color: transparent; -} -.x-date-picker .x-date-selected .x-date-date{ - background: transparent url(images/windowlight/tc.png) repeat-x right center; - border-color: #3398e1; - border-top-color: #71b3e1; - border-bottom-color: #065790; -} -.x-date-picker .x-date-selected.x-date-today .x-date-date{ - background-color: #FFF; -} -.x-date-prevday a, .x-date-nextday a{ - color: #888; -} -.x-date-bottom{ - padding: 3px; - border-top-color: #000; - background: transparent url(images/tb.png) left top repeat-x; -} -.x-date-picker th{ - background: transparent url(images/tb.png) left top repeat-x; - border-bottom-color: #000; -} -.x-date-middle, .x-date-left, .x-date-right{ - background: #000 url(images/gradients/30white-to-trans.png) left top repeat-x; - border-top: 1px solid #888; -} -.x-date-left a{ - background: transparent url(images/btn/left.png) left top no-repeat; - height: 15px; - left: 15px; -} -.x-date-right a{ - background: transparent url(images/btn/right.png) left top no-repeat; - height: 15px; - left: 15px; -} -.x-date-picker .x-date-mp-sel a{ - background: transparent url(images/windowlight/tc.png) repeat-x right center; - border-color: #3398e1; - border-top-color: #71b3e1; - border-bottom-color: #065790; -} -.x-date-picker .x-date-mp-sep{ - border-color: #444; -} -.x-date-mp-btns td{ - border-color: #444; -} -.x-date-mp-btns{ - background: #000; -} -.x-date-mp-btns button{ - background: transparent url(images/windowlight/tc.png) repeat-x right center; - border-color: #888; - border-top-color: #CCC; - border-bottom-color: #555; - color: #FFF; - text-shadow:-1px -1px 0 #000; -} -.x-date-mp-btns button:hover{ - border-color: #3398e1; - border-top-color: #71b3e1; - border-bottom-color: #065790; -} - -/* @end */ - -/* @group Resizable Handles */ - -.x-resizable-handle{ -} -.x-resizable-handle-north{ background-image: url(images/resizable/n.png); } -.x-resizable-handle-south{ background-image: url(images/resizable/s.png); } - -.x-resizable-handle-east{ background-image: url(images/resizable/e.png); } -.x-resizable-handle-west{ background-image: url(images/resizable/w.png); } -.x-resizable-handle-northwest{ background-image: url(images/resizable/nw.png); } -.x-resizable-handle-northeast{ background-image: url(images/resizable/ne.png); } -.x-resizable-handle-southwest{ background-image: url(images/resizable/sw.png); } -.x-resizable-handle-southeast{ background-image: url(images/resizable/se.png); } - -.x-resizable-pinned{ - background: #888; -} - -.x-window-handle, .x-window.x-resizable-pinned{ - background: transparent !important; -} - -/* @end */ - - -/* @group Node Tree */ - -.x-tree .x-panel-body{ - background: #000; -} -.x-tree-node-expanded .x-tree-node-icon{ - background-image:url(images/tree/folder-open.png); -} - -.x-tree-node-leaf .x-tree-node-icon{ - background-image:url(images/tree/leaf.png); -} - -.x-tree-node-collapsed .x-tree-node-icon{ - background-image:url(images/tree/folder.png); -} - -.x-tree-node-loading .x-tree-node-icon{ - background-image:url(images/tree/loading.gif) !important; -} - -.x-tree-node .x-tree-node-inline-icon { - background-image: none; -} - -.x-tree-node-loading a span{ - font-style: italic; - color:#FFF; -} - -.x-tree-lines .x-tree-elbow{ - background-image:url(images/tree/elbow.gif); -} - -.x-tree-lines .x-tree-elbow-plus{ - background-image:url(images/tree/elbow-plus.gif); -} - -.x-tree-lines .x-tree-elbow-minus{ - background-image:url(images/tree/elbow-minus.gif); -} - -.x-tree-lines .x-tree-elbow-end{ - background-image:url(images/tree/elbow-end.gif); -} - -.x-tree-lines .x-tree-elbow-end-plus{ - background-image:url(images/tree/elbow-end-plus.gif); -} - -.x-tree-lines .x-tree-elbow-end-minus{ - background-image:url(images/tree/elbow-end-minus.gif); -} - -.x-tree-lines .x-tree-elbow-line{ - background-image:url(images/tree/elbow-line.gif); -} - -.x-tree-no-lines .x-tree-elbow-plus{ - background-image:url(images/tree/elbow-plus-nl.gif); -} -.x-tree-no-lines .x-tree-elbow-minus{ - background-image:url(images/tree/elbow-minus-nl.gif); -} - -.x-tree-no-lines .x-tree-elbow-end-plus{ - background-image:url(images/tree/elbow-end-plus-nl.gif); -} - -.x-tree-no-lines .x-tree-elbow-end-minus{ - background-image:url(images/tree/elbow-end-minus-nl.gif); -} - -.x-tree-arrows .x-tree-elbow-plus{ - background-image:url(images/tree/arrows.gif); -} - -.x-tree-arrows .x-tree-elbow-minus{ - background-image:url(images/tree/arrows.gif); -} - -.x-tree-arrows .x-tree-elbow-end-plus{ - background-image:url(images/tree/arrows.gif); -} - -.x-tree-arrows .x-tree-elbow-end-minus{ - background-image:url(images/tree/arrows.gif); -} - -.x-tree-node{ - color:#FFF; - font: normal 11px arial, tahoma, helvetica, sans-serif; -} - -.x-tree-node a, .x-dd-drag-ghost a{ - color:#FFF; -} - -.x-tree-node a span, .x-dd-drag-ghost a span{ - color:#FFF; -} - -.x-tree-node .x-tree-node-disabled a span{ - color:gray !important; -} - -.x-tree-node div.x-tree-drag-insert-below{ - border-bottom-color: #3fb5ff; -} - -.x-tree-node div.x-tree-drag-insert-above{ - border-top-color:#3fb5ff; -} - -.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{ - border-bottom-color:#3fb5ff; -} - -.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{ - border-top-color:#3fb5ff; -} - -.x-tree-node .x-tree-drag-append a span{ - background-color:#444; - border-color:#666; -} - -.x-tree-node .x-tree-node-over { - background-color: #444; -} - -.x-tree-node .x-tree-selected { - background-color: #456; -} - -.x-tree-drop-ok-append .x-dd-drop-icon{ - background-image: url(images/tree/drop-add.png); -} - -.x-tree-drop-ok-above .x-dd-drop-icon{ - background-image: url(images/tree/drop-over.gif); -} - -.x-tree-drop-ok-below .x-dd-drop-icon{ - background-image: url(images/tree/drop-under.gif); -} - -.x-tree-drop-ok-between .x-dd-drop-icon{ - background-image: url(images/tree/drop-between.gif); -} - -/* @end */ - -/* @group Toolbar Icons */ - -.x-toolbar .x-btn-mc em.x-btn-split { - background-image:url(../images/default/btn/s-arrow-noline.gif); -} - -.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split, -.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split -{ - background-image:url(../images/default/btn/s-arrow-o.gif); -} - -.x-toolbar .x-btn-mc em.x-btn-split-bottom { - background-image:url(../images/default/btn/s-arrow-b-noline.gif); -} - -.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split-bottom, -.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split-bottom -{ - background-image:url(../images/default/btn/s-arrow-bo.gif); -} - -.x-toolbar .xtb-sep { - width: 0; - border-left: 1px solid #222; - border-right: 1px solid #777; -} -.x-tbar-page-first{ - background-image: url(images/icons/first.png) !important; -} - -.x-tbar-loading{ - background-image: url(images/icons/refresh.png) !important; -} - -.x-tbar-page-last{ - background-image: url(images/icons/last.png) !important; -} -.x-tbar-page-next{ - background-image: url(images/icons/next.png) !important; -} - -.x-tbar-page-prev{ - background-image: url(images/icons/prev.png) !important; -} - -.x-item-disabled .x-tbar-loading{ - background-image: url(images/icons/d-refresh.png) !important; -} - -.x-item-disabled .x-tbar-page-first{ - background-image: url(images/icons/d-first.png) !important; -} - -.x-item-disabled .x-tbar-page-last{ - background-image: url(images/icons/d-last.png) !important; -} - -.x-item-disabled .x-tbar-page-next{ - background-image: url(images/icons/d-next.png) !important; -} - -.x-item-disabled .x-tbar-page-prev{ - background-image: url(images/icons/d-prev.png) !important; -} - -.x-paging-info { - color:#444; -} - -.x-toolbar-more-icon { - background-image: url(../images/default/toolbar/more.gif) !important; -} - -/* @end */ - -/* @group Tool Tips */ - -.x-tip{ - color: #FFE; - text-shadow: -1px -1px 0 rgba(0,0,0,.35); -} -.x-tip .x-tip-tl{ - padding-left: 5px; - background:transparent url(images/tt/tl.png) top left no-repeat; -} -.x-tip .x-tip-tr{ - padding-right: 5px; - background:transparent url(images/tt/tr.png) top right no-repeat; -} -.x-tip .x-tip-tc{ - font-family: Optima, sans-serif; - text-transform: uppercase; - letter-spacing: .1em; - font-size: 10px; - padding-bottom: 3px; - padding-top: 5px; - background:transparent url(images/tt/tc.png) top left repeat-x; -} -.x-tip .x-tip-ml{ - padding-left: 5px; - background:transparent url(images/tt/ml.png) top left repeat-y; -} -.x-tip .x-tip-mr{ - padding-right: 5px; - background:transparent url(images/tt/mr.png) top right repeat-y; -} -.x-tip .x-tip-mc{ - background:transparent url(images/tt/c.png) top right repeat; -} -.x-tip .x-tip-bl{ - padding-left: 5px; - background:transparent url(images/tt/bl.png) bottom left no-repeat; -} -.x-tip .x-tip-br{ - padding-right: 5px; - background:transparent url(images/tt/br.png) bottom right no-repeat; -} -.x-tip .x-tip-bc{ - height: 5px; - background:transparent url(images/tt/bc.png) bottom left repeat-x; -} - - /* @group Invalid Tips */ - -.x-form-invalid-tip{ - color: #FCC; - } - .x-form-invalid-tip .x-tip-body{ - background:transparent url(images/icons/exclamation.png) top left no-repeat; - } - .x-form-invalid-tip .x-tip-tl{ - padding-left: 5px; - background:transparent url(images/tt/i-tl.png) top left no-repeat; - } - .x-form-invalid-tip .x-tip-tr{ - padding-right: 5px; - background:transparent url(images/tt/i-tr.png) top right no-repeat; - } - .x-form-invalid-tip .x-tip-tc{ - font-family: Optima, sans-serif; - text-transform: uppercase; - letter-spacing: .1em; - font-size: 10px; - padding-bottom: 3px; - padding-top: 5px; - background:transparent url(images/tt/i-tc.png) top left repeat-x; - } - .x-form-invalid-tip .x-tip-ml{ - padding-left: 5px; - background:transparent url(images/tt/i-ml.png) top left repeat-y; - } - .x-form-invalid-tip .x-tip-mr{ - padding-right: 5px; - background:transparent url(images/tt/i-mr.png) top right repeat-y; - } - .x-form-invalid-tip .x-tip-mc{ - background:transparent url(images/tt/i-c.png) top right repeat; - } - .x-form-invalid-tip .x-tip-bl{ - padding-left: 5px; - background:transparent url(images/tt/i-bl.png) bottom left no-repeat; - } - .x-form-invalid-tip .x-tip-br{ - padding-right: 5px; - background:transparent url(images/tt/i-br.png) bottom right no-repeat; - } - .x-form-invalid-tip .x-tip-bc{ - height: 5px; - background:transparent url(images/tt/i-bc.png) bottom left repeat-x; - } - - /* @end */ - -/* @end */ - -/* @group Slider */ - -.x-slider-horz .x-slider-thumb{ - background-image: url(images/slider/thumbh.png) !important; -} - -.x-slider-vert .x-slider-thumb{ - background-image: url(images/slider/thumbv.png) !important; -} -.x-slider-horz, .x-slider-horz .x-slider-end, .x-slider-horz .x-slider-inner{ - background-image: url(images/slider/h.png) !important; -} -.x-slider-vert, .x-slider-vert .x-slider-end, .x-slider-vert .x-slider-inner{ - background-image: url(images/slider/v.png) !important; -} - -/* @end */ - -/* @group Masked Panel */ - -.ext-el-mask{ - background: #999; -} -.ext-el-mask-msg{ - background: transparent url(images/gloss/gloss.png) center center repeat; - border-bottom-color: #222; - border-top-color: #999; - border-left-color: #444; - border-right-color: #444; - border-radius:4px; -} -.ext-el-mask-msg div{ - background: #000; - border: 1px solid #222; - border-top-color: #222; - border-bottom-color: #999; - border-left-color: #444; - border-right-color: #444; - border-radius:3px; -} -.x-mask-loading div{ - background:#000 url(images/load.gif) 4px 4px no-repeat; -} - -/* @end */ - -/* @group Color Palette */ - -.x-color-palette{ - background: #666 url(images/gradients/30white-to-trans.png) 0 0 repeat-x; - margin: -3px !important; -} -.x-color-palette a{ - color: #000; - border-color: transparent; -} -.x-color-palette .x-color-palette-sel em, .x-color-palette a:hover em{ - border-top-color: #222; - border-left-color: #444; - border-right-color: #444; - border-bottom-color: #666; -} -.x-color-palette .x-color-palette-sel, .x-color-palette a:hover{ - border-top-color: #666 !important; - border-left-color: #444 !important; - border-right-color: #444 !important; - border-bottom-color: #222 !important; - background: #000 url(images/gloss/gloss.png) center center repeat-x; -} - .x-color-palette a:hover{ - border-top-color: #71b3e1 !important; - border-left-color: #3398e1 !important; - border-right-color: #3398e1 !important; - border-bottom-color: #065790 !important; - background-color: #065790; -} - -/* @end */ - -/* @group Drag Proxy */ - -.x-dd-drag-proxy{ - border: 1px solid #000; - background: #000; - border-radius:3px; -} -.x-dd-drag-ghost{ - border-radius:2px; - background: #000 url(images/gloss/gloss.png) center center repeat-x; - border-top: 1px solid #AAA; - border-bottom: 1px solid #222; - border-left: 1px solid #444; - border-right: 1px solid #444; -} -.x-dd-drop-ok .x-dd-drop-icon{ - background-image: url(images/icons/yes.png); -} -.x-dd-drop-nodrop .x-dd-drop-icon{ - background-image: url(images/icons/no.png); -} - -/* @end */ - -/* @group Accordion */ - -.x-accordion-hd{ - border-top: 1px solid #CCC !important; - border-bottom: 1px solid #444 !important; - background: #666 url(images/gradients/30white-to-trans.png) left top repeat-x; - font-family: Helvetica, Arial, sans-serif; - font-size: .9em; -} -.x-panel-collapsed .x-accordion-hd{ - border-bottom: 1px solid #222 !important; - background: #333 url(images/gradients/30white-to-trans.png) left top repeat-x; -} -.x-accordion-hd .x-panel-header-text{ - text-shadow: -1px -1px 0 rgba(0,0,0,.35); -} - -/* @end */ - -/* @group Group Summary */ - -.x-grid3-summary-row{ - background: transparent url(images/fills/80b.png) left top repeat; -} - -/* @end */ - diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/config.rb b/philo/contrib/gilbert/static/gilbert/murano/sass/config.rb new file mode 100755 index 0000000..5be8399 --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/config.rb @@ -0,0 +1,23 @@ +# $ext_path: This should be the path of where the ExtJS SDK is installed +# Generally this will be in a lib/extjs folder in your applications root +# /lib/extjs +$ext_path = "../../extjs" + +# sass_path: the directory your Sass files are in. THIS file should also be in the Sass folder +# Generally this will be in a resources/sass folder +# /resources/sass +sass_path = File.dirname(__FILE__) + +# css_path: the directory you want your CSS files to be. +# Generally this is a folder in the parent directory of your Sass files +# /resources/css +css_path = File.join(sass_path, "..", "css") + +# output_style: The output style for your compiled CSS +# nested, expanded, compact, compressed +# More information can be found here http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#output_style +output_style = :nested +environment = :development + +# We need to load in the Ext4 themes folder, which includes all it's default styling, images, variables and mixins +load File.join(File.dirname(__FILE__), $ext_path, 'resources', 'themes') diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano.scss new file mode 100644 index 0000000..58b356c --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano.scss @@ -0,0 +1 @@ +@import 'murano/init'; \ No newline at end of file diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/_core.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/_core.scss new file mode 100644 index 0000000..653aa07 --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/_core.scss @@ -0,0 +1,65 @@ +$include-default: false; +$scope-reset-css: false; + +body{ + background:#CCC url('http://apod.nasa.gov/apod/image/1010/LagoonClose_hst.jpg') center center repeat fixed; + text-shadow: 0 -1px 0 rgba(0,0,0,.25); +} + +/* WAT IS THIS I DON'T EVEN * + * ------------------------- */ + +.x-border-layout-ct{ + background: transparent !important; +} + +.x-css-shadow{ + display:none !important; +} + +.x-tool img{ + background-image: theme-image($theme-name, 'tools/tool-sprites.png') !important; +} + +.x-layout-split-left { + background: theme-image($theme-name, 'util/splitter/mini-left.png') no-repeat top right !important; +} + +.x-layout-split-right { + background: theme-image($theme-name, 'util/splitter/mini-right.png') no-repeat top left !important; +} + +.x-layout-split-top { + background: theme-image($theme-name, 'util/splitter/mini-bottom.png') no-repeat top left !important; +} + +.x-layout-split-bottom { + background: theme-image($theme-name, 'util/splitter/mini-top.png') no-repeat top left !important; +} + +.x-splitter-collapsed { + .x-layout-split-left { + background: theme-image($theme-name, 'util/splitter/mini-right.png') no-repeat top left !important; + } + + .x-layout-split-right { + background: theme-image($theme-name, 'util/splitter/mini-left.png') no-repeat top right !important; + } + + .x-layout-split-top { + background: theme-image($theme-name, 'util/splitter/mini-top.png') no-repeat top left !important; + } + + .x-layout-split-bottom { + background: theme-image($theme-name, 'util/splitter/mini-bottom.png') no-repeat top left !important; + } +} + + +/* VARIABLES THAT $include-default: false; DOES NOT GET RID OF * + * ----------------------------------------------------------- */ + +$font-family: "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif; +$font-size: 12px; +$color: $base-text-color; +$datepicker-tool-sprite-image: 'tools/tool-sprites.png'; \ No newline at end of file diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/_functions.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/_functions.scss new file mode 100644 index 0000000..36b1d84 --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/_functions.scss @@ -0,0 +1,7 @@ +@function bla($value){ + @return rgba(0,0,0,$value); +} + +@function wha($value){ + @return rgba(255,255,255,$value); +} \ No newline at end of file diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/_init.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/_init.scss new file mode 100644 index 0000000..f7e825e --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/_init.scss @@ -0,0 +1,13 @@ +$theme-name: 'murano'; +$prefix: 'x-'; + +@import 'compass', + 'functions', + 'variables', + 'core', + 'components/all'; + + +@import 'ext4/default/all'; + +@import 'overrides/all'; \ No newline at end of file diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/_variables.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/_variables.scss new file mode 100644 index 0000000..9d4f9a8 --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/_variables.scss @@ -0,0 +1,35 @@ +$gloss-gradient: linear-gradient(top, rgba(255,255,255, .25) 0%, rgba(255,255,255, .15) 50%,rgba(255,255,255, 0) 50%, rgba(255,255,255, 0) 100%); + + +/* BASE VARIABLES * + * -------------- */ + +$base-text-color: #FFF; + +$base-background-alpha: .85; +$base-background-color: bla($base-background-alpha); + +$base-border-radius-width: 6px; + +$base-header-padding: 0 3px 0 6px; +$base-header-height: 24px; +$base-body-padding: 0; + +$accent-color: #066cd1; + + +/* PANEL VARIABLES * + * --------------- */ + +$panel-background: $base-background-color; +$panel-header-padding: $base-header-padding; +$panel-header-height: $base-header-height; +$panel-body-padding: $base-body-padding; + + +/* WINDOW VARIABLES * + * ---------------- */ + +$window-header-padding: $base-header-padding; +$window-header-height: $base-header-height; +$window-body-padding: $base-body-padding; \ No newline at end of file diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_all.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_all.scss new file mode 100644 index 0000000..df321f0 --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_all.scss @@ -0,0 +1,17 @@ +@import 'panel', + 'window', + 'button', + 'grid', + 'toolbar', + 'form', + 'form/triggers', + 'form/slider', + 'tab', + 'tooltip', + 'progress_bar', + 'datepicker', + 'sizer', + 'tree', + 'menu', + 'scroller', + 'splitter'; \ No newline at end of file diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_button.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_button.scss new file mode 100644 index 0000000..45a1eff --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_button.scss @@ -0,0 +1,188 @@ +button{ + margin:0; + padding:0; + background:none; + border-width:0; +} + +.x-btn{ + @include background($gloss-gradient); + @include box-shadow(0 0 0 1px bla($base-background-alpha*.25)); + @include border-radius(2px); + background-color: bla($base-background-alpha*.5); + border:1px solid wha(.3); + border-top-color:wha(.5); + border-bottom-color:wha(.05); + margin:{ + top:1px; + bottom:1px; + }; + position:relative; + white-space:nowrap; + display:inline-block; + padding:2px; + em{ + display:block; + } +} + +.x-btn-over{ + border-color:$accent-color; + border-top-color:lighten($accent-color, 20%); + border-bottom-color:darken($accent-color, 10%); +} + +.x-btn-pressed{ + @extend .x-btn; + background-color:wha(.2); + border-color:wha(.2); + border-top-color:wha(.4); + border-bottom-color:wha(.1); +} + +.x-btn-menu-active{ + background: bla(.5); + @include box-shadow(0 2px 4px 0 rgba(0,0,0,.5) inset, 0 0 0 1px bla($base-background-alpha*.25)); + border:1px solid wha(.5); +} + +.x-btn-inner{ + display:block; + padding:0 5px; + color:$base-text-color; + background-repeat:no-repeat; +} + +$small: 16px; +$medium: 24px; +$large: 32px; + +/* different sizes */ + +.x-btn-noicon, .x-btn-default-icon, .x-btn-icon-text-left, .x-btn-icon-text-right{ + .x-btn-inner{ + line-height:$small; + } +} + +.x-btn-default-medium-noicon, .x-btn-default-medium-icon-text-left, .x-btn-default-medium-icon-text-right{ + .x-btn-inner{ + line-height:$medium; + } +} + +.x-btn-default-large-noicon, .x-btn-default-large-icon-text-left, .x-btn-default-large-icon-text-right{ + .x-btn-inner{ + line-height:$large; + } +} + +/* icons + * ----- */ + +/* icon only */ + +.x-btn-default-small-icon .x-btn-inner, .x-btn-icon .x-btn-inner{ + padding:0; + width:$small; + height:$small; +} +.x-btn-default-medium-icon .x-btn-inner{ + padding:0; + width:$medium; + height:$medium; +} +.x-btn-default-large-icon .x-btn-inner{ + padding:0; + width:$large; + height:$large; +} + +/* text w/ icon left */ + +.x-btn-icon-text-left{ + background-position:0 center; +} + +.x-btn-icon-text-left .x-btn-inner{ + padding-left:$small+2px; +} +.x-btn-default-medium-icon-text-left .x-btn-inner{ + padding-left:$medium+2px; +} +.x-btn-default-large-icon-text-left .x-btn-inner{ + padding-left:$large+2px; +} + +/* text w/ icon top */ + +.x-btn-icon-text-top .x-btn-inner{ + background-position:center 2px; +} +.x-btn-default-small-icon-text-top .x-btn-inner{ + padding-top:$small+2px; +} +.x-btn-default-medium-icon-text-top .x-btn-inner{ + padding-top:$medium+2px; +} +.x-btn-default-large-icon-text-top .x-btn-inner{ + padding-top:$large+2px; +} + +/* text w/ icon right */ + +.x-btn-icon-text-right .x-btn-inner{ + background-position: right center; +} +.x-btn-default-small-icon-text-right .x-btn-inner{ + padding-right:$small+2px; +} +.x-btn-default-medium-icon-text-right .x-btn-inner{ + padding-right:$medium+2px; +} +.x-btn-default-large-icon-text-right .x-btn-inner{ + padding-right:$large+2px; +} + +/* text w/ icon bottom */ + +.x-btn-icon-text-bottom .x-btn-inner{ + background-position: center bottom; +} +.x-btn-default-small-icon-text-bottom .x-btn-inner{ + padding-bottom:$small; +} +.x-btn-default-medium-icon-text-bottom .x-btn-inner{ + padding-bottom:$medium; +} +.x-btn-default-large-icon-text-bottom .x-btn-inner{ + padding-bottom:$large; +} + +/* arrow on right */ +.x-btn-arrow-right{ + padding-right:14px; + background: transparent theme-image($theme-name, 'btn/menu.png') right center no-repeat; +} + +/* arrow on botton */ +.x-btn-arrow-bottom{ + padding-bottom:14px; + background: transparent theme-image($theme-name, 'btn/menu.png') center bottom no-repeat; +} + +/* split on right */ + +.x-btn-split-right{ + padding-right:16px; + background: transparent theme-image($theme-name, 'btn/splith.png') right center no-repeat; + display:block; +} + +/* split on bottom */ + +.x-btn-split-bottom{ + padding-bottom:16px; + background: transparent theme-image($theme-name, 'btn/splitv.png') center bottom no-repeat; + display:block; +} \ No newline at end of file diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_datepicker.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_datepicker.scss new file mode 100644 index 0000000..f612a44 --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_datepicker.scss @@ -0,0 +1,149 @@ +.x-datepicker{ + background-color: #000; + @include background-image(linear-gradient(#333, #000)); + border-left:1px solid #000; + border-right:1px solid #000; +} +.x-datepicker-prev, .x-datepicker-next{ + position:absolute; + top:8px; + left:5px; + a{ + display:block; + height:15px; + width:15px; + background: theme-image($theme-name, 'shared/btn-left.png'); + } +} +.x-datepicker-next{ + right:5px; + left:auto; + a{ + background: theme-image($theme-name, 'shared/btn-right.png'); + } +} +.x-datepicker-header, .x-datepicker-footer{ + @include background-image(linear-gradient(#333, #111)); + border-bottom:1px solid #000; + border-top:1px solid #444; + padding:3px 28px; + text-align:center; +} +.x-datepicker-inner{ + font-size:inherit; + margin-bottom:0; + width:100%; + th, td{ + text-align:center; + } + thead{ + border-top:1px solid #777; + color:#CCC; + @include background-image(linear-gradient(#666, #444)); + border-bottom:1px solid #222; + } + table-layout: fixed; +} + +.x-datepicker-inner a{ + display:block; + text-decoration:none; + color:#CCC; + border:1px solid transparent; + em, span{ + display:block; + } + em{ + border:1px solid transparent; + } +} +.x-datepicker-prevday a{ + color: #666; +} +.x-datepicker-today span{ + background-color:#555; + @include border-radius(2px); +} +.x-datepicker-selected a{ + border-color:bla(.25); + em{ + border-color:$accent-color; + border-top-color:lighten($accent-color, 20%); + border-bottom-color:darken($accent-color, 10%); + } + span{ + @include background-image($gloss-gradient); + color:#FFF; + @include border-radius(0); + } +} + +.x-monthpicker{ + background:#000; + a{ + text-decoration:none; + color:#CCC; + } + font-size:11px; +} +.x-monthpicker-years{ + width:88px; + float:right; +} +.x-monthpicker-months{ + width:87px; + float:left; + border-right:1px solid #444; +} +.x-monthpicker-item{ + width:43px; + float:left; + margin:4px 0; + text-align:center; + a{ + display:block; + border:1px solid transparent; + &:hover{ + background-color:#333; + } + margin:0 3px; + padding:2px 0; + @include border-radius(3px); + } + .x-monthpicker-selected{ + background-color:#333; + border:1px solid #555; + border-top-color:#999; + border-bottom-color:#444; + @include background-image($gloss-gradient); + color:#FFF; + } +} +.x-monthpicker-yearnav-prev, .x-monthpicker-yearnav-next{ + margin:6px 12px 6px 15px; + float:left; + display:block; + height:15px; + width:15px; + background: theme-image($theme-name, 'shared/btn-left.png'); +} +.x-monthpicker-yearnav-next{ + background: theme-image($theme-name, 'shared/btn-right.png'); +} +.x-monthpicker .x-btn{ + width:80px; + float:left; + margin:4px; +} +.x-monthpicker-buttons{ + border-top:1px solid #777; + @include background-image(linear-gradient(#666, #444)); + padding:2px 1px; + @include clearfix; +} + +.x-datepicker-footer{ + @include background-image(linear-gradient(#666, #444)); + border-top-color:#777; + border-bottom-color:#222; +} \ No newline at end of file diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_form.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_form.scss new file mode 100644 index 0000000..ab1d72c --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_form.scss @@ -0,0 +1,128 @@ +$html-editor-border-color: #000; +$html-editor-background-color: #FFF; +@import 'form/htmleditor'; +@include extjs-form-htmleditor; + +.x-form-item{ + margin-bottom:6px; +} + +.x-form-item-body, .x-form-item-label-left{ + float:left; + position:relative; +} + +.x-form-text{ + background:#444; + @include box-shadow(0 5px 8px 0 bla(.35) inset, 0 1px 0 0 wha(.35), 0 0 0 1px wha(.05) inset); + border:1px solid #000; + color:#FFF; + color:#FFF; + padding:0 3px; +} + +.x-form-text:focus, .x-form-trigger-wrap-focus .x-form-text{ + outline:none; + background:#666; +} + +input.x-form-text{ + height:21px; +} +.x-form-invalid-field{ + background:#700; +} +.x-form-invalid-icon{ + text-indent:-9999px; +} +.x-form-invalid-icon ul{ + display:none; +} + +.x-form-checkbox, .x-form-radio{ + @include reset-box-model; + @include reset-focus; + height:16px; + width:16px; + +} + +.x-form-checkbox{ + background: theme-image($theme-name, 'form/unchecked.png'); +} +.x-form-cb-checked .x-form-checkbox{ + background: theme-image($theme-name, 'form/checked.png'); +} + +.x-form-radio{ + background: theme-image($theme-name, 'form/unradioed.png'); +} +.x-form-cb-checked .x-form-radio{ + background: theme-image($theme-name, 'form/radioed.png'); +} + +.x-form-cb-label-after{ + margin-left:3px; +} + +.x-form-invalid-icon{ + width:20px; + height:19px; + float:left; + background: theme-image($theme-name, 'form/exclamation.png') right center no-repeat; +} + + +.x-form-field, .x-form-display-field{ + float:left; + margin:0; +} + + +.x-fieldset{ + border:1px solid #666; + padding:10px; + margin-bottom:10px; +} +.x-fieldset-header{ + white-space:nowrap; + padding:0 5px; +} +.x-fieldset-header-text{ + float:left; +} +.x-fieldset-header .x-tool, .x-fieldset-header .x-form-item{ + float:left; + margin-right:3px; +} +.x-fieldset-collapsed{ + border-width: 1px 1px 0 1px !important; + padding-bottom:0px !important; + border-left-color:transparent; + border-right-color:transparent; +} + +.x-boundlist{ + background:#000; + border:1px solid #333; +} + +.x-boundlist-floating{ + @include box-shadow(0 1px 3px 0 bla(.35)); +} +.x-boundlist-item{ + padding:1px 4px; + border:1px solid transparent; + margin:1px; + @include border-radius(5px); + &-over{ + border:1px solid lighten($accent-color, 10%); + @include background-image(linear-gradient(lighten($accent-color, 10%),$accent-color)); + @include box-shadow(0 -1px 0 0 bla(.15) inset); + } +} +.x-boundlist-selected{ + border:1px solid $accent-color; + @include background-image(linear-gradient($accent-color,darken($accent-color, 10%))); + @include box-shadow(0 -1px 0 0 bla(.15) inset); +} \ No newline at end of file diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_grid.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_grid.scss new file mode 100644 index 0000000..3f8d01b --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_grid.scss @@ -0,0 +1,107 @@ +.x-grid-view{ + position:relative; + overflow:hidden; +} + +.x-grid-header-ct{ + @include background(linear-gradient(top, #ccc, #aaa)); + @include box-shadow(0 1px 0 0 #999); +} + +.x-column-header{ + border-top:1px solid #DDD; + padding:2px 5px; + color:#222; + text-shadow:0 1px 0 #FFF; + white-space:nowrap; +} + +.x-column-header{ + overflow:hidden; + .x-column-header-trigger{ + display:none; + background: transparent theme-image($theme-name, 'triggericons/spinner-down.png') center 6px no-repeat; + width:20px; + } + &-over, &-open{ + .x-column-header-trigger{ + display:block; + background-color:#AAA; + border-left:1px solid #FFF; + border-right:1px solid #888; + } + } +} + + +.x-column-header-sort-DESC, .x-column-header-sort-ASC{ + border-top:1px solid #BBB; + @include background(linear-gradient(top, #AAA, #888)); + @include box-shadow(0 1px 0 0 #777); + text-shadow:0 1px 0 #DDD; +} + +.x-column-header-trigger{ + width:14px; + height:100%; + position:absolute; + top:0; + right:0; +} + + +.x-grid-table{ + font-size:inherit; + border-collapse:separate; + border-spacing:0; + table-layout:fixed; + td, th{ + overflow:hidden; + text-align:left; + white-space:nowrap; + vertical-align:top; + } +} +.x-grid-cell-inner{ + white-space:nowrap; + overflow:hidden; + text-overflow:ellipsis; + padding:3px 6px; +} + + +.x-grid-row{ + td{ + border-top:1px solid transparent; + border-bottom:1px solid transparent; + } +} + +.x-grid-row-alt{ + background: wha(.1); + td{ + border-top:1px solid wha(.05); + border-bottom:1px solid wha(.05); + } +} + +.x-grid-row-over{ + td{ + background: wha(.05); + } +} + +.x-grid-row-selected{ + @include background-image($gloss-gradient); + background-color:#222; + td{ + border-top:1px solid #CCC; + border-bottom:1px solid #777; + } +} + +.x-grid-resize-marker{ + background:#FFF; + width:1px; + position:absolute; +} \ No newline at end of file diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_menu.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_menu.scss new file mode 100644 index 0000000..6bb6519 --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_menu.scss @@ -0,0 +1,59 @@ +.x-menu{ + @include box-shadow(0 1px 4px 0 bla(.35)); + white-space:nowrap; + @extend .x-boundlist; +} + +.x-menu-body{ + position:absolute; +} + +.x-menu-item{ + padding:2px; +} + +.x-menu-item-link{ + padding:4px; + border:1px solid transparent; + @include border-radius(5px); + text-decoration:none; + display:block; + color:#FFF; +} + +.x-menu-item-active .x-menu-item-link{ + border-color:$accent-color; + @include background-image(linear-gradient($accent-color, darken($accent-color, 10%))); + @include box-shadow(0 -1px 0 0 bla(.15) inset); +} + +.x-menu-item-icon{ + width:16px; + height:16px; + margin-right:5px; + float:left; +} + +.x-menu-item-unchecked{ + .x-menu-item-icon{ + background: theme-image($theme-name, 'form/unchecked.png'); + } + .x-menu-group-icon{ + background: theme-image($theme-name, 'form/unradioed.png'); + } +} +.x-menu-item-checked{ + .x-menu-item-icon{ + background: theme-image($theme-name, 'form/checked.png'); + } + .x-menu-group-icon{ + background: theme-image($theme-name, 'form/radioed.png'); + } +} + +.x-menu-item-separator{ + height:0; + padding:0; + margin: 3px 9px 3px 10px; + border-bottom:1px solid wha(.25); +} diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_panel.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_panel.scss new file mode 100644 index 0000000..c298d62 --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_panel.scss @@ -0,0 +1,64 @@ +.x-panel{ + background: $panel-background; + overflow:hidden; + position:relative; +} + +.x-panel, .x-window{ + .x-panel { + .x-panel-body{ + background: #222; + } + } +} + +.x-panel-header{ + @include background($gloss-gradient); + @include box-shadow(0 1px 0 0 bla(.35)); + border-top:1px solid #FFF; + line-height: $panel-header-height; + height: $panel-header-height; + padding: $panel-header-padding; +} + +.x-panel-body{ + position:relative; + padding: $panel-body-padding; +} + +/* FRAMED PANEL + * ------------ */ +.x-panel-default-framed{ + border:1px solid wha(.5); + border-top-color: wha(1); + @include border-radius($base-border-radius-width); +} + +.x-panel-default-framed .x-panel-header{ + border-top:0; + @include border-radius($base-border-radius-width $base-border-radius-width 0 0); + margin:{ + top:1px; + left:1px; + right:1px; + }; +} + +/* MASKED PANEL + * ------------ */ + +.x-mask-msg{ + background:#333 !important; + @include background-image($gloss-gradient !important); + @include border-radius(4px); + @include box-shadow(0 0 0 1px bla(.75)); + border:1px solid #333 !important; + border-top:1px solid #888 !important; + div{ + background-color:#000 !important; + @include border-radius(3px); + border:1px solid #333 !important; + border-bottom:1px solid #888 !important; + color:#CCC !important; + } +} \ No newline at end of file diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_progress_bar.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_progress_bar.scss new file mode 100644 index 0000000..2a4efa9 --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_progress_bar.scss @@ -0,0 +1,36 @@ +.x-progress{ + position:relative; + height:16px; + border:1px solid #000; + text-align:center; + text-shadow:none; + @include border-radius(10px); + overflow:hidden; + background:#333; + @include box-shadow(0 3px 5px 0 bla(.35) inset, 0 1px 0 0 wha(.25)); + padding:1px 0; + font-size:10px; + text-transform:uppercase; + letter-spacing:1px; +} +.x-progress-bar{ + background:#FFF; + position:absolute; + left:0; + top:0; + height:14px; + border:1px solid #666; + @include border-radius(10px); + @include background(linear-gradient(#444, #666)); + @include box-shadow(0 0 4px 0 bla(.5)); + overflow:hidden; +} + +.x-progress-text{ + color:#FFF; + text-shadow:0 -1px 0 bla(.35); +} + +.x-progress-text-back{ + color:#999; +} \ No newline at end of file diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_scroller.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_scroller.scss new file mode 100644 index 0000000..b9f3e3f --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_scroller.scss @@ -0,0 +1,31 @@ +.x-scroller{ + border:none !important; + &::-webkit-scrollbar { + width: 16px; + height: 16px; + &-track{ + background:transparent; + } + &-track-piece:start{ + margin-left:1px; + margin-top:1px; + } + &-track-piece:end{ + margin-right:1px; + margin-bottom:1px; + } + &-thumb{ + border:1px solid #000; + @include background($gloss-gradient); + background-color:#222; + @include border-radius(8px); + @include box-shadow(0 1px 0 0 wha(.35) inset, 0 -1px 0 0 #000 inset); + &:hover{ + background-color:#333; + } + &:active{ + background-color:#444; + } + } + } +} \ No newline at end of file diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_sizer.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_sizer.scss new file mode 100644 index 0000000..e66bb6a --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_sizer.scss @@ -0,0 +1,24 @@ +.x-resizable-handle-west { + background: transparent theme-image($theme-name, 'sizer/w.png') left center no-repeat !important; +} +.x-resizable-handle-east { + background: transparent theme-image($theme-name, 'sizer/e.png') right center no-repeat !important; +} +.x-resizable-handle-north { + background: transparent theme-image($theme-name, 'sizer/n.png') top center no-repeat !important; +} +.x-resizable-handle-south { + background: transparent theme-image($theme-name, 'sizer/s.png') bottom center no-repeat !important; +} +.x-resizable-handle-northwest { + background: transparent theme-image($theme-name, 'sizer/nw.png') left top no-repeat !important; +} +.x-resizable-handle-northeast { + background: transparent theme-image($theme-name, 'sizer/ne.png') right top no-repeat !important; +} +.x-resizable-handle-southwest { + background: transparent theme-image($theme-name, 'sizer/sw.png') left bottom no-repeat !important; +} +.x-resizable-handle-southeast { + background: transparent theme-image($theme-name, 'sizer/se.png') right bottom no-repeat !important; +} \ No newline at end of file diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_splitter.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_splitter.scss new file mode 100644 index 0000000..f1eac86 --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_splitter.scss @@ -0,0 +1,3 @@ +.x-splitter{ + background-color:#000; +} \ No newline at end of file diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_tab.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_tab.scss new file mode 100644 index 0000000..36d6e5b --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_tab.scss @@ -0,0 +1,97 @@ +.x-tab{ + @include border-radius(3px 3px 0 0); + border:1px solid wha(.15); + border-top:1px solid wha(.5); + border-bottom:none; + @include background($gloss-gradient); + background-color: #000; + margin:{ + top:2px; + left:4px; + }; + @include box-shadow(0 0 0 1px bla(.5)); + button{ + color:#CCC; + text-shadow: 0 -1px 0 bla(.75); + } + padding:3px; + white-space: nowrap; +} + +.x-tab-over{ + border-color:$accent-color; + border-top-color:lighten($accent-color, 20%); + button{ + color:#FFF; + } +} + +.x-tab-active{ + border-color: wha(.35); + border-top-color:#FFF; + button{ + color:#FFF; + } + z-index:3; + @include box-shadow(none); +} + +.x-tab button{ + height:14px; + line-height:14px; +} + +.x-tab em{ + display:block; + padding:0 3px; +} + +.x-tab-closable em{ + padding-right:15px; +} + +.x-tab-close-btn{ + position:absolute; + top:3px; + right:3px; + width:11px; + height:11px; + background: theme-image($theme-name, 'tab/tab-close.png'); + text-indent:-119988px; +} + +.x-tab-bar-strip{ + z-index:2; + border-top:1px solid wha(.35); + border-bottom:1px solid wha(.35); + margin-top:-1px; + height:4px; + background:#000; + position:relative; +} + +.x-box-scroller{ + width:18px !important; + height:22px !important; +} + +.x-tabbar-scroll-left{ + background: theme-image($theme-name, 'tab-bar/l.png') !important; + &-hover{ + background-position:left center !important; + } + &-disabled{ + background-position:left top !important; + } +} + + +.x-tabbar-scroll-right{ + background: theme-image($theme-name, 'tab-bar/r.png') !important; + &-hover{ + background-position:left center !important; + } + &-disabled{ + background-position:left top !important; + } +} \ No newline at end of file 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 new file mode 100644 index 0000000..90f56e1 --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_toolbar.scss @@ -0,0 +1,30 @@ +.x-toolbar{ +// @include background(linear-gradient(top, #444 0%, #666 10%, #888 90%, #777 100%)); + @include background(linear-gradient(top, #222 0%, #444 10%, #666 90%, #444 100%)); + padding:3px 0; +} + +.x-toolbar-item{ + margin:{ + left:3px; + right:3px; + }; + white-space:nowrap; +} +.x-toolbar-text{ + font-size:11px; + margin-left:10px; + white-space:nowrap; +} + +.x-window, .x-panel-default-framed{ + .x-toolbar-docked-bottom{ + @include border-radius(0 0 #{$base-border-radius-width - 2px} #{$base-border-radius-width - 2px}); + } +} + +.x-toolbar-separator{ + border-right:1px solid wha(.25); + border-left:1px solid bla(.25); + height:14px; +} \ No newline at end of file diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_tooltip.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_tooltip.scss new file mode 100644 index 0000000..ff70ffd --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_tooltip.scss @@ -0,0 +1,19 @@ +.x-tip, .x-form-invalid-tip{ + background-color: darken($accent-color, 10%); + @include background-image($gloss-gradient); + padding:4px; + @include border-radius(5px); + @include box-shadow(0 0 0 1px bla(.7), 0 0 0 1px wha(.25) inset); +} + +.x-form-invalid-tip{ + background-color:#800000; +} + +.x-tip-header{ + font-weight:bold; +} + +.x-tip-body{ + position:relative; +} \ No newline at end of file diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_tree.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_tree.scss new file mode 100644 index 0000000..398c4d1 --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_tree.scss @@ -0,0 +1,276 @@ +$tree-elbow-height: 16px; +$tree-elbow-width: 16px; +$form-checkbox-size: 16px; +$form-checkbox-image-unchecked: theme-image($theme-name, 'form/unchecked.png'); +$form-checkbox-image-checked: theme-image($theme-name, 'form/checked.png'); +$include-ie: true; +$include-ff: true; + +.x-tree-panel .x-grid-row{ + &-selected{ + background-color:#000; + color:#FFF; + td{ + @include box-shadow(0 0 0 1px wha(.1)); + } + } +} + +.#{$prefix}tree-no-lines .#{$prefix}tree-elbow { + background-color: transparent; +} + +.#{$prefix}tree-no-lines .#{$prefix}tree-elbow-end { + background-color: transparent; +} + +.#{$prefix}tree-no-lines .#{$prefix}tree-elbow-line { + background-color: transparent; +} + +//arrows +.#{$prefix}tree-arrows .#{$prefix}tree-elbow-plus { + background: transparent no-repeat 0 0; +} + +.#{$prefix}tree-arrows .#{$prefix}tree-elbow-end-plus { + background: transparent no-repeat 0 0; +} + +.#{$prefix}tree-arrows .#{$prefix}tree-elbow-end-minus { + background: transparent no-repeat -16px 0; +} + +.#{$prefix}tree-arrows .#{$prefix}tree-elbow-minus { + background: transparent no-repeat -16px 0; +} + +.#{$prefix}tree-arrows .#{$prefix}tree-elbow { + background-color: transparent !important; +} + +.#{$prefix}tree-arrows .#{$prefix}tree-elbow-end { + background-color: transparent !important; +} + +.#{$prefix}tree-arrows .#{$prefix}tree-elbow-line { + background-color: transparent !important; +} + +//elbows +.#{$prefix}tree-arrows .#{$prefix}tree-expander-over .#{$prefix}tree-elbow-plus, +.#{$prefix}tree-arrows .#{$prefix}tree-expander-over .#{$prefix}tree-elbow-end-plus { + background-position: -32px 0; +} + +.#{$prefix}tree-arrows .#{$prefix}tree-expander-over .#{$prefix}tree-elbow-minus, +.#{$prefix}tree-arrows .#{$prefix}tree-expander-over .#{$prefix}tree-elbow-end-minus { + background-position: -48px 0; +} + +.#{$prefix}tree-arrows .x-grid-tree-node-expanded .#{$prefix}tree-elbow-plus, +.#{$prefix}tree-arrows .x-grid-tree-node-expanded .#{$prefix}tree-elbow-end-plus { + background-position: -16px 0; +} + +.#{$prefix}tree-arrows .x-grid-tree-node-expanded .#{$prefix}tree-expander-over .#{$prefix}tree-elbow-plus, +.#{$prefix}tree-arrows .x-grid-tree-node-expanded .#{$prefix}tree-expander-over .#{$prefix}tree-elbow-end-plus { + background-position: -48px 0; +} + +.#{$prefix}tree-elbow-plus, +.#{$prefix}tree-elbow-minus, +.#{$prefix}tree-elbow-end-plus, +.#{$prefix}tree-elbow-end-minus{ + cursor: pointer; +} + +//elbows +.#{$prefix}tree-lines { + .#{$prefix}tree-elbow { + background-image: theme-image($theme-name, 'tree/elbow.gif'); + } + + .#{$prefix}tree-elbow-end { + background-image: theme-image($theme-name, 'tree/elbow-end.gif'); + } + + .#{$prefix}tree-elbow-plus { + background-image: theme-image($theme-name, 'tree/elbow-plus.gif'); + } + + .#{$prefix}tree-elbow-end-plus { + background-image: theme-image($theme-name, 'tree/elbow-end-plus.gif'); + } + + .#{$prefix}grid-tree-node-expanded .#{$prefix}tree-elbow-plus { + background-image: theme-image($theme-name, 'tree/elbow-minus.gif'); + } + + .#{$prefix}grid-tree-node-expanded .#{$prefix}tree-elbow-end-plus { + background-image: theme-image($theme-name, 'tree/elbow-end-minus.gif'); + } + + .#{$prefix}tree-elbow-line { + background-image: theme-image($theme-name, 'tree/elbow-line.gif'); + } +} + +.#{$prefix}tree-no-lines { + .#{$prefix}tree-elbow-plus, + .#{$prefix}tree-elbow-end-plus { + background-image: theme-image($theme-name, 'tree/elbow-plus-nl.gif'); + } + + .#{$prefix}grid-tree-node-expanded .#{$prefix}tree-elbow-plus, + .#{$prefix}grid-tree-node-expanded .#{$prefix}tree-elbow-end-plus { + background-image: theme-image($theme-name, 'tree/elbow-end-minus-nl.gif'); + } +} + +.#{$prefix}tree-arrows { + .#{$prefix}tree-elbow-plus, + .#{$prefix}tree-elbow-minus, + .#{$prefix}tree-elbow-end-plus, + .#{$prefix}tree-elbow-end-minus { + background-image: theme-image($theme-name, 'tree/arrows.gif'); + } +} + +.#{$prefix}tree-icon { + margin-right: 3px; +} + +.#{$prefix}tree-elbow, +.#{$prefix}tree-elbow-end, +.#{$prefix}tree-elbow-plus, +.#{$prefix}tree-elbow-end-plus, +.#{$prefix}tree-elbow-empty, +.#{$prefix}tree-elbow-line { + height: $tree-elbow-height; + width: $tree-elbow-width; +} + +.#{$prefix}tree-icon-leaf { + width: $tree-elbow-width; + background-image: theme-image($theme-name, 'tree/leaf.gif'); +} + +.#{$prefix}tree-icon-parent { + width: $tree-elbow-width; + background-image: theme-image($theme-name, 'tree/folder.gif'); +} + +.#{$prefix}grid-tree-node-expanded .#{$prefix}tree-icon-parent { + background-image: theme-image($theme-name, 'tree/folder-open.gif'); +} + +.#{$prefix}grid-rowbody { + padding: 0; +} + +.#{$prefix}tree-panel .#{$prefix}grid-cell-inner { + padding: 0px; +} + +.#{$prefix}tree-panel .#{$prefix}grid-row .#{$prefix}grid-cell { + border: none; +} + +.#{$prefix}tree-panel .#{$prefix}grid-row .#{$prefix}grid-cell-inner { + height: $tree-elbow-height; + + line-height: $tree-elbow-height; + vertical-align: middle; + cursor: pointer; + + img { + float: left; + } +} + +.#{$prefix}ie { + .#{$prefix}tree-panel .#{$prefix}grid-row .#{$prefix}grid-cell-inner { + white-space: normal; + } +} + + +.#{$prefix}tree-checkbox { + float: left; + margin: 2px 3px 0 0; + display: block; + + width: $form-checkbox-size; + height: $form-checkbox-size; + background: theme-image($theme-name, $form-checkbox-image-unchecked) no-repeat; + + overflow: hidden; + padding: 0; + border: 0; + &::-moz-focus-inner { + padding: 0; + border: 0; + } +} +@if $include-ie { + /* Hack for IE; causes alignment problem in IE9 standards mode so exclude that */ + .#{$prefix}nbr.#{$prefix}ie { + .#{$prefix}tree-checkbox { + font-size: 0; + } + } +} +.#{$prefix}tree-checkbox-checked { + background: theme-image($theme-name, $form-checkbox-image-checked) no-repeat; +} + +@if $include-ie { + .#{$prefix}tree-panel .#{$prefix}grid-cell-inner { + border-width: 0 !important; + } +} + +@if $include-ff { + .#{$prefix}gecko { + .#{$prefix}tree-panel .#{$prefix}grid-row .#{$prefix}grid-cell-inner { + line-height: $tree-elbow-height - 2; + } + } +} + +.#{$prefix}tree-drop-ok-append .#{$prefix}dd-drop-icon { + background-image: theme-image($theme-name, 'tree/drop-append.gif'); +} + +.#{$prefix}tree-drop-ok-above .#{$prefix}dd-drop-icon { + background-image: theme-image($theme-name, 'tree/drop-above.gif'); +} + +.#{$prefix}tree-drop-ok-below .#{$prefix}dd-drop-icon { + background-image: theme-image($theme-name, 'tree/drop-below.gif'); +} + +.#{$prefix}tree-drop-ok-between .#{$prefix}dd-drop-icon { + background-image: theme-image($theme-name, 'tree/drop-between.gif'); +} + +.#{$prefix}grid-tree-loading .#{$prefix}tree-icon { + background-image: theme-image($theme-name, 'tree/loading.gif'); +} + +.#{$prefix}tree-ddindicator { + height: 1px; + border-width: 1px 0px 0px; + border-style: dotted; + border-color: green; +} + +.#{$prefix}grid-tree-loading span { + font-style: italic; + color: #444444; +} + +.#{$prefix}tree-animator-wrap { + overflow: hidden; +} \ No newline at end of file diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_window.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_window.scss new file mode 100644 index 0000000..b8a2b43 --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_window.scss @@ -0,0 +1,22 @@ +.x-window{ + background: $base-background-color; + @include border-radius($base-border-radius-width); + @include box-shadow(0 0 0 1px bla($base-background-alpha*.5), 0 0 0 1px bla($base-background-alpha*.5) inset); + border:1px solid wha(.5); + border-top-color: wha(1); +} + +.x-window-header{ + @include background($gloss-gradient); + @include border-radius($base-border-radius-width $base-border-radius-width 0 0); + @include box-shadow(0 1px 0 0 bla(.35)); + padding: $window-header-padding; + line-height: $window-header-height; + height: $window-header-height; +} + +.x-window-body{ + position:relative; + padding: $window-body-padding; + background-color:bla(.1); +} \ No newline at end of file diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/form/_htmleditor.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/form/_htmleditor.scss new file mode 100644 index 0000000..a7c24f4 --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/form/_htmleditor.scss @@ -0,0 +1,128 @@ +@mixin extjs-form-htmleditor { + .#{$prefix}html-editor-wrap { + border: 1px solid $html-editor-border-color; + + .#{$prefix}toolbar { + border-top-width: 0; + border-left-width: 0; + border-right-width: 0; + } + + textarea { + background-color: $html-editor-background-color; + } + } + + .#{$prefix}html-editor-tb .#{$prefix}btn-inner { + display:block; + width:16px; + padding:0; + height:16px; + margin:4px 2px; + background:transparent theme-image($theme-name, 'editor/tb-sprite.png') no-repeat; + } + + .#{$prefix}html-editor-tb .#{$prefix}edit-bold, + .#{$prefix}menu-item img.#{$prefix}edit-bold { + background-position:0 0; + background-image: theme-image($theme-name, 'editor/tb-sprite.png'); + } + + .#{$prefix}html-editor-tb .#{$prefix}edit-italic, + .#{$prefix}menu-item img.#{$prefix}edit-italic { + background-position:-16px 0; + background-image: theme-image($theme-name, 'editor/tb-sprite.png'); + } + + .#{$prefix}html-editor-tb .#{$prefix}edit-underline, + .#{$prefix}menu-item img.#{$prefix}edit-underline { + background-position:-32px 0; + background-image: theme-image($theme-name, 'editor/tb-sprite.png'); + } + + .#{$prefix}html-editor-tb .#{$prefix}edit-forecolor, + .#{$prefix}menu-item img.#{$prefix}edit-forecolor { + background-position:-160px 0; + background-image: theme-image($theme-name, 'editor/tb-sprite.png'); + } + + .#{$prefix}html-editor-tb .#{$prefix}edit-backcolor, + .#{$prefix}menu-item img.#{$prefix}edit-backcolor { + background-position:-176px 0; + background-image: theme-image($theme-name, 'editor/tb-sprite.png'); + } + + .#{$prefix}html-editor-tb .#{$prefix}edit-justifyleft, + .#{$prefix}menu-item img.#{$prefix}edit-justifyleft { + background-position:-112px 0; + background-image: theme-image($theme-name, 'editor/tb-sprite.png'); + } + + .#{$prefix}html-editor-tb .#{$prefix}edit-justifycenter, + .#{$prefix}menu-item img.#{$prefix}edit-justifycenter { + background-position:-128px 0; + background-image: theme-image($theme-name, 'editor/tb-sprite.png'); + } + + .#{$prefix}html-editor-tb .#{$prefix}edit-justifyright, + .#{$prefix}menu-item img.#{$prefix}edit-justifyright { + background-position:-144px 0; + background-image: theme-image($theme-name, 'editor/tb-sprite.png'); + } + + .#{$prefix}html-editor-tb .#{$prefix}edit-insertorderedlist, + .#{$prefix}menu-item img.#{$prefix}edit-insertorderedlist { + background-position:-80px 0; + background-image: theme-image($theme-name, 'editor/tb-sprite.png'); + } + + .#{$prefix}html-editor-tb .#{$prefix}edit-insertunorderedlist, + .#{$prefix}menu-item img.#{$prefix}edit-insertunorderedlist { + background-position:-96px 0; + background-image: theme-image($theme-name, 'editor/tb-sprite.png'); + } + + .#{$prefix}html-editor-tb .#{$prefix}edit-increasefontsize, + .#{$prefix}menu-item img.#{$prefix}edit-increasefontsize { + background-position:-48px 0; + background-image: theme-image($theme-name, 'editor/tb-sprite.png'); + } + + .#{$prefix}html-editor-tb .#{$prefix}edit-decreasefontsize, + .#{$prefix}menu-item img.#{$prefix}edit-decreasefontsize { + background-position:-64px 0; + background-image: theme-image($theme-name, 'editor/tb-sprite.png'); + } + + .#{$prefix}html-editor-tb .#{$prefix}edit-sourceedit, + .#{$prefix}menu-item img.#{$prefix}edit-sourceedit { + background-position:-192px 0; + background-image: theme-image($theme-name, 'editor/tb-sprite.png'); + } + + .#{$prefix}html-editor-tb .#{$prefix}edit-createlink, + .#{$prefix}menu-item img.#{$prefix}edit-createlink { + background-position: -208px 0; + background-image: theme-image($theme-name, 'editor/tb-sprite.png'); + } + + .#{$prefix}html-editor-tip .#{$prefix}tip-bd .#{$prefix}tip-bd-inner { + padding: 5px; + padding-bottom: 1px; + } + + .#{$prefix}html-editor-tb { + .#{$prefix}toolbar { + position: static !important; + } + .#{$prefix}font-select { + font-size: 11px; + } + } + + .x-html-editor-wrap textarea { + border: 0; + padding: 3px 2px; + overflow: auto; + } +} \ No newline at end of file diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/form/_slider.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/form/_slider.scss new file mode 100644 index 0000000..fdc9701 --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/form/_slider.scss @@ -0,0 +1,48 @@ +.x-slider{ + border:1px solid #000; + @include border-radius(6px); + background:#333; + overflow:hidden; + position:relative; +} + +.x-slider-thumb{ + height:8px; + width:8px; + @include border-radius(5px); + border:1px solid #DDD; + @include background(linear-gradient(#AAA, #CCC)); + position:absolute; + @include box-shadow(0 0 3px 0 bla(.35)) +} + +.x-slider-horz{ + @include box-shadow(0 1px 0 0 wha(.15), 0 2px 5px 0 bla(.25) inset); + height:10px; + .x-slider-end{ + padding-right:12px; + height:10px; + } + .x-slider-inner{ + height:10px; + } + .x-slider-thumb{ + margin-left:5px; + } +} + +.x-slider-vert{ + @include box-shadow(1px 0 0 0 wha(.15), 2px 0 5px 0 bla(.25) inset); + width:10px; + .x-slider-inner{ + width:10px; + } + .x-slider-end{ + padding-bottom:10px; + width:10px; + } + .x-slider-thumb{ + margin-top:4px; + margin-bottom:4px; + } +} \ No newline at end of file diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/form/_triggers.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/form/_triggers.scss new file mode 100644 index 0000000..7f1dbc7 --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/form/_triggers.scss @@ -0,0 +1,85 @@ +@mixin trigger($type, $image){ + .x-form-#{$type}-trigger{ + @include background-image(linear-gradient(bla(.2), bla(0)), $gloss-gradient, $image); + } +} + +.x-form-trigger-wrap{ + float:left; + @include box-shadow(0 1px 0 0 wha(.35)); + overflow:hidden; + border:1px solid #000; + border-left:0; + @include border-radius(0 4px 4px 0); +} + +.x-form-trigger-wrap{ + .x-form-spinner-up{ + height:10px; + @include border-radius(0 3px 0 0); + background:#666 theme-image($theme-name,'triggericons/spinner-up.png') center top no-repeat; + border-bottom:1px solid #444; + &-over{ + background-color:#999; + } + } + .x-form-spinner-down{ + height:9px; + border-top:none; + @include border-radius(0 0 3px 0); + background:#555 theme-image($theme-name,'triggericons/spinner-down.png') center top no-repeat; + border-top:1px solid #888; + &-over{ + background-color:#888; + border-color:#888; + } + } +} +.x-form-trigger-wrap-focus{ + .x-form-spinner-up{ + background-color:#999; + } + .x-form-spinner-down{ + background-color:#888; + } +} + +.x-form-trigger-wrap-focus{ + .x-form-trigger{ + background-color:#AAA; + border-color:#AAA; + &-click{ + background-color:#888; + border-color:#888; + } + } +} + +.x-form-trigger{ + @include border-radius(0 3px 3px 0); + width:16px; + height:19px; + float:left; + background-color:#666; + border:1px solid #666; + &-over{ + background-color:#AAA; + border-color:#AAA; + } + &-click{ + background-color:#888; + border-color:#888; + } +} + + +.x-form-clear-trigger{ + @include border-radius(0); + border-right-color:#888; +} + +@include trigger(arrow, theme-image($theme-name,'triggericons/chev.png')); +@include trigger(time, theme-image($theme-name,'triggericons/time.png')); +@include trigger(date, theme-image($theme-name,'triggericons/date.png')); +@include trigger(clear, theme-image($theme-name,'triggericons/clear.png')); +@include trigger(search, theme-image($theme-name,'triggericons/search.png')); \ No newline at end of file diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/overrides/_accordion.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/overrides/_accordion.scss new file mode 100644 index 0000000..29d2621 --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/overrides/_accordion.scss @@ -0,0 +1,14 @@ +.x-accordion-hd{ + .x-panel-header-text{ + color:#FFF !important; + text-shadow:0 -1px 0 bla(.35); + } + @include background-image($gloss-gradient !important); + background-color:#666 !important; + padding:0 5px; + border-top:1px solid #999 !important; + border-bottom:1px solid #555 !important; + .x-tool{ + top:3px !important; + } +} \ No newline at end of file diff --git a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/overrides/_all.scss b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/overrides/_all.scss new file mode 100644 index 0000000..150475e --- /dev/null +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/overrides/_all.scss @@ -0,0 +1 @@ +@import 'accordion'; \ No newline at end of file diff --git a/philo/contrib/gilbert/templates/gilbert/base.html b/philo/contrib/gilbert/templates/gilbert/base.html index 4bc7bb1..fb9ba44 100644 --- a/philo/contrib/gilbert/templates/gilbert/base.html +++ b/philo/contrib/gilbert/templates/gilbert/base.html @@ -5,11 +5,9 @@ {% block title %}{{ gilbert.title }}{% endblock %} {% block css %} - - - - - + + + {% endblock %} {% block js %}