diff --git a/css/style.scss b/css/style.scss index a59c08393..7d73dfb9d 100644 --- a/css/style.scss +++ b/css/style.scss @@ -172,7 +172,7 @@ input.input-inline { top: 12px; } - > h1 { + > h2 { white-space: nowrap; padding: 7px; } @@ -273,11 +273,11 @@ input.input-inline { width: 100%; vertical-align: top; - h2 { + h3 { padding: 10px 10px 8px; margin: 0; font-size: 12pt; - font-weight: 700; + font-weight: normal; overflow: hidden; display: flex; min-height: 40px; @@ -385,8 +385,8 @@ input.input-inline { display: block; } - h3 { - font-weight: bold; + h4 { + font-weight: normal; font-size: 10pt; padding: 0; margin: 5px; @@ -545,11 +545,11 @@ input.input-inline { } #sidebar-header { - h2 { + h3 { font-size: 14pt; padding: 9px 10px; + margin: 0; overflow: hidden; - margin-bottom: 0; background-color: $color-lightgrey; input { @@ -603,9 +603,11 @@ input.input-inline { margin: 0px; } - h3 { + h4 { border-bottom: 1px solid $color-lightgrey; padding: 15px 0px 5px 0px; + margin: 0 0 10px 0; + font-size: 15px; > div { display: flex; @@ -1105,7 +1107,7 @@ input.input-inline { border-right: 1px solid transparent; } - h2 button { + h3 button { display: none; } h2:hover button { diff --git a/templates/part.board.mainView.php b/templates/part.board.mainView.php index 856d3bfbf..960767c33 100644 --- a/templates/part.board.mainView.php +++ b/templates/part.board.mainView.php @@ -10,9 +10,9 @@ -