ImageGrid/ui (gen1)/markers.css
Alex A. Naanou 1487b4c5d4 split the gen1 and gen3 ui...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2013-05-28 15:22:05 +04:00

22 lines
287 B
CSS
Executable File

.h-marker {
position: absolute;
border-top: solid blue 1px;
height: 0px;
width: 100%;
top: 50%;
left: 0px;
display: none;
}
.v-marker {
position: absolute;
border-left: solid blue 1px;
height: 100%;
width: 0px;
top: 0px;
left: 50%;
display: none;
}