fixed help position
This commit is contained in:
parent
b343af8dfe
commit
c60f596816
|
@ -210,12 +210,6 @@ input[type="radio"] {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:hover #help {
|
||||
top: 5px;
|
||||
width: 100%;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#next {
|
||||
text-align: center;
|
||||
width: 45%;
|
||||
|
@ -256,6 +250,12 @@ a:hover #help {
|
|||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
a:hover #help {
|
||||
top: 5px;
|
||||
width: 100%;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.a {
|
||||
padding: 15px;
|
||||
font-size: small;
|
||||
|
|
Loading…
Reference in New Issue