Unification of project header
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user