Refactoring to implement new layout with filters: board/calendar/list views (work in progress)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user