Skip to content

Commit

Permalink
background fixed for discussions
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatov committed Aug 15, 2011
1 parent 716b59c commit 85aba72
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions src/main/webapp/cotemplate.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,22 +90,29 @@ background-color: #E5E5E5;
}

#discussions_header {
color: black;
padding: 4px;
background-color: #E5E5E5;
background-image: url('lib/signaturebg2.gif');
background-color: #D7D7D7;
min-height: 18px;
background-repeat: repeat-x;
padding: 8px;
font-size: 12pt;
font-weight: bold;
color: black;
text-shadow: white 0 1px 0;
cursor: pointer;
border-top: #B4B4B4 solid 1px;
}

#discussions_wrapper {
display: none;
}

.header {
color: black;
background-image: url('lib/signaturebg2.gif');
background-color: #D7D7D7;
border-top: #B4B4B4 solid 1px;
min-height: 18px;
background-repeat: repeat-x;
padding: 4px 4px 4px 3em;
background-color: #E5E5E5;
cursor: pointer;
}

Expand All @@ -115,6 +122,8 @@ background-color: #E5E5E5;
}

.category h3 {
color: black;
text-shadow: white 0 1px 0;
font-size: 10pt;
font-weight: bold;
display: inline;
Expand Down

0 comments on commit 85aba72

Please sign in to comment.