inital commit
This commit is contained in:
@@ -0,0 +1,87 @@
|
||||
/* map styles */
|
||||
.item-map-box {
|
||||
width: 100%;
|
||||
height: 350px;
|
||||
position: relative;
|
||||
border: 2px dashed #015688;
|
||||
}
|
||||
|
||||
#edit_map {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.map-coordinates-box {
|
||||
background: #193e5ab8;
|
||||
position: absolute;
|
||||
bottom: 5px;
|
||||
z-index: 500;
|
||||
left: 5px;
|
||||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
font-weight: 400;
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
.manually-coordinate-input {
|
||||
font-size: 13px;
|
||||
letter-spacing: 1px;
|
||||
direction: ltr;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.map-coordinates-box label {
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
|
||||
/* map styles */
|
||||
.modal_image_box_title {
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.modal_image_box {
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.modal_image_box img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
#filter_box {
|
||||
display: none;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
background-color: #fff;
|
||||
z-index: 5000;
|
||||
width: 470px;
|
||||
box-shadow: 0 0 8px 2px rgb(0 0 0 / 26%);
|
||||
border-radius: 2px;
|
||||
padding: 12px;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#filter_box .form-group {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
#filter_box label {
|
||||
font-size: 12px;
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
div.dataTables_wrapper {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#operation_cartable {
|
||||
min-height: 120px;
|
||||
}
|
||||
Reference in New Issue
Block a user