Added style for accesskey indicator, altered positioning to help Internet Explorer compatibility
This commit is contained in:
parent
b15fe35e33
commit
4cbcfc0931
1 changed files with 7 additions and 3 deletions
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue