Commit 0ba0ac12 authored by Van's avatar Van

🎨 #12610

parent 514d7b35
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
* admin style * admin style
* *
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a> * @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 2.5.1.0, Jan 4, 2019 * @version 2.6.0.0, Jan 13, 2019
*/ */
/* start resset */ /* start resset */
...@@ -969,7 +969,11 @@ a[class*=" icon-"]:hover { ...@@ -969,7 +969,11 @@ a[class*=" icon-"]:hover {
.form label.checkbox { .form label.checkbox {
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
margin: 6px 0; margin: 11px 0;
}
.form label.checkbox input {
height: auto;
} }
.form input[type='text'], .form input[type='password'], .form textarea, .form input[type='text'], .form input[type='password'], .form textarea,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment