very little fix : adding border-radius => now text buttons have a nice round corner, almost exactly like with the images button.

I LOVE this stylesheet ! (thanks mike for adding it :-) )
This commit is contained in:
tipaul 2003-04-29 08:05:04 +00:00
parent e5bbeace3d
commit 69e5454b80

View file

@ -1,12 +1,15 @@
.button {
text-align: center;
font: 1.2em sans-serif;
padding: 10px 15px;
border-style: solid;
border-width: 3px;
text-align: center;
font: 1.2em sans-serif;
padding: 10px 15px;
border-style: solid;
border-width: 2px;
border-color: black;
text-decoration: none;
color: black;
background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
text-decoration: none;
color: black;
border-radius: 6px;
-moz-border-radius: 6px;
background-color:#FFFFFF;
background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
}