Added styling for dismiss button

svn path=/branches/design/; revision=18291
This commit is contained in:
ato
2010-11-12 23:36:22 +00:00
parent 50b57a8d5c
commit d5366a0d60

View File

@@ -1065,4 +1065,17 @@ table.noborders th {
#service-notice h1 {
font-size: 120%;
margin-top: 0;
font-weight: bold;
}
#service-notice .close {
background-color: rgb(214,234,245);
border: 2px solid rgb(32,45,121);
color: rgb(32,45,121);
padding: .5em;
font-size: 110%;
font-weight: normal;
float: right;
cursor: pointer;
display: block;
}