summaryrefslogtreecommitdiffstats
path: root/askbot/media/style/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/media/style/style.css')
-rw-r--r--askbot/media/style/style.css40
1 files changed, 26 insertions, 14 deletions
diff --git a/askbot/media/style/style.css b/askbot/media/style/style.css
index 06de580a..0f873790 100644
--- a/askbot/media/style/style.css
+++ b/askbot/media/style/style.css
@@ -774,7 +774,7 @@ form.ajax-file-upload img.spinner {
}
.ask-page .search-drop-menu,
body.anon.ask-page .search-drop-menu {
- margin: 0;
+ margin: -9px 0 10px;
}
#scopeNav {
height: 41px;
@@ -1619,13 +1619,17 @@ ul#related-tags li {
height: 36px;
line-height: 36px;
margin: 0;
- padding: 0;
- /*-left: 5px;*/
-
+ padding-left: 5px;
border: #cce6ec 3px solid;
width: 100%;
/*719px;*/
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
+}
+.ask-page #askFormBar {
+ padding: 0 0 10px 0;
}
.ask-page div#question-list,
.edit-question-page div#question-list {
@@ -1664,6 +1668,15 @@ ul#related-tags li {
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
}
+.ask-page label[for="editor"],
+.edit-question-page label[for="editor"],
+.ask-page label[for="id_title"],
+.edit-question-page label[for="id_title"],
+.ask-page span.form-error,
+.edit-question-page span.form-error {
+ font-size: 16px;
+ font-style: italic;
+}
.ask-page label,
.edit-question-page label {
color: #525252;
@@ -1709,6 +1722,7 @@ ul#related-tags li {
.edit-question-page table.proxy-user-info,
.edit-answer-page table.proxy-user-info {
border-spacing: 0px;
+ margin-bottom: 12px;
width: 100%;
}
.ask-page table.proxy-user-info .form-item,
@@ -1828,6 +1842,9 @@ ul#related-tags li {
.question-page .wmd-container,
.edit-question-page .wmd-container,
.edit-answer-page .wmd-container {
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
width: 723px;
width: 100%;
}
@@ -1953,7 +1970,7 @@ ul#related-tags li {
margin-bottom: 5px;
}
.question-options label {
- vertical-align: text-bottom;
+ vertical-align: text-top;
}
.edit-content-html {
border-top: 1px dotted #D8D2A9;
@@ -1969,8 +1986,7 @@ ul#related-tags li {
#fmedit #id_revision,
.wmd-preview #id_revision {
font-size: 14px;
- margin-top: 5px;
- margin-bottom: 5px;
+ margin: 12px 0 5px 0;
width: 100%;
}
.edit-question-page #id_title,
@@ -1984,6 +2000,9 @@ ul#related-tags li {
border: #cce6ec 3px solid;
width: 100%;
margin-bottom: 10px;
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
}
.edit-question-page #id_summary,
#fmedit #id_summary,
@@ -3288,7 +3307,6 @@ span.text-counter {
span.form-error {
color: #990000;
font-weight: normal;
- margin-left: 5px;
}
ul.errorlist {
margin-bottom: 0;
@@ -3354,12 +3372,6 @@ label.retag-error {
margin-top: 10px;
padding: 10px;
}
-span.form-error {
- color: #990000;
- font-size: 90%;
- font-weight: normal;
- margin-left: 5px;
-}
/*
.favorites-count-off {
color: #919191;