From 0b552a51a761ef7151bf6624e8b4d937a2422e0a Mon Sep 17 00:00:00 2001 From: oleonard Date: Tue, 30 Nov 2004 21:48:26 +0000 Subject: [PATCH] Correcting errors and typos --- .../default/en/includes/common-style.css | 29 +++++++++---------- 1 file changed, 13 insertions(+), 16 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 ef9c989cef..fbdb7bd1a6 100644 --- a/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css +++ b/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css @@ -1,5 +1,5 @@ body { - font-family:arial,helvetica; + font-family:arial,helvetica,sans-serif; font-size:10pt; margin:0px; padding:0px; @@ -57,7 +57,6 @@ label { border-color: black; text-decoration: none; color: black; - border-radius: 6px; cursor:pointer; vertical-align:middle; -moz-border-radius: 6px; @@ -76,7 +75,7 @@ table { table.noborder { border:0px; border-collapse:collapse; - float:center; + margin : auto; } table.small { width:auto; @@ -96,7 +95,6 @@ th.noborder { background-image:none; font-weight:bold; text-align:center; - border:0px; border:1px solid #ad11ad; /* border-left:1px solid #ad11ad; */ padding:3px 0px 3px 0px; @@ -194,7 +192,7 @@ h3 { #bloc25 { float:left; - width=30%; + width:30%; border:1px solid #000000; margin:10px; padding:0px; @@ -202,20 +200,20 @@ h3 { #bloc100 { float:left; position:relative; - width=100%; + width:100%; border:1px solid #000000; margin:10px; } #resultnumber { - width=30%; + width:30%; margin-left:35%; - margin:right:35%; + margin-right:35%; } #resultlist { - width=70%; + width:70%; margin-left:5%; - margin:right:5%; + margin-right:5%; } a { @@ -228,7 +226,7 @@ a:hover { a.submenu { text-decoration: none; - cursor: hand; + cursor : pointer; color:#777777; background-color:#EEEEEE; font-weight: bold; @@ -236,7 +234,7 @@ a.submenu { } a.submenu:hover { text-decoration: none; - cursor: hand; + cursor:pointer; color:#777777; background-color:#EEEEEE; font-weight: bold; @@ -246,7 +244,7 @@ a.submenu:hover { a.submenu2 { text-decoration: none; - cursor: hand; + cursor:pointer; color:#777777; background-color:#CCCCCC; font-weight: bold; @@ -254,7 +252,7 @@ a.submenu2 { } a.submenu2:hover { text-decoration: none; - cursor: hand; + cursor:pointer; color:#777777; background-color:#CCCCCC; font-weight: bold; @@ -264,10 +262,9 @@ a.submenu2:hover { #menubar { border-top:1px solid #666666; - font: 125% sans-serif; + font: 125% bold sans-serif; background-color:#DDDDDD; padding-bottom:5px; - font-weight:bold; } #submenu { background-color:#EEEEEE; -- 2.39.5