* ajusted style of some alerts.

This commit is contained in:
Catouse
2014-08-19 14:29:17 +08:00
parent 9fbf1fda82
commit 360fb70575
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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
+4
View File
@@ -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}