* fix noticeBox style.

This commit is contained in:
Catouse
2018-09-06 10:44:17 +08:00
parent f588b7fc27
commit f4bcaa6258
2 changed files with 8 additions and 6 deletions
+6 -6
View File
@@ -12,8 +12,8 @@
class message extends control
{
/**
* Index
*
* Index
*
* @access public
* @return void
*/
@@ -32,8 +32,8 @@ class message extends control
}
/**
* Setting
*
* Setting
*
* @access public
* @return void
*/
@@ -65,7 +65,7 @@ class message extends control
/**
* Ajax get message.
*
*
* @access public
* @return void
*/
@@ -96,7 +96,7 @@ class message extends control
{
echo <<<EOT
<div class='alert alert-info with-icon alert-dismissable' style='width:380px; position:fixed; bottom:25px; right:15px; z-index: 9999;'>
<i class='icon icon-envelope-alt'> </i>
<i class='icon icon-envelope-o'> </i>
<div class='content'>{$messages}</div>
<button type="button" class="close" data-dismiss="alert">×</button>
</div>
+2
View File
@@ -9,3 +9,5 @@
* @link http://www.zentao.net
*/
.article-content, .article>.content{word-wrap: break-word;}
#noticeBox .alert {box-shadow: rgba(0,0,0,.15) 0 0.15rem 0.5rem, rgba(0,0,0,.25) 0 0.15rem 0.5rem;}