some button actions

This commit is contained in:
Ezequiel Bergamaschi
2014-02-01 23:32:55 -03:00
committed by Ezequiel Bergamaschi
parent f65149c948
commit 9a19e2a5eb
4 changed files with 46 additions and 20 deletions

View File

@@ -124,6 +124,7 @@ input#selectAll {
display: inline-block;
position: relative;
left: 7px;
top: -1px;
}
.labelNameList {
@@ -133,7 +134,7 @@ input#selectAll {
.labelTag {
border: 1px solid;
border-radius: 4px;
border-radius: 3px;
color: white;
display: inline-block;
font-size: 11px;
@@ -154,6 +155,30 @@ input#selectAll {
background-color: #d5d3d4;
}
.tableTag {
padding:0px;
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-bottom: 0px;
background-color: #000000;
color: #ffffff;
}
table.tableTag td:hover {
background-color: #ffffff;
}
/* ---------------------------- Sorting --------------------------------- */
.sorting_asc {