Commit 77b6c862 by kaishin

Styled the question edit form & sidebar

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