filter list appears all simultaneously

This commit is contained in:
Ezequiel Bergamaschi
2014-02-08 18:25:32 -03:00
parent 3df00e9e0e
commit 08a9289893
3 changed files with 24 additions and 16 deletions

View File

@@ -26,7 +26,7 @@
margin-top: 4px;
border: 1px solid rgb(213, 207, 207);
border-radius: 6px;
box-shadow: 3px 3px 1px #888888;
box-shadow: 0px 1px 3px #888888;
}
.nav-header {
background-color: #eee;
@@ -35,6 +35,12 @@
position: relative;
left: 8px;
}
#mindmapListTable {
border-radius: 6px;
left: -4px;
position: relative;
box-shadow: 0px 1px 9px #888888;
}
#mindmapListContainer {
background: #FFFFFF;