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;
}

View file

@ -14,7 +14,7 @@
flex: 1 auto;
}
.timeslider-title {
font-size: 1.5rem;
font-size: 1.8rem !important;
}
.timeslider-subtitle {
margin-top: 10px;
@ -27,9 +27,6 @@
border: none;
margin-left: 10px
}
.editbarright .buttontext {
padding: 2px 5px;
}
/* SLIDER */
@ -134,4 +131,7 @@
right: 10px;
top: 0;
}
.timeslider-title {
font-size: 1.5rem !important;
}
}