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