Unification of project header

This commit is contained in:
Frederic Guillot
2016-03-25 17:41:41 -04:00
parent 13d5bd8e48
commit 354e37971d
37 changed files with 194 additions and 343 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,20 @@
/* project header */
.project-header {
margin-top: 8px;
margin-bottom: 20px;
}
.action-menu {
color: #333;
text-decoration: none;
}
.action-menu:hover,
.action-menu:focus {
text-decoration: underline;
}
/* search box */
.filter-box {
display: inline-block;
position: relative;

View File

@@ -116,10 +116,3 @@ header h1 .tooltip {
.menu-inline {
margin-bottom: 5px;
}
@media only screen and (max-width: 640px) {
.page-header-mobile li {
display: block;
margin-bottom: 5px;
}
}

View File

@@ -167,6 +167,11 @@ span.task-board-age-column {
padding-top: 0;
}
.task-summary-buttons {
margin-top: 10px;
font-size: 0.85em;
}
.task-summary-container {
border: 2px solid #000;
border-radius: 8px;