mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01: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] {
|
.popup input[type=text], #users input[type=text] {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
.popup button {
|
|
||||||
padding: 5px;
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
.popup a {
|
.popup a {
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
}
|
}
|
||||||
|
@ -70,4 +66,9 @@
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
box-shadow: 0 -2px 4px #ddd;
|
box-shadow: 0 -2px 4px #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toolbar-popup, .hyperlink-dialog {
|
||||||
|
left: 0 !important; /* overide javascript positionning */
|
||||||
|
right: 0 !important;
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -138,7 +138,7 @@
|
||||||
content: "-";
|
content: "-";
|
||||||
}
|
}
|
||||||
.toolbar.full-icons .menu_left {
|
.toolbar.full-icons .menu_left {
|
||||||
height: auto;
|
height: auto !important;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
flex: 1 auto;
|
flex: 1 auto;
|
||||||
}
|
}
|
||||||
.timeslider-title {
|
.timeslider-title {
|
||||||
font-size: 1.5rem;
|
font-size: 1.8rem !important;
|
||||||
}
|
}
|
||||||
.timeslider-subtitle {
|
.timeslider-subtitle {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
@ -27,9 +27,6 @@
|
||||||
border: none;
|
border: none;
|
||||||
margin-left: 10px
|
margin-left: 10px
|
||||||
}
|
}
|
||||||
.editbarright .buttontext {
|
|
||||||
padding: 2px 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* SLIDER */
|
/* SLIDER */
|
||||||
|
@ -134,4 +131,7 @@
|
||||||
right: 10px;
|
right: 10px;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
.timeslider-title {
|
||||||
|
font-size: 1.5rem !important;
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -73,7 +73,8 @@ h1,
|
||||||
.yui-skin-sam .yui-panel .hd,
|
.yui-skin-sam .yui-panel .hd,
|
||||||
p[data-l10n-id="ep_comments_page.comment"],
|
p[data-l10n-id="ep_comments_page.comment"],
|
||||||
.comment-reply-input-label span,
|
.comment-reply-input-label span,
|
||||||
#slider-btn-container .stepper, #importmessageabiword, #importmessageabiword > a
|
#slider-btn-container .stepper, #importmessageabiword, #importmessageabiword > a,
|
||||||
|
.toolbar .show-more-icon-btn
|
||||||
{ color: #64d29b; }
|
{ color: #64d29b; }
|
||||||
#timeslider-slider #ui-slider-handle, #playpause_button_icon, .gritter-item:not(.error) {
|
#timeslider-slider #ui-slider-handle, #playpause_button_icon, .gritter-item:not(.error) {
|
||||||
background-color: #64d29b;
|
background-color: #64d29b;
|
||||||
|
|
|
@ -11,3 +11,9 @@
|
||||||
.gritter-item .gritter-close .buttonicon {
|
.gritter-item .gritter-close .buttonicon {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 720px) {
|
||||||
|
.gritter-item {
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
|
@ -32,6 +32,8 @@
|
||||||
|
|
||||||
@media (max-width: 720px) {
|
@media (max-width: 720px) {
|
||||||
.popup {
|
.popup {
|
||||||
top: auto;
|
right: 0;
|
||||||
|
border-radius: 0 !important;
|
||||||
|
border: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbar ul.menu_left {
|
.toolbar ul.menu_left {
|
||||||
padding-left: 8px;
|
padding-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.toolbar ul li {
|
||||||
|
margin: 5px 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbar .buttonicon {
|
.toolbar .buttonicon {
|
||||||
|
@ -25,10 +29,6 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbar ul li {
|
|
||||||
margin: 5px 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.toolbar ul li.separator:after {
|
.toolbar ul li.separator:after {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -85,6 +85,16 @@
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toolbar.cropped .menu_left {
|
||||||
|
height: 35px;
|
||||||
|
}
|
||||||
|
.toolbar .show-more-icon-btn {
|
||||||
|
height: 35px;
|
||||||
|
width: 35px;
|
||||||
|
line-height: 35px;
|
||||||
|
font-size: 1.8rem;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 1000px) {
|
@media (max-width: 1000px) {
|
||||||
.toolbar ul li.separator {
|
.toolbar ul li.separator {
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
|
@ -98,16 +108,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 720px) {
|
@media (max-width: 720px) {
|
||||||
.toolbar ul {
|
|
||||||
height: 37px;
|
.toolbar .menu_right {
|
||||||
box-sizing: border-box;
|
|
||||||
background: none;
|
|
||||||
background-color: transparent;
|
|
||||||
overflow-x: visible;
|
|
||||||
}
|
|
||||||
.toolbar ul.menu_right {
|
|
||||||
border-top: 1px solid #d2d2d2;
|
border-top: 1px solid #d2d2d2;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbar ul li a:hover { background-color: transparent; }
|
.toolbar ul li a:hover { background-color: transparent; }
|
||||||
|
|
|
@ -26,7 +26,7 @@ button {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
#slider-btn-container .stepper {
|
#slider-btn-container .stepper {
|
||||||
border: 2px solid;
|
border: 2px solid !important;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
width: 25px;
|
width: 25px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
|
Loading…
Reference in a new issue