mobile: fix colibris skin

This commit is contained in:
Sebastian Castro 2020-04-04 13:05:53 +02:00 committed by muxator
parent d3d8cca947
commit b5543d65be
8 changed files with 40 additions and 25 deletions

View file

@ -23,10 +23,6 @@
.popup input[type=text], #users input[type=text] {
outline: none;
}
.popup button {
padding: 5px;
font-size: 14px;
}
.popup a {
text-decoration: none
}
@ -70,4 +66,9 @@
border-bottom: none;
box-shadow: 0 -2px 4px #ddd;
}
.toolbar-popup, .hyperlink-dialog {
left: 0 !important; /* overide javascript positionning */
right: 0 !important;
}
}

View file

@ -138,7 +138,7 @@
content: "-";
}
.toolbar.full-icons .menu_left {
height: auto;
height: auto !important;
overflow: visible;
}