rows clickeables

This commit is contained in:
Ezequiel Bergamaschi
2014-03-10 00:12:49 -03:00
parent 2b5c1518f4
commit 16985ae7d7
3 changed files with 28 additions and 4 deletions

View File

@@ -47,6 +47,10 @@
-moz-border-radius: @radius;
}
.mindmapName {
color: #428bca;
}
/* ------------------------------ Table --------------------------------- */
@table-gap: 2%;
@@ -106,6 +110,10 @@ input#selectAll {
padding: 4px;
}
#mindmapListTable tbody tr {
cursor: pointer;
}
/* Pagination Styles */
#paginateContainer {
height: 40px;
@@ -194,6 +202,7 @@ input#selectAll {
.closeTag {
cursor: pointer;
z-index: 2000;
}
.tableTag {