From 69e5454b8084e5c723671f218dd52e7a2a1cd5df Mon Sep 17 00:00:00 2001 From: tipaul Date: Tue, 29 Apr 2003 08:05:04 +0000 Subject: [PATCH] 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 :-) ) --- .../default/en/includes/common-style.css | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css b/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css index 9bb2477286..1e37fe77c8 100644 --- a/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css +++ b/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css @@ -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"); } -- 2.39.2