Commit bb368549 by Kyle Fiedler

Nex css for leanmodal x

--HG--
branch : static_ernie_leanmodal_closebox
parent d7c7b3fb
......@@ -560,9 +560,11 @@ div.leanModal_box {
width: 14px;
height: 14px;
z-index: 2;
color: #000; }
color: #aaa;
font-style: normal; }
div.leanModal_box a.modal_close:hover {
text-decoration: none; }
text-decoration: none;
color: #993333; }
div.leanModal_box h1 {
font-size: 24px;
margin-top: 0;
......@@ -3715,6 +3717,17 @@ div.answer-own {
padding-left: 8.178%;
padding-top: 10px; }
div.answer-actions {
text-align: right;
margin: 0;
padding: 0; }
div.answer-actions span.sep {
color: #ddd; }
div.answer-actions a {
text-decoration: none; }
div.answer-actions a.question-edit, div.answer-actions a.permant-link {
color: #999; }
form.answer-form, form.question-form {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
......
......@@ -635,9 +635,11 @@ div.leanModal_box {
width: 14px;
height: 14px;
z-index: 2;
color: #000; }
color: #aaa;
font-style: normal; }
div.leanModal_box a.modal_close:hover {
text-decoration: none; }
text-decoration: none;
color: #993333; }
div.leanModal_box h1 {
font-size: 24px;
margin-top: 0;
......
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