From 4cbcfc0931d1fb18773d857bc47e7a6af0cdf839 Mon Sep 17 00:00:00 2001 From: oleonard Date: Sat, 11 Dec 2004 17:50:12 +0000 Subject: [PATCH] Added style for accesskey indicator, altered positioning to help Internet Explorer compatibility --- koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css b/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css index 7d6e74d8e8..4be87e9166 100644 --- a/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css +++ b/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css @@ -704,7 +704,6 @@ input.unfocus { margin-right : 2%; margin-top : 2%; padding : 10px; - position : relative; } #main-compact { @@ -771,10 +770,11 @@ input.unfocus { #nav { background-color : #CCCC99; - float : left; + position : absolute; + left : 1px; margin : 2% 0% 0% 1%; padding : 0px; - width : 15%; + width : 17%; } #nav .submit { @@ -1032,4 +1032,8 @@ div.data table th[scope=col] { div.data table col { background-color : #CCCCCC; +} + +.accesskey { + text-decoration : underline; } \ No newline at end of file -- 2.39.2