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-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;
|
||||||
}
|
}
|
Loading…
Reference in a new issue