mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
mobile: fix colibris skin
This commit is contained in:
parent
d3d8cca947
commit
b5543d65be
8 changed files with 40 additions and 25 deletions
|
@ -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;
|
||||
}
|
||||
}
|
|
@ -138,7 +138,7 @@
|
|||
content: "-";
|
||||
}
|
||||
.toolbar.full-icons .menu_left {
|
||||
height: auto;
|
||||
height: auto !important;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue