mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-03 05:39:12 -04:00
css: fix Colibris timeslider
This commit is contained in:
parent
f3fcbf2653
commit
c79ad1e504
8 changed files with 97 additions and 54 deletions
|
@ -1,4 +1,75 @@
|
|||
@media (max-width: 600px) { html { overflow: hidden } }
|
||||
#timeslider-slider #ui-slider-handle {
|
||||
border-radius: 3px;
|
||||
width: 12px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
#editorcontainerbox {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
button {
|
||||
font-family: inherit;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#timeslider-slider #ui-slider-bar {
|
||||
border-radius: 3px;
|
||||
background-color: #e4e4e4;
|
||||
}
|
||||
#slider-btn-container {
|
||||
margin: 0 20px;
|
||||
margin-top: -15px;
|
||||
}
|
||||
#slider-btn-container #playpause_button_icon {
|
||||
color: white;
|
||||
margin-right: 5px;
|
||||
}
|
||||
#slider-btn-container .stepper {
|
||||
border: 2px solid;
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
margin-left: 5px;
|
||||
font-size: 13px;
|
||||
}
|
||||
#slider-btn-container .stepper.disabled {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.timeslider #editbar .buttontext {
|
||||
color: white;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#editbar {
|
||||
display: block;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
#editbar li > a {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#timeslider-slider #timer {
|
||||
opacity: .7;
|
||||
top: -12px;
|
||||
font-size: .8em;
|
||||
}
|
||||
|
||||
.timeslider #authorsList .author {
|
||||
padding: 2px 5px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.timeslider-title {
|
||||
font-size: 1.8rem !important;
|
||||
}
|
||||
.timeslider-subtitle {
|
||||
margin-top: 6px;
|
||||
font-size: .9em;
|
||||
}
|
||||
|
||||
/*@media (max-width: 600px) { html { overflow: hidden } }
|
||||
|
||||
@media (max-width: 1100px) {
|
||||
.timeslider #padeditor {
|
||||
|
@ -77,20 +148,7 @@
|
|||
|
||||
#timeslider #timeslider-slider { margin-left: 4px; }
|
||||
|
||||
#ui-slider-handle {
|
||||
z-index: 5;
|
||||
border-radius: 3px;
|
||||
height: 28px;
|
||||
top: 19px;
|
||||
}
|
||||
|
||||
#ui-slider-bar {
|
||||
height: 10px;
|
||||
margin-top: 28px;
|
||||
margin-right: 180px;
|
||||
border-radius: 3px;
|
||||
background-color: #e4e4e4;
|
||||
}
|
||||
|
||||
#timeslider .star {
|
||||
top: 25px;
|
||||
|
@ -100,10 +158,7 @@
|
|||
content: "\e836";
|
||||
}
|
||||
|
||||
.timeslider #editbar .buttontext {
|
||||
color: white;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.timeslider #editbar .grouped-right {
|
||||
margin: 0;
|
||||
border-radius: 3px;
|
||||
|
@ -137,7 +192,4 @@
|
|||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.timeslider #authorsList .author {
|
||||
padding: 2px 5px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue