Arrows placed relative to the div element
This commit is contained in:
parent
deb6293b0a
commit
7c817b80bd
@ -1783,29 +1783,37 @@ fieldset .disabled-field td {
|
||||
-webkit-box-sizing: border-box;
|
||||
}
|
||||
|
||||
#placeholder {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#placeholder .button {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#left_arrow {
|
||||
right:50px;
|
||||
top:100px;
|
||||
right:35px;
|
||||
top:40px;
|
||||
}
|
||||
|
||||
#right_arrow {
|
||||
right:20px;
|
||||
top:100px;
|
||||
right:5px;
|
||||
top:40px;
|
||||
}
|
||||
|
||||
#up_arrow {
|
||||
right:35px;
|
||||
top:85px;
|
||||
right:20px;
|
||||
top:25px;
|
||||
}
|
||||
|
||||
#down_arrow {
|
||||
right:35px;
|
||||
top:115px;
|
||||
right:20px;
|
||||
top:55px;
|
||||
}
|
||||
|
||||
#zoom_out {
|
||||
right:20px;
|
||||
top:65px;
|
||||
right:5px;
|
||||
top:5px;
|
||||
}
|
||||
|
||||
.gis_table td {
|
||||
|
||||
@ -2127,29 +2127,37 @@ fieldset .disabled-field td {
|
||||
margin: 0 6px;
|
||||
}
|
||||
|
||||
#placeholder {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#placeholder .button {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#left_arrow {
|
||||
right:65px;
|
||||
top:145px;
|
||||
right:35px;
|
||||
top:40px;
|
||||
}
|
||||
|
||||
#right_arrow {
|
||||
right:35px;
|
||||
top:145px;
|
||||
right:5px;
|
||||
top:40px;
|
||||
}
|
||||
|
||||
#up_arrow {
|
||||
right:50px;
|
||||
top:130px;
|
||||
right:20px;
|
||||
top:25px;
|
||||
}
|
||||
|
||||
#down_arrow {
|
||||
right:50px;
|
||||
top:160px;
|
||||
right:20px;
|
||||
top:55px;
|
||||
}
|
||||
|
||||
#zoom_out {
|
||||
right:35px;
|
||||
top:110px;
|
||||
right:5px;
|
||||
top:5px;
|
||||
}
|
||||
|
||||
.gis_table td {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user