More tab styles.
authorHarris Lapiroff <hlapirof@oberlin.edu>
Mon, 13 Jun 2011 15:31:39 +0000 (11:31 -0400)
committerHarris Lapiroff <hlapirof@oberlin.edu>
Mon, 13 Jun 2011 15:31:39 +0000 (11:31 -0400)
philo/contrib/gilbert/static/gilbert/murano/css/murano.css
philo/contrib/gilbert/static/gilbert/murano/sass/murano/components/_tab.scss

index 1ee39f3..9342f75 100644 (file)
@@ -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;
index 800fe3c..c073f56 100644 (file)
@@ -14,7 +14,7 @@
                color:#CCC;
                text-shadow: 0 -1px 0 bla(.75);
        }
-       padding:3px;
+       padding:3px 5px 6px 5px;
        white-space: nowrap;
 }
 
        &-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