improve appearance of listings
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3890 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
643fe8db4d
commit
a39e444298
1 changed files with 6 additions and 2 deletions
|
@ -590,11 +590,11 @@ table.listingdescription {
|
|||
}
|
||||
|
||||
table.listingdescription th, table.listing th {
|
||||
background: #CCCCCC;
|
||||
background: #eee;
|
||||
border-top: 1px solid #CCCCCC;
|
||||
border-bottom: 1px solid #CCCCCC;
|
||||
border-right: 1px solid #CCCCCC;
|
||||
color: #808080;
|
||||
color: Black;
|
||||
font-weight: normal;
|
||||
padding: 0em 1em 0em 1em;
|
||||
white-space: nowrap;
|
||||
|
@ -628,6 +628,10 @@ table.listing td {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
table.listing td.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
table.listingdescription img, table.listing img {
|
||||
vertical-align: middle;
|
||||
|
|
Loading…
Add table
Reference in a new issue