From: Harris Lapiroff Date: Mon, 13 Jun 2011 15:31:39 +0000 (-0400) Subject: More tab styles. X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/f3ace2f328e3a6f3af438c56361968173e96ab17?hp=-c More tab styles. --- f3ace2f328e3a6f3af438c56361968173e96ab17 diff --git a/philo/contrib/gilbert/static/gilbert/murano/css/murano.css b/philo/contrib/gilbert/static/gilbert/murano/css/murano.css index 1ee39f3..9342f75 100644 --- a/philo/contrib/gilbert/static/gilbert/murano/css/murano.css +++ b/philo/contrib/gilbert/static/gilbert/murano/css/murano.css @@ -1129,7 +1129,7 @@ input.x-form-text { -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; + padding: 3px 5px 6px 5px; white-space: nowrap; } /* line 13, ../sass/murano/components/_tab.scss */ .x-tab button { @@ -1216,6 +1216,15 @@ input.x-form-text { .x-tabbar-scroll-right-disabled { background-position: left top !important; } +/* line 99, ../sass/murano/components/_tab.scss */ +.x-tab-inner { + display: block; } + /* line 101, ../sass/murano/components/_tab.scss */ + .x-tab-icon-text-left .x-tab-inner { + padding-left: 20px; + background-repeat: no-repeat; + background-position: left top; } + /* line 1, ../sass/murano/components/_tooltip.scss */ .x-tip, .x-form-invalid-tip { background-color: #05529f; 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 index 800fe3c..c073f56 100644 --- a/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_tab.scss +++ b/philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_tab.scss @@ -14,7 +14,7 @@ color:#CCC; text-shadow: 0 -1px 0 bla(.75); } - padding:3px; + padding:3px 5px 6px 5px; white-space: nowrap; } @@ -94,4 +94,13 @@ &-disabled{ background-position:left top !important; } +} + +.x-tab-inner{ + display:block; + .x-tab-icon-text-left &{ + padding-left:20px; + background-repeat:no-repeat; + background-position:left top; + } } \ No newline at end of file