浏览代码

Revert "Fixes #1856: The default CSS class for hint generated by `ActiveField` is changed to `help-block`"

This reverts commit 7ae4695d0cf46f3347ff8f340f572a08419f21a7.
Qiang Xue 12 年之前
父节点
当前提交
3cb2721885
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      web/css/site.css

+ 6 - 0
web/css/site.css

@@ -76,6 +76,12 @@ a.desc:after {
     white-space: nowrap;
 }
 
+.hint-block {
+	display: block;
+	margin-top: 5px;
+	color: #999;
+}
+
 .error-summary {
 	color: #a94442;
 	background: #fdf7f7;