* ajusted style of some alerts.
This commit is contained in:
@@ -14,7 +14,7 @@ include '../../common/view/header.lite.html.php';
|
||||
<div class='modal-dialog'>
|
||||
<div class='modal-header'><strong><?php echo $app->user->account, ' ', $lang->user->deny;?></strong></div>
|
||||
<div class='modal-body'>
|
||||
<div class='alert alert-warning'>
|
||||
<div class='alert with-icon alert-pure'>
|
||||
<i class='icon-info-sign'></i>
|
||||
<div class='content'>
|
||||
<?php
|
||||
|
||||
@@ -33,6 +33,9 @@
|
||||
/* borders */
|
||||
.bd-0, .borderless, .bd-none {border: none !important;}
|
||||
|
||||
/* backgrounds */
|
||||
.bg-none {background: none!important}
|
||||
|
||||
/* Style of text */
|
||||
.text-latin {font-family: Arial;}
|
||||
.text-strong {font-weight: bold;}
|
||||
@@ -109,6 +112,7 @@ hr.small {margin: 10px 0}
|
||||
|
||||
/* alert */
|
||||
.alert>[class*="icon-"]+.content {padding-left: 2em;}
|
||||
.alert-pure {border: none; background: none}
|
||||
|
||||
/* datetime picker */
|
||||
.datetimepicker {border-radius: 0!important; background: #fafafa; font-size: 12px}
|
||||
|
||||
Reference in New Issue
Block a user