colibris: minor improvements

This commit is contained in:
Sebastian Castro 2018-11-08 21:56:29 +01:00
parent e8c229cc65
commit 413f46b085
4 changed files with 13 additions and 4 deletions

View file

@ -85,7 +85,9 @@ body,
.toolbar ul li select, .toolbar ul li select,
button, input, select, textarea, button, input, select, textarea,
td[name=tData], td[name=tData],
#comments, #newComments #comments, #newComments,
#sidediv,
#comments .sidebar-comment
{ font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; } { font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; }
/* PRIMARY FONT */ /* PRIMARY FONT */

View file

@ -1,7 +1,6 @@
#sidediv { #sidediv {
background-color: transparent; background-color: transparent;
border: none; border: none;
font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
display: block; display: block;
} }

View file

@ -18,10 +18,19 @@
visibility: visible; visibility: visible;
width: 1px; width: 1px;
margin: 0 10px; margin: 0 10px;
margin-right: 6px;
height: 39px; height: 39px;
background-color: rgba(78, 85, 92, 0.22); background-color: rgba(78, 85, 92, 0.22);
} }
.toolbar.condensed ul li {
margin-left: 0;
}
.toolbar.condensed ul li.separator {
margin: 0 5px;
}
.toolbar ul li a { .toolbar ul li a {
background-color: transparent; background-color: transparent;
background: none; background: none;

View file

@ -80,7 +80,7 @@ p[data-l10n-id="ep_comments_page.comment"] {
border: 2px solid rgba(33, 150, 243, 0.51); border: 2px solid rgba(33, 150, 243, 0.51);
} }
.comment-changeTo-approve input[type=submit] { width: 100%; } .comment-changeTo-approve input[type=submit] { width: 100%; font-size: 12px;}
.reply-comment-suggest-from-p, .reply-comment-suggest-from-p,
.comment-changeFrom-value, .comment-changeFrom-value,
@ -116,7 +116,6 @@ textarea.comment-suggest-to {
#comments .sidebar-comment { #comments .sidebar-comment {
background-color: transparent; background-color: transparent;
font-size: 13px; font-size: 13px;
font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
border: none; border: none;
box-shadow: none; box-shadow: none;
} }