loleaflet mobile: Insert image: Make all items visible.
Change-Id: If479adf4a3b106676f9174669e3f7141bb23964d Reviewed-on: https://gerrit.libreoffice.org/c/online/+/100613 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Henry Castro <hcastro@collabora.com>
This commit is contained in:
parent
8d3209dd1e
commit
5de37de1c7
1 changed files with 12 additions and 6 deletions
|
@ -792,21 +792,27 @@ button.leaflet-control-search-next
|
|||
.insertshape-grid {
|
||||
box-sizing: border-box;
|
||||
background: rgba(255, 255, 255, 0.5);
|
||||
position: relative;
|
||||
position: static;
|
||||
padding: 2px;
|
||||
display: inline-block;
|
||||
display: block;
|
||||
min-width: 350px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.insertshape-grid .row {
|
||||
height: 30px;
|
||||
height: auto;
|
||||
position: static;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.insertshape-grid .row:last-child {
|
||||
box-sizing: content-box;
|
||||
margin-bottom: 43px;
|
||||
}
|
||||
|
||||
.insertshape-grid .col {
|
||||
height: 100%;
|
||||
float: left;
|
||||
height: 30px;
|
||||
padding: 2px;
|
||||
width: 30px;
|
||||
border: 1px solid transparent;
|
||||
|
|
Loading…
Reference in a new issue