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:
helmutm 2007-06-07 19:37:44 +00:00
parent e78ecc2a3f
commit 52bda38852

View file

@ -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;
}