Minor CSS changes

Signed-off-by: Marijn Bosman <marijnbosmann@gmail.com>

Fixes #29

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
Marijn Bosman
2018-08-29 21:37:25 -03:00
committed by Maurício Meneghini Fauth
parent abcf3593a2
commit c9f4373611
+7 -6
View File
@@ -161,7 +161,7 @@ body#loginform #page_content {
margin: 0 !important;
padding: 20px;
margin-top: 10% !important;
height: 220px;
height: 240px;
}
body#loginform div.container
@@ -180,12 +180,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
@@ -969,7 +970,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') { ?>
@@ -3948,4 +3949,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;
}
}