Refactor standard bootstrap date selector on task page to be non-js friendly

This commit is contained in:
perryharlock
2013-09-26 14:08:38 +01:00
parent d668b26dea
commit 8d224e160a
7 changed files with 122 additions and 67 deletions

View File

@@ -107,12 +107,22 @@
.col-md-9 { width:72%; }
.col-md-10 { width:80%; }
.col-md-12 { width: 97%; }
.dropdown-container {
position:relative;
z-index:900;
margin-bottom:20px;
}
.aside .task-stats li {
width:31.5%;
}
.aside .action-buttons {
width:80%;
}
.date-selector {
zoom:1;
}
.zfix {
position:relative;
z-index:100;
}
.list-group li .list-group-item {
margin:0;
position:static;
}
}