colibris: minor improvements
This commit is contained in:
parent
e8c229cc65
commit
413f46b085
4 changed files with 13 additions and 4 deletions
|
@ -85,7 +85,9 @@ body,
|
|||
.toolbar ul li select,
|
||||
button, input, select, textarea,
|
||||
td[name=tData],
|
||||
#comments, #newComments
|
||||
#comments, #newComments,
|
||||
#sidediv,
|
||||
#comments .sidebar-comment
|
||||
{ font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; }
|
||||
|
||||
/* PRIMARY FONT */
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#sidediv {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
|
@ -18,10 +18,19 @@
|
|||
visibility: visible;
|
||||
width: 1px;
|
||||
margin: 0 10px;
|
||||
margin-right: 6px;
|
||||
height: 39px;
|
||||
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 {
|
||||
background-color: transparent;
|
||||
background: none;
|
||||
|
|
|
@ -80,7 +80,7 @@ p[data-l10n-id="ep_comments_page.comment"] {
|
|||
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,
|
||||
.comment-changeFrom-value,
|
||||
|
@ -116,7 +116,6 @@ textarea.comment-suggest-to {
|
|||
#comments .sidebar-comment {
|
||||
background-color: transparent;
|
||||
font-size: 13px;
|
||||
font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue