1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-05 15:57:23 +01:00

admin mail guide: use bootstrap .panel to style the tips

also give more space for the login settings and less space to the tips
This commit is contained in:
Joshua Tauberer
2014-10-21 11:08:44 +00:00
parent c2fe1bc2e3
commit 47dd59c2a7
2 changed files with 16 additions and 3 deletions

View File

@@ -46,12 +46,20 @@
margin-bottom: 13px;
margin-top: 30px;
}
.panel-heading h3 {
border: none;
padding: 0;
margin: 0;
}
h4 {
font-size: 110%;
margin-bottom: 13px;
margin-top: 18px;
}
h4:first-child {
margin-top: 6px;
}
.admin_panel {
display: none;