colibris: minor improvements

This commit is contained in:
Sebastian Castro 2018-11-08 21:56:27 +01:00
parent 8881a2a61f
commit af641c3b3d
3 changed files with 3 additions and 14 deletions

View file

@ -60,12 +60,8 @@
}
#chatinput {
border: 1px solid #d2d2d2;
width: calc(100% - 20px);
float: right;
height: 18px;
border-radius: 3px;
padding: 8px 10px;
float: right;
}
#chatbox.stickyChat {

View file

@ -6,13 +6,6 @@ li.acl-write.font-color-icon.ep_font_color {
display: list-item !important;
}
h3 .color\:black,
[data-color=black] {
color: #656f71;
}
.color\:red,
[data-color=red] {
color: #F44336;

View file

@ -10,8 +10,8 @@
#edit_title:before {
font-family: fontawesome-etherpad;
position: absolute;
top: 19px;
font-size: 16px;
top: 20px;
font-size: 14px;
content: "\E839";
margin-left: 10px;
}