cosmo: labels as boxes, badges remove text-shadow
authorThomas Park <thomas@thomaspark.me>
Sat, 24 Nov 2012 18:17:06 +0000 (13:17 -0500)
committerThomas Park <thomas@thomaspark.me>
Sat, 24 Nov 2012 18:17:06 +0000 (13:17 -0500)
cosmo/bootstrap.css
cosmo/bootstrap.min.css
cosmo/bootswatch.less

index 6939554..0c78fe4 100644 (file)
@@ -5349,9 +5349,12 @@ legend {
   color: #ffffff;
 }
 .label {
+  min-width: 80px;
+  min-height: 80px;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
+  font-weight: 300;
   text-shadow: none;
 }
 .label-success {
@@ -5370,6 +5373,8 @@ legend {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
+  font-weight: 300;
+  text-shadow: none;
 }
 .badge-success {
   background-color: #00a301;
index c109ba5..6eba8ab 100644 (file)
@@ -893,11 +893,11 @@ legend{border-bottom:none;color:#080808;}
 .form-actions{border-top:none;background-color:#eeeeee;}
 .dropdown-menu{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
 .alert{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;text-shadow:none;}.alert-heading,.alert h1,.alert h2,.alert h3,.alert h4,.alert h5,.alert h6{color:#ffffff;}
-.label{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;text-shadow:none;}.label-success{background-color:#00a301;}
+.label{min-width:80px;min-height:80px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;font-weight:300;text-shadow:none;}.label-success{background-color:#00a301;}
 .label-important{background-color:#e51400;}
 .label-info{background-color:#5192fb;}
 .label-inverse{background-color:#bbbbbb;}
-.badge{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.badge-success{background-color:#00a301;}
+.badge{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;font-weight:300;text-shadow:none;}.badge-success{background-color:#00a301;}
 .badge-important{background-color:#e51400;}
 .badge-info{background-color:#5192fb;}
 .badge-inverse{background-color:#bbbbbb;}
index e7c713e..f4038ed 100644 (file)
@@ -452,7 +452,10 @@ legend {
 }
 
 .label {
+       min-width: 80px;
+       min-height: 80px;
        .border-radius(0);
+       font-weight: 300;
        text-shadow: none;
 
        &-success {
@@ -475,6 +478,8 @@ legend {
 .badge {
 
        .border-radius(0);
+       font-weight: 300;
+       text-shadow: none;
 
        &-success {
                background-color: @green;