UPD: modified global css.

This commit is contained in:
2019-03-22 17:33:58 +01:00
parent 205b4ebfc8
commit eebf02b66c

View File

@@ -36,6 +36,7 @@ thead input {
/* border-bottom: 2px solid #646464; */ /* border-bottom: 2px solid #646464; */
background-color: #58ab27; background-color: #58ab27;
color: #e3e3e3; color: #e3e3e3;
margin-bottom: 1.2rem;
} }
#page-header h2 { #page-header h2 {
@@ -65,8 +66,7 @@ thead input {
* Messages * Messages
*/ */
#messages div.alert { #messages div.alert {
margin-top: 1.2rem; margin-bottom: 1.2rem;
margin-bottom: 0rem;
} }
/* /*
@@ -74,10 +74,16 @@ thead input {
*/ */
#page-body { #page-body {
padding-bottom: 4.8rem; padding-bottom: 4.8rem;
background-color: #fcc;
} }
#page-body h5 { #page-body .vspace {
margin-top: 0px; content: "\202f";
height: 0px;
margin-bottom: 1.2rem;
}
#page-body h5, #page-body h6 {
font-weight: bold; font-weight: bold;
} }
@@ -114,13 +120,11 @@ thead input {
/* /*
* Misc * Misc
*/ */
.container > .jumbotron, .jumbotron > h1 {
.container-fluid > .jumbotron { margin-top: 0px;
margin-top: 2.4rem;
} }
.action-tabs { .action-tabs {
margin-top: 2.4rem;
margin-bottom: 1.2rem; margin-bottom: 1.2rem;
} }