mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 02:46:15 -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue