css changes

This commit is contained in:
Ezequiel Bergamaschi 2014-01-29 02:52:37 -03:00 committed by Ezequiel Bergamaschi
parent d601a2818f
commit a74f4158c6

View File

@ -114,6 +114,8 @@ input#selectAll {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: black;
}
.labelName {
@ -124,12 +126,15 @@ input#selectAll {
.labelTag {
border: 1px solid;
border-radius: 3px;
border-radius: 7px;
color: white;
display: inline-block;
font-size: 11px;
line-height: 1;
padding: 2px 5px 1px 5px;
padding: 2px 5px 2px 5px;
background-color: black;
position: relative;
left: 3px;
}
/* ---------------------------- Sorting --------------------------------- */