Second Attempt

This commit is contained in:
aggelosQQ 2017-02-23 16:48:25 +02:00
parent 4b23a8930d
commit 59248d5478
2 changed files with 5 additions and 1 deletions

View file

@ -122,4 +122,5 @@ small { font-size: 0.9em; }
.admins > ul > a { display: block; border-radius: 0; }
.head-icon { width: 20px; height: 20px; margin-right: 0; float: left; border-radius: 50%; }
.modal li { display: block; width: 100%; padding: 5px 70px; }
.modal-msg { margin: 25px 0; } }
.modal-msg { margin: 25px 0; }
.modal.modal-fixed-footer .modal-content { padding: 10px; } }

View file

@ -334,4 +334,7 @@ small {
.modal-msg {
margin: 25px 0;
}
.modal.modal-fixed-footer .modal-content {
padding: 10px;
}
}