Start working on a folders support.

This commit is contained in:
Paulo Gustavo Veiga
2012-05-23 21:54:03 -03:00
parent 9bc4504aea
commit b21fd642a5
5 changed files with 136 additions and 18 deletions

View File

@@ -85,6 +85,11 @@ input#selectAll {
.dataTables_filter {
float:right;
}
#mindmapListTable th {
padding: 4px;
}
/* Pagination Styles */
#paginateContainer {
height:40px;
@@ -162,3 +167,10 @@ input#selectAll {
height:50px;
white-space:nowrap;
}
#foldersContainer {
width: 15%;
float: left;
margin-right: 2%;
margin-top: 80px
}