css: fix default skin after all the changes made to Colibris

This commit is contained in:
Sebastian Castro 2020-04-09 08:40:49 +02:00 committed by muxator
parent 7fb086edbe
commit 21de2bf4a0
7 changed files with 13 additions and 8 deletions

View file

@ -98,7 +98,7 @@ body.doesWrap:not(.noprewrap) > div {
#sidediv:not(.sidedivdelayed) { /* before sidediv get initialized, hide text */ #sidediv:not(.sidedivdelayed) { /* before sidediv get initialized, hide text */
color: transparent; color: transparent;
} }
.sidedivhidden { #sidediv.sidedivhidden {
/* Do not use display: none to hide the sidediv, otherwise the parent container does not /* Do not use display: none to hide the sidediv, otherwise the parent container does not
get its height properly calculated by flexboxes */ get its height properly calculated by flexboxes */
visibility: hidden; visibility: hidden;

View file

@ -24,12 +24,13 @@ html,
} }
select { select {
padding: 2px; padding: 3px;
border-radius: 3px; border-radius: 3px;
border: 1px solid #ccc; border: 1px solid #ccc;
outline: none; outline: none;
width: 120px; width: 120px;
cursor: pointer; cursor: pointer;
background-color: white;
} }
.clear { .clear {

View file

@ -66,6 +66,7 @@
#titlebar #titlelabel { #titlebar #titlelabel {
margin: 4px 0 0 4px; margin: 4px 0 0 4px;
display: inline; display: inline;
font-size: 1.4rem;
} }
#titlebar .stick-to-screen-btn, #titlebar .stick-to-screen-btn,
#titlebar .hide-reduce-btn { #titlebar .hide-reduce-btn {

View file

@ -19,8 +19,6 @@
right: 30px; right: 30px;
visibility: hidden; visibility: hidden;
z-index: 500; z-index: 500;
min-width: 300px;
max-width: 600px;
} }
#mycolorpicker { #mycolorpicker {
top: 0; top: 0;
@ -35,6 +33,8 @@
border: 1px solid #ccc; border: 1px solid #ccc;
box-shadow: 0 2px 4px #ddd; box-shadow: 0 2px 4px #ddd;
background: #f7f7f7; background: #f7f7f7;
min-width: 300px;
max-width: 600px;
} }
.popup input[type=text] { .popup input[type=text] {
width: 100%; width: 100%;

View file

@ -1,6 +1,7 @@
.toolbar { .toolbar {
display: none; display: none;
background-color: #f4f4f4; background-color: #f4f4f4;
color: #666;
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
overflow: hidden; overflow: hidden;
justify-content: space-between; justify-content: space-between;
@ -38,7 +39,6 @@
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 3px; border-radius: 3px;
background: #fff; background: #fff;
color: #ccc;
cursor: pointer; cursor: pointer;
overflow: hidden; overflow: hidden;
text-decoration: none; text-decoration: none;

View file

@ -51,8 +51,8 @@
#timeslider-slider #timer { #timeslider-slider #timer {
position: absolute; position: absolute;
top: 0; top: -10px;
right: 0; right: -10px;
} }
#timeslider-slider #ui-slider-bar { #timeslider-slider #ui-slider-bar {
@ -121,11 +121,14 @@
} }
#outerdocbody { #outerdocbody {
display: block; display: block;
width: 100%;
} }
#innerdocbody { #innerdocbody {
white-space: normal; white-space: normal;
word-break: break-word; word-break: break-word;
width: 100%;
height: 100%;
} }
@media (max-width: 720px) { @media (max-width: 720px) {

View file

@ -32,7 +32,7 @@
font-weight: bold; font-weight: bold;
} }
#titlelabel { font-size: 16px; } #titlebar #titlelabel { font-size: 16px; }
#chatlabel { margin-right: 15px; } #chatlabel { margin-right: 15px; }
#chattext { #chattext {