Added style for accesskey indicator, altered positioning to help Internet Explorer compatibility

This commit is contained in:
oleonard 2004-12-11 17:50:12 +00:00
parent b15fe35e33
commit 4cbcfc0931

View file

@ -704,7 +704,6 @@ input.unfocus {
margin-right : 2%; margin-right : 2%;
margin-top : 2%; margin-top : 2%;
padding : 10px; padding : 10px;
position : relative;
} }
#main-compact { #main-compact {
@ -771,10 +770,11 @@ input.unfocus {
#nav { #nav {
background-color : #CCCC99; background-color : #CCCC99;
float : left; position : absolute;
left : 1px;
margin : 2% 0% 0% 1%; margin : 2% 0% 0% 1%;
padding : 0px; padding : 0px;
width : 15%; width : 17%;
} }
#nav .submit { #nav .submit {
@ -1032,4 +1032,8 @@ div.data table th[scope=col] {
div.data table col { div.data table col {
background-color : #CCCCCC; background-color : #CCCCCC;
}
.accesskey {
text-decoration : underline;
} }