provide a CSS class for pseudo buttons
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1779 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
e78ecc2a3f
commit
52bda38852
1 changed files with 14 additions and 0 deletions
|
@ -76,6 +76,20 @@ table.listing th {
|
|||
border-bottom-width: 2px;
|
||||
}
|
||||
|
||||
.button {
|
||||
margin: 1em 0 1em 0;
|
||||
}
|
||||
|
||||
.button a {
|
||||
padding: 2px 4px 2px 4px;
|
||||
background-color: #e8e8e8;
|
||||
text-decoration: None;
|
||||
color: Black;
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
border-color: #f4f4f4 #989898 #989898 #f4f4f4;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue