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;
}

View File

@@ -1,12 +1,3 @@
/* board filters */
.board-filters {
font-size: 0.95em;
}
#more-filters {
display: none; /* Hide this filter initially, to avoid re-layout */
}
/* public board */
.public-board {
margin-top: 5px;

View File

@@ -36,6 +36,12 @@
padding-right: 10px;
}
.page-header div.dropdown {
font-size: 0.9em;
padding-right: 10px;
}
.page-header div.dropdown,
.page-header ul.dropdown {
display: inline;
}

View File

@@ -66,7 +66,7 @@ nav .active a {
/* page header */
.page-header {
margin-bottom: 25px;
margin-bottom: 20px;
}
.page-header h2 {
@@ -97,6 +97,10 @@ nav .active a {
font-size: 0.9em;
}
.page-header form {
display: inline;
}
@media only screen and (max-width: 640px) {
.page-header-mobile li {