replace some spaces with tabs to save bytes

This commit is contained in:
Azareal 2020-04-09 18:59:41 +10:00
parent f6c5109fc7
commit 64edf18e73
3 changed files with 46 additions and 46 deletions

View File

@ -105,21 +105,21 @@ li {
}
#menu_forums a:before {
content: "\f03a";
margin-right: 6px;
content: "\f03a";
margin-right: 6px;
}
.menu_topics a:before {
margin-right: 4px;
content: "\f27b";
position: relative;
top: -2px;
margin-right: 4px;
content: "\f27b";
position: relative;
top: -2px;
}
.menu_alerts {
color: var(--primary-link-color);
display: flex;
}
.alert_bell:before {
content: "\f01c";
content: "\f01c";
}
.menu_alerts:not(.has_alerts) .alert_counter {
display: none;
@ -141,23 +141,23 @@ li {
}
.menu_account a:before {
content: "\f2c3";
margin-right: 6px;
content: "\f2c3";
margin-right: 6px;
}
.menu_profile a:before {
content: "\f2c0";
margin-right: 5px;
position: relative;
top: -1px;
font-size: 14px;
content: "\f2c0";
margin-right: 5px;
position: relative;
top: -1px;
font-size: 14px;
}
.menu_panel a:before {
margin-right: 6px;
content: "\f108";
margin-right: 6px;
content: "\f108";
}
.menu_logout a:before {
content: "\f08b";
margin-right: 3px;
content: "\f08b";
margin-right: 3px;
}
#main_menu {
@ -203,7 +203,7 @@ li {
margin-right: 12px;
}
.alertItem.withAvatar:not(:first-child) {
padding-top: 0px;
padding-top: 0px;
}
.rowblock, .rowitem, .colstack_head, .colstack_item {
@ -402,7 +402,7 @@ h1, h2, h3, h4, h5 {
padding-left: 11px;
height: 20px;
color: var(--light-text-color);
margin-right: 9px;
margin-right: 9px;
}
.topic_list_title_block .pre_opt:before {
content: "{{lang "topics_click_topics_to_select" . }}";
@ -710,8 +710,8 @@ textarea {
}
.rowlist .rowitem, .topic_left, .topic_right {
margin-bottom: 8px;
padding: 4px;
margin-bottom: 8px;
padding: 4px;
display: flex;
border: 1px solid var(--element-border-color);
border-bottom: 2px solid var(--element-border-color);
@ -759,10 +759,10 @@ textarea {
}
.bgavatars .bgsub {
border-radius: 30px;
height: 48px;
width: 48px;
margin-top: 8px;
margin-left: 4px;
height: 48px;
width: 48px;
margin-top: 8px;
margin-left: 4px;
}
.rowlist.bgavatars .bgsub {
height: 80px;
@ -830,7 +830,7 @@ textarea {
.topic_inner_right {
margin-left: 15%;
margin-right: auto;
font-size: 17px;
font-size: 17px;
}
.rowsmall {
@ -1309,7 +1309,7 @@ red {
#profile_left_pane .avatar {
border-radius: 80px;
height: 100px;
width: 100px;
width: 100px;
}
#profile_left_pane .nameRow {
display: flex;
@ -1594,7 +1594,7 @@ red {
}
#poweredByName {
font-size: 17px;
margin: 4px;
margin: 4px;
}
#aboutDesc {
margin-left: 8px;

View File

@ -634,20 +634,20 @@ input, select, textarea {
display: none;
}
#poweredByHolder {
background-color: var(--main-block-color);
padding: 10px;
font-size: 14px;
padding-left: 13px;
padding-right: 13px;
background-color: var(--main-block-color);
padding: 10px;
font-size: 14px;
padding-left: 13px;
padding-right: 13px;
clear: left;
height: 25px;
height: 25px;
}
#poweredByHolder select {
background-color: var(--input-background-color);
border: 1px solid var(--input-border-color);
color: var(--input-text-color);
font-size: 13px;
padding: 4px;
background-color: var(--input-background-color);
border: 1px solid var(--input-border-color);
color: var(--input-text-color);
font-size: 13px;
padding: 4px;
}
#poweredBy {
float: left;
@ -688,8 +688,8 @@ input[type=checkbox] + label.poll_option_label {
height: 14px;
margin-right: 3px;
background-color: var(--bright-input-background-color);
border: 1px solid var(--bright-input-border-color);
color: var(--bright-input-text-color);
border: 1px solid var(--bright-input-border-color);
color: var(--bright-input-text-color);
}
input[type=checkbox]:checked + label.poll_option_label .sel {
display: inline-block;
@ -849,10 +849,10 @@ input[type=checkbox]:checked + label.poll_option_label .sel {
display: flex;
}
.topics_moderate .topic_row:hover .rowitem {
background-color: hsla(0, 0%, 27%, 1);
background-color: hsla(0, 0%, 27%, 1);
}
.topic_selected .rowitem {
background-color: hsla(0, 0%, 29%, 1);
background-color: hsla(0, 0%, 29%, 1);
}
/* Temporary hack, so that I don't break the topic lists of the other themes */
.topic_list .topic_inner_right {

View File

@ -881,8 +881,8 @@ input[type=checkbox] + label.poll_option_label {
height: 18px;
margin-right: 2px;
background-color: white;
border: 1px solid hsl(0, 0%, 70%);
color: #505050;
border: 1px solid hsl(0, 0%, 70%);
color: #505050;
}
input[type=checkbox]:checked + label.poll_option_label .sel {
display: inline-block;