Added style for accesskey indicator, altered positioning to help Internet Explorer...
authoroleonard <oleonard>
Sat, 11 Dec 2004 17:50:12 +0000 (17:50 +0000)
committeroleonard <oleonard>
Sat, 11 Dec 2004 17:50:12 +0000 (17:50 +0000)
koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css

index 7d6e74d..4be87e9 100644 (file)
@@ -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