Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
remove labels
Browse files Browse the repository at this point in the history
  • Loading branch information
imperavi committed Jan 27, 2014
1 parent cb69a2a commit 4b7c16a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 133 deletions.
87 changes: 8 additions & 79 deletions css/kube.css
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,10 @@ select.unit-100 {
width: 1%;
text-align: center;
}
.fullwidth li a,
.fullwidth li span {
display: block;
}
/* Vertical */
.nav {
margin-bottom: 1.6em;
Expand All @@ -1115,18 +1119,15 @@ select.unit-100 {
margin-left: 2em;
font-size: .95em;
}
.nav ul li ul li:last-child {
border-bottom: none;
}
.nav ul li ul li a,
.nav ul li ul li span {
padding: 4px 0;
}
.nav ul li a,
.nav ul li span {
display: block;
padding: 5px 0;
}
.nav ul li ul li a,
.nav ul li ul li span {
padding: 4px 0;
}
.nav ul li a {
text-decoration: none;
}
Expand Down Expand Up @@ -1716,78 +1717,6 @@ input[type="search"] {
.btn-append .btn {
border-radius: 0 4px 4px 0;
}
/* =Labels
-----------------------------------------------------------------------------*/
.label {
display: inline-block;
line-height: 1;
font-size: 12px;
text-decoration: none;
border-radius: 3px;
}
.label,
.label-small {
color: #0f0f0f;
padding: 3px 10px;
border: 1px solid #ddd;
}
.label:hover,
.label-small:hover {
color: #0f0f0f;
}
.label-small {
font-size: 10px;
padding: 2px 9px;
}
.label-blue,
.label-green,
.label-red,
.label-yellow,
.label-black,
.label-gray {
padding: 4px 11px;
border: none;
}
.label-blue.label-small,
.label-green.label-small,
.label-red.label-small,
.label-yellow.label-small,
.label-black.label-small,
.label-gray.label-small {
padding: 3px 10px;
}
.label-blue,
.label-green,
.label-red,
.label-black,
.label-gray {
color: #ffffff;
}
.label-blue:hover,
.label-green:hover,
.label-red:hover,
.label-black:hover,
.label-gray:hover {
color: #ffffff;
}
.label-blue {
background: #3d58a8;
}
.label-green {
background: #159776;
}
.label-red {
background: #d70a16;
}
.label-yellow {
background: #fddc43;
}
.label-black {
background: #0f0f0f;
}
.label-gray {
background: #bbbcc0;
}
/* =Helpers
-----------------------------------------------------------------------------*/
.group:after {
Expand Down
1 change: 0 additions & 1 deletion less/kube.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
@import "forms.less";

@import "buttons.less";
@import "labels.less";

@import "helpers.less";
@import "prettyprint.less";
Expand Down
46 changes: 0 additions & 46 deletions less/labels.less

This file was deleted.

15 changes: 8 additions & 7 deletions less/navigation.less
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
width: 1%;
text-align: center;
}
.fullwidth li a,
.fullwidth li span {
display: block;
}


/* Vertical */
Expand All @@ -66,18 +70,15 @@
margin-left: 2em;
font-size: .95em;
}
.nav ul li ul li:last-child {
border-bottom: none;
}
.nav ul li ul li a,
.nav ul li ul li span {
padding: 4px 0;
}
.nav ul li a,
.nav ul li span {
display: block;
padding: 5px 0;
}
.nav ul li ul li a,
.nav ul li ul li span {
padding: 4px 0;
}
.nav ul li a {
text-decoration: none;
}
Expand Down

0 comments on commit 4b7c16a

Please sign in to comment.