Commit 77b6c862 by kaishin

Styled the question edit form & sidebar

parent c1676ba1
...@@ -535,31 +535,31 @@ body.anon #searchbar { ...@@ -535,31 +535,31 @@ body.anon #searchbar {
// float: right; // float: right;
// padding-right: 10px; } } // padding-right: 10px; } }
.questions-related { // .questions-related {
word-wrap: break-word; // word-wrap: break-word;
p { // p {
line-height: 20px; // line-height: 20px;
padding: 4px 0px 4px 0px; // padding: 4px 0px 4px 0px;
font-size: 16px; // font-size: 16px;
font-weight: normal; // font-weight: normal;
border-bottom: #cccccc 1px solid; } // border-bottom: #cccccc 1px solid; }
a { // a {
font-size: 13px; } } // font-size: 13px; } }
#tips { // #tips {
li { // li {
color: #707070; // color: #707070;
font-size: 13px; // font-size: 13px;
list-style-image: url(../images/tips.png); } // list-style-image: url(../images/tips.png); }
a { // a {
font-size: 16px; } } // font-size: 16px; } }
#markdownhelp { // #markdownhelp {
li { // li {
color: #707070; // color: #707070;
font-size: 13px; } // font-size: 13px; }
a { // a {
font-size: 16px; } } // font-size: 16px; } }
// .tabbar { // .tabbar {
// background-color: #eff5f6; // background-color: #eff5f6;
...@@ -1173,38 +1173,38 @@ body.anon #searchbar { ...@@ -1173,38 +1173,38 @@ body.anon #searchbar {
label { label {
vertical-align: text-bottom; } } vertical-align: text-bottom; } }
.edit-content-html { // .edit-content-html {
border-top: 1px dotted #d8d2a9; // border-top: 1px dotted #d8d2a9;
border-bottom: 1px dotted #d8d2a9; // border-bottom: 1px dotted #d8d2a9;
margin: 5px 0 5px 0; } // margin: 5px 0 5px 0; }
.edit-question-page, #fmedit, .wmd-preview { // .edit-question-page, #fmedit, .wmd-preview {
color: #525252; } // color: #525252; }
.edit-question-page #id_revision, #fmedit #id_revision, .wmd-preview #id_revision { // .edit-question-page #id_revision, #fmedit #id_revision, .wmd-preview #id_revision {
font-size: 14px; // font-size: 14px;
margin-top: 5px; // margin-top: 5px;
margin-bottom: 5px; } // margin-bottom: 5px; }
.edit-question-page #id_title, #fmedit #id_title, .wmd-preview #id_title { // .edit-question-page #id_title, #fmedit #id_title, .wmd-preview #id_title {
font-size: 24px; // font-size: 24px;
line-height: 24px; // line-height: 24px;
height: 36px; // height: 36px;
margin: 0px; // margin: 0px;
padding: 0px 0 0 5px; // padding: 0px 0 0 5px;
border: #cce6ec 3px solid; // border: #cce6ec 3px solid;
width: 725px; // width: 725px;
margin-bottom: 10px; } // margin-bottom: 10px; }
.edit-question-page #id_summary, #fmedit #id_summary, .wmd-preview #id_summary { // .edit-question-page #id_summary, #fmedit #id_summary, .wmd-preview #id_summary {
border: #cce6ec 3px solid; // border: #cce6ec 3px solid;
height: 25px; // height: 25px;
padding-left: 5px; // padding-left: 5px;
width: 395px; // width: 395px;
font-size: 14px; } // font-size: 14px; }
.edit-question-page .title-desc, #fmedit .title-desc, .wmd-preview .title-desc { // .edit-question-page .title-desc, #fmedit .title-desc, .wmd-preview .title-desc {
margin-bottom: 10px; } // margin-bottom: 10px; }
// .question-page { // .question-page {
// h1 { // h1 {
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
border: 1px solid #ccc; border: 1px solid #ccc;
text-decoration: none; text-decoration: none;
} }
} }
.action-link { .action-link {
a { a {
......
...@@ -73,6 +73,10 @@ form.question-form { ...@@ -73,6 +73,10 @@ form.question-form {
padding: 0; padding: 0;
margin-top: -15px; margin-top: -15px;
h1 a {
float: right;
}
input[type="text"] { input[type="text"] {
width: flex-grid(6); width: flex-grid(6);
} }
......
...@@ -132,17 +132,6 @@ div.discussion-wrapper aside { ...@@ -132,17 +132,6 @@ div.discussion-wrapper aside {
} }
} }
// div.favorite-number {
// color: #777;
// font-weight: normal;
// margin-bottom: 12px;
// margin-top: 5px;
// text-align: center;
// }
div.notify-sidebar {
// margin: 10px 0;
}
div.question-stats { div.question-stats {
ul { ul {
...@@ -164,6 +153,14 @@ div.discussion-wrapper aside { ...@@ -164,6 +153,14 @@ div.discussion-wrapper aside {
} }
} }
} }
div.markdown ul li {
margin: 20px 0;
ol li {
margin: 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