Commit 69cb9fb0 authored by Leo Iannacone's avatar Leo Iannacone

Still improvementes - Fixed capitalized header

parent b106c2eb
...@@ -44,10 +44,8 @@ label { ...@@ -44,10 +44,8 @@ label {
} }
hr { hr {
border-color: #CCCCCE -moz-use-text-color -moz-use-text-color; border-style: dashed none none none;
border-right: medium none; color: #CCC;
border-style: dashed none none;
border-width: 1px medium medium;
} }
input, select { input, select {
...@@ -235,6 +233,10 @@ blockquote blockquote { ...@@ -235,6 +233,10 @@ 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;
...@@ -242,7 +244,6 @@ blockquote blockquote { ...@@ -242,7 +244,6 @@ 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 {
...@@ -897,6 +898,10 @@ a.medal { ...@@ -897,6 +898,10 @@ a.medal {
margin: 0.4em 0 0.8em; margin: 0.4em 0 0.8em;
} }
.headNormal h1 {
margin-bottom: 0.4em;
}
.questions-related { .questions-related {
font-weight: 700; font-weight: 700;
/*word-wrap: break-word;*/ /*word-wrap: break-word;*/
...@@ -921,6 +926,11 @@ a.medal { ...@@ -921,6 +926,11 @@ a.medal {
.vote-buttons { .vote-buttons {
float: left; float: left;
text-align: center; text-align: center;
margin: 2px 10px 0 5px;
}
.vote-buttons > * {
margin-bottom: 8px;
} }
span.form-error { span.form-error {
...@@ -964,10 +974,10 @@ div.question-body p, div.answer-body p { ...@@ -964,10 +974,10 @@ div.question-body p, div.answer-body p {
background: none repeat scroll 0 0 #E9E9FF; background: none repeat scroll 0 0 #E9E9FF;
} }
.accepted-answer { /*.accepted-answer {
background-color: #EBFFE6; background-color: #EBFFE6;
border-bottom-color: #9BD59B; border-bottom-color: #9BD59B;
} }*/
.answered { .answered {
background-image: url(../images/light/answered.png); background-image: url(../images/light/answered.png);
...@@ -1257,6 +1267,7 @@ ins { ...@@ -1257,6 +1267,7 @@ ins {
.user-info-table { .user-info-table {
margin-bottom: 10px; margin-bottom: 10px;
width: 100%;
} }
.relativetime { .relativetime {
...@@ -2049,10 +2060,6 @@ div.comment-tools a:hover { ...@@ -2049,10 +2060,6 @@ div.comment-tools a:hover {
div.dialog, .context-menu-dropdown { div.dialog, .context-menu-dropdown {
position: absolute; position: absolute;
background-color: #EEEEEE; background-color: #EEEEEE;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 2px 2px 5px #DD4818;
-webkit-box-shadow: 2px 2px 5px #DD4818;
} }
.context-menu-dropdown { .context-menu-dropdown {
...@@ -2100,26 +2107,25 @@ div.dialog, .context-menu-dropdown { ...@@ -2100,26 +2107,25 @@ div.dialog, .context-menu-dropdown {
} }
.context-menu-dropdown { div.dialog, .context-menu-dropdown {
color: white; color: white;
display: inline-block;
font-size: 11px; font-size: 11px;
outline: none; outline: none;
cursor: pointer; cursor: pointer;
text-align: center; text-align: center;
text-decoration: none; text-decoration: none;
padding: 1px 3px 3px 3px; padding: 1px 3px 3px 3px;
text-shadow: 0 1px 1px #BBB;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
border: 2px solid #969696; border: 2px solid #969696;
background: #ADA69F url('../images/menu-dropdown.png') repeat-x left bottom; background: #ADA69F url('../images/menu-dropdown.png') repeat-x left bottom;
text-shadow: 0 1px 0 #777;
} }
div.dialog .dialog-wcwontent { div.dialog {
padding: 12px 12px 42px 12px; padding: 4px 12px;
z-index: 1000; z-index: 1000;
} }
...@@ -2127,23 +2133,26 @@ div.dialog .dialog-buttons { ...@@ -2127,23 +2133,26 @@ 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 {
color: #FFF;
font-weight: bold;
} }
.dialog-yes, .dialog-no { .dialog-yes, .dialog-no {
padding: 0px 5px; border-radius: 3px;
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 {
...@@ -2181,6 +2190,12 @@ div.dialog.prompt .dialog-content select, div.dialog.prompt .dialog-content text ...@@ -2181,6 +2190,12 @@ 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