[Patches] [PATCH] Bug 7388 [enh] - round the corners on the side menus in the

koha-patchbot at kohaaloha.com koha-patchbot at kohaaloha.com
Fri Dec 30 19:40:02 NZDT 2011


From: Liz Rea <wizzyrea at gmail.com>
Date: Fri, 30 Dec 2011 00:36:08 -0600
Subject: [PATCH] Bug 7388 [enh] - round the corners on the side menus in the
 staff client
Content-Type: text/plain; charset="utf-8"

To test:
apply patch
check menus on circulation and bib detail page - corners on the menus to the left should be rounded.
---
 .../intranet-tmpl/prog/en/css/staff-global.css     |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
index 9eb7fa2..4c3da8c 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
@@ -1333,6 +1333,10 @@ div#menu li a {
 	background: -ms-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
 	background: linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */
+	-moz-border-top-left-radius: 5px;
+	border-top-left-radius: 5px;
+	-moz-border-bottom-left-radius: 5px;
+	border-bottom-left-radius: 5px;
 	border: 1px solid #000;
 	font-size: 111%;
 	margin: .5em 0;
-- 
1.7.5.4


More information about the Patches mailing list