Cosmetic
Fixes main navigation buttons apearence by allowing a 24px margin-bottom attribute. Temporary cosmetic fix before complete installer revision/overhaul/optimization Epurates the file, cleaning it from commented-out rules (ugly ones too, they just jad to go heh)
This commit is contained in:
3
public/lb-faveo/css/setup.css
vendored
3
public/lb-faveo/css/setup.css
vendored
@@ -289,7 +289,6 @@ body {
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
/* text-shadow:0 -1px 1px #8a4f7f,1px 0 1px #8a4f7f,0 1px 1px #8a4f7f,-1px 0 1px #8a4f7f */
|
|
||||||
color: aliceblue;
|
color: aliceblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -411,6 +410,7 @@ body {
|
|||||||
padding: .5em 1em;
|
padding: .5em 1em;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
margin-right: .5em;
|
margin-right: .5em;
|
||||||
|
margin-bottom: 24px;
|
||||||
height: auto
|
height: auto
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -422,7 +422,6 @@ body {
|
|||||||
float: right;
|
float: right;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
/*text-shadow:0 -1px 1px #8a4f7f,1px 0 1px #8a4f7f,0 1px 1px #8a4f7f,-1px 0 1px #8a4f7f*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.return-to-dashboard {
|
.return-to-dashboard {
|
||||||
|
Reference in New Issue
Block a user