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:
parent
e5bbeace3d
commit
69e5454b80
1 changed files with 11 additions and 8 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue