Commit bc6db57c authored by Leo Iannacone's avatar Leo Iannacone

Style for status

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