Commit bc6db57c authored by Leo Iannacone's avatar Leo Iannacone

Style for status

parent 69cb9fb0
...@@ -44,8 +44,10 @@ label { ...@@ -44,8 +44,10 @@ label {
} }
hr { hr {
border-style: dashed none none none; border-color: #CCCCCE -moz-use-text-color -moz-use-text-color;
color: #CCC; border-right: medium none;
border-style: dashed none none;
border-width: 1px medium medium;
} }
input, select { input, select {
...@@ -233,10 +235,6 @@ blockquote blockquote { ...@@ -233,10 +235,6 @@ blockquote blockquote {
margin-left: 0; margin-left: 0;
} }
#header ul.links *:first-letter {
text-transform: capitalize;
}
#header li { #header li {
background: url("../images/light/topnav_divider.png") no-repeat scroll right top transparent !important; background: url("../images/light/topnav_divider.png") no-repeat scroll right top transparent !important;
padding-right: 2px; padding-right: 2px;
...@@ -244,6 +242,7 @@ blockquote blockquote { ...@@ -244,6 +242,7 @@ blockquote blockquote {
margin: 0; margin: 0;
padding-right: 2px; padding-right: 2px;
list-style: none; list-style: none;
text-transform: capitalize;
} }
#header li a { #header li a {
...@@ -980,21 +979,20 @@ div.question-body p, div.answer-body p { ...@@ -980,21 +979,20 @@ div.question-body p, div.answer-body p {
}*/ }*/
.answered { .answered {
background-image: url(../images/light/answered.png); background: url(../images/light/answered.png) no-repeat center center transparent;
background-repeat: no-repeat;
color: black; color: black;
} }
.answered-accepted, .answer-votes.answered-accepted { .answered-accepted, .answer-votes.answered-accepted {
background-image: url(../images/light/answered-accepted.png); background: url(../images/light/answered-accepted.png) no-repeat center center transparent;
background-repeat: no-repeat;
color: white; color: white;
text-shadow: 0 1px 1px #999;
} }
.unanswered { .unanswered {
background: url(../images/light/unanswered.png); background: url(../images/light/unanswered.png) no-repeat center center transparent;
background-repeat: no-repeat;
color: white; color: white;
text-shadow: 0 1px 1px #999;
} }
.answer-summary .answered { .answer-summary .answered {
...@@ -2124,8 +2122,8 @@ div.dialog, .context-menu-dropdown { ...@@ -2124,8 +2122,8 @@ div.dialog, .context-menu-dropdown {
} }
div.dialog { div.dialog .dialog-wcwontent {
padding: 4px 12px; padding: 12px 12px 42px 12px;
z-index: 1000; z-index: 1000;
} }
...@@ -2133,26 +2131,27 @@ div.dialog .dialog-buttons { ...@@ -2133,26 +2131,27 @@ div.dialog .dialog-buttons {
margin: 0px; margin: 0px;
height: 25px; height: 25px;
text-align: center; text-align: center;
position: absolute;
bottom: 0px; bottom: 0px;
left: 0px; left: 0px;
width: 100%; width: 100%;
cursor: pointer;
} }
div.dialog a { div.dialog .dialog-buttons a {
color: #FFF; color: #333;
font-weight: bold;
} }
.dialog-yes, .dialog-no { .dialog-yes, .dialog-no {
border-radius: 3px; padding: 0px 5px;
margin: 0 3px 5px 3px;
-moz-border-radius: 3px; -moz-border-radius: 3px;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
background-color: #DD4818; background-color: #DD4818;
color: white; color: white;
line-height: 20px;
vertical-align: baseline;
font-weight: bold; font-weight: bold;
border: 0; border: 0;
margin-top: 5px;
} }
div.dialog.confirm, div.dialog.warning { div.dialog.confirm, div.dialog.warning {
...@@ -2190,12 +2189,6 @@ div.dialog.prompt .dialog-content select, div.dialog.prompt .dialog-content text ...@@ -2190,12 +2189,6 @@ div.dialog.prompt .dialog-content select, div.dialog.prompt .dialog-content text
vertical-align: top; vertical-align: top;
} }
.boxC .feed-icon {
margin-top: 3px;
margin-right: 4px;
margin-left: 0;
}
.feed-icon-big { .feed-icon-big {
width: 28px; width: 28px;
height: 28px; height: 28px;
......
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