Revert "tweak postHeader css, etc"

This reverts commit 4e4a8e43ab.
This commit is contained in:
Andrew Dolgov 2012-11-01 19:09:28 +04:00
parent e4b972f40b
commit db23a8ee3e
1 changed files with 6 additions and 3 deletions

View File

@ -33,7 +33,10 @@ div.postReply div.postHeader {
border-width : 0px 0px 1px 0px; border-width : 0px 0px 1px 0px;
border-style : solid; border-style : solid;
border-color : #88b0f0; border-color : #88b0f0;
background : #f7faff; background-color : white;
background : url("images/toolbar.png");
background-position : bottom left;
background-repeat : repeat-x;
padding : 5px; padding : 5px;
color : #909090; color : #909090;
} }
@ -526,7 +529,7 @@ div#headlines-toolbar .dijitSelect {
div#headlines-toolbar span.r { div#headlines-toolbar span.r {
float: right; float: right;
position: relative; position: relative;
background : #f7faff; background : #ecf4ff;
border-left: 5px solid white; border-left: 5px solid white;
padding : 0 4px 0px 4px; padding : 0 4px 0px 4px;
text-align : right; text-align : right;
@ -569,7 +572,7 @@ div#headlines-toolbar span.r span.error {
} }
div#headlines-toolbar span.r a { div#headlines-toolbar span.r a {
color : #4684ff; color : gray;
} }
div#headlines-toolbar span.r a:hover { div#headlines-toolbar span.r a:hover {