Minor CSS changes

Signed-off-by: Marijn Bosman <marijnbosmann@gmail.com>
This commit is contained in:
Marijn Bosman 2018-07-04 18:48:36 +02:00
parent c697a872a1
commit 4edab9d976
No known key found for this signature in database
GPG Key ID: C57F95B33AF52338

View File

@ -168,7 +168,7 @@ body#loginform #page_content {
margin: 0 !important;
padding: 20px;
margin-top: 10% !important;
height: 220px;
height: 240px;
}
body#loginform div.container
@ -187,12 +187,13 @@ body#loginform div.container:before
content: "a";
float: left;
margin-right: 20px;
margin-top: -10px;
margin-bottom: 10px;
background-color: <?php echo $GLOBALS['cfg']['ThColor']; ?>;
overflow: hidden;
height: 220px;
width: 230px;
height: 240px;
width: 240px;
line-height: 1;
text-align: center;
}
body#loginform h1
@ -976,7 +977,7 @@ div.footnotes {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
margin: 20px 0 20px;
margin: 0 0 1px;
border: 1px solid;
background-repeat: no-repeat;
<?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
@ -3962,4 +3963,4 @@ body .ui-dialog .ui-dialog-buttonpane button.ui-state-hover {
body .ui-dialog .ui-dialog-buttonpane button.ui-state-active {
background-color: #333;
border: 1px solid #333;
}
}