css and fix jquery problems

This commit is contained in:
Ezequiel Bergamaschi
2014-02-02 01:26:56 -03:00
committed by Ezequiel Bergamaschi
parent 632a9a6e00
commit 7a535b1dca
2 changed files with 10 additions and 14 deletions

View File

@@ -133,14 +133,10 @@ input#selectAll {
}
.labelTag {
border: 1px solid;
border-radius: 3px;
color: white;
display: inline-block;
font-size: 11px;
line-height: 1;
padding: 2px 5px 2px 5px;
background-color: black;
padding: 2px 0px 0px 2px;
position: relative;
margin-right: 3px;
float: right;
@@ -148,6 +144,8 @@ input#selectAll {
.closeLabel {
font-size: 13px;
position: relative;
top: -1px;
}
.listSeparator {
@@ -160,19 +158,17 @@ input#selectAll {
margin-bottom: 0px;
margin-right: 5px;
float: right;
top: -3px;
position: relative;
}
table.tableTag td {
user-select: none;
border-radius: 1px;
padding-left: 5px;
padding-right:5px;
padding-top:0px;
padding-left: 4px;
padding-right: 3px;
padding-top :0px;
padding-bottom: 0px;
background-color: #000000;
color: #ffffff;
line-height: 15px;
}
table.tableTag td:hover {