summaryrefslogtreecommitdiff
path: root/httemplate/elements/freeside-menu.css
diff options
context:
space:
mode:
authorivan <ivan>2010-03-26 07:52:08 +0000
committerivan <ivan>2010-03-26 07:52:08 +0000
commit3b82f8a7996e40a26d07f79fa2ecf1c7e3398b51 (patch)
tree540362ddb4bccb07411a8e30eb3f68017cb40d80 /httemplate/elements/freeside-menu.css
parent5ae792eee033ad374d318a9cb78d0203b9a80f1f (diff)
that'll do for now
Diffstat (limited to 'httemplate/elements/freeside-menu.css')
-rw-r--r--httemplate/elements/freeside-menu.css15
1 files changed, 9 insertions, 6 deletions
diff --git a/httemplate/elements/freeside-menu.css b/httemplate/elements/freeside-menu.css
index 58cb49b4d..9533f1950 100644
--- a/httemplate/elements/freeside-menu.css
+++ b/httemplate/elements/freeside-menu.css
@@ -3,9 +3,9 @@ input.fsblackbutton {
color: #333333;
border:1px solid #888888;
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px;
- border-radius: 8px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+ border-radius: 4px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight:bold;
@@ -28,9 +28,9 @@ input.fsblackbuttonselected {
color: #7e0079;
border:1px solid #7e0079;
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px;
- border-radius: 8px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+ border-radius: 4px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight:bold;
@@ -46,6 +46,9 @@ input.fsblackbuttonselected {
input.fstext {
border: 1px solid #666666;
padding: 1px;
+ -moz-border-radius: 2px;
+ -webkit-border-radius: 2px;
+ border-radius: 2px;
vertical-align:bottom;
text-align:right;