Refactoring to implement new layout with filters: board/calendar/list views (work in progress)

This commit is contained in:
Frederic Guillot
2015-07-04 11:14:21 -04:00
parent a327f790ee
commit 554500aa49
52 changed files with 463 additions and 758 deletions

View File

@@ -20,10 +20,11 @@ body {
padding-bottom: 20px;
color: #333;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
}
.page {
clear: both;
}
ul.no-bullet li {
@@ -50,4 +51,14 @@ hr {
.avatar {
float: left;
margin-right: 10px;
}
}
.views {
display: inline-block;
}
.views li.active a {
font-weight: bold;
color: #000;
text-decoration: none;
}