1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-06-30 11:11:11 +02:00

Center login logo

This commit is contained in:
Alexandre Iooss
2019-08-02 17:50:10 +02:00
parent 6506c229de
commit 0c08091535
2 changed files with 14 additions and 5 deletions

View File

@ -134,6 +134,14 @@ input[type=button]:focus, .button:hover, input[type=submit]:hover, input[type=bu
text-align: center !important;
}
/* Branding logo */
#branding img {
vertical-align: middle;
}
#site-name {
padding-left: 10px;
}
/* Dashboard should take all page */
.dashboard #content {
width: auto;