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

Still improvementes - Fixed capitalized header

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