mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-11 23:38:40 +00:00
fix demoSetup
This commit is contained in:
parent
237bfd7559
commit
44d86fe783
20
image.scss
20
image.scss
|
|
@ -92,3 +92,23 @@ img {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.map-small .map, .olMapViewport {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
min-height: 250px;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
.olControlAttribution {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
background: #fff;
|
||||||
|
padding: 2px;
|
||||||
|
font-size: .8rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.olButton {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
}
|
||||||
368
styles.css
368
styles.css
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user