fix colibris skin after refactor

This commit is contained in:
Sebastian Castro 2020-03-31 19:27:04 +02:00 committed by muxator
parent a482a94fb8
commit e041099d1b
15 changed files with 91 additions and 246 deletions

View file

@ -46,6 +46,7 @@
#titlebar .stick-to-screen-btn,
#titlebar .hide-reduce-btn {
font-size: 25px;
color: inherit;
float: right;
text-align: right;
text-decoration: none;

View file

@ -94,14 +94,9 @@ input#myusernameedit:not(.editable) {
#mycolorpicker {
display: none;
width: 232px;
height: 265px;
position: absolute;
right: calc(100% + 15px);
top: 0;
z-index: 101;
padding-left: 10px;
padding-top: 10px;
}
#mycolorpickersave {
left: 10px;

View file

@ -3,7 +3,9 @@
p.pblort {
height: 100px;
}
.timeslider-bar #editbar {
display: block;
}
#editorcontainerbox {
overflow: auto;
top: 40px;