further style updates

master
Andrew Dolgov 11 years ago
parent 4e2f219c16
commit ea55c93c01

@ -22,11 +22,13 @@ div.postReply {
} }
div.postReply div.postHeader { div.postReply div.postHeader {
background : white;
box-shadow : 0px 1px 1px 0px rgba(0,0,0,0.1);
padding : 5px; padding : 5px;
margin-right : 4px;
color : #909090; color : #909090;
background : #fafafa; background : #fafafa;
border-width : 1px;
border-color : #eee;
border-style : solid;
} }
div.postReply div.postTitle { div.postReply div.postTitle {
@ -350,7 +352,8 @@ div.prefHelp {
#main-toolbar #selected_prompt { #main-toolbar #selected_prompt {
font-style : italic; font-style : italic;
text-align : center; text-align : right;
margin-right : 4px;
} }
span.contentPreview { span.contentPreview {
@ -790,13 +793,16 @@ div.fatalError textarea {
border-width : 0px; border-width : 0px;
white-space: nowrap; white-space: nowrap;
font-size : 12px; font-size : 12px;
/* box-shadow : 0px 0px 2px rgba(0,0,0,0.1); */
} }
#main-toolbar { #main-toolbar {
background : white; background : #fafafa;
border-width : 0px; border-width : 0px 0px 1px 1px;
padding-left : 0px; border-color : #eee;
border-style : solid;
padding-left : 4px;
height : 26px;
} }
#header { #header {
@ -1219,4 +1225,3 @@ div.enclosure_title {
} }

Loading…
Cancel
Save