Update: style changes

This commit is contained in:
alexandervnuchkov 2017-11-10 10:36:34 +03:00
parent 78ae8943ef
commit 98d297c1d2
2 changed files with 30 additions and 1 deletions

View File

@ -1055,6 +1055,7 @@ html {
font-size: 25px; font-size: 25px;
font-weight: 300; font-weight: 300;
padding: 20px 0 10px; padding: 20px 0 10px;
line-height: 1.3em;
} }
.block-editor { .block-editor {
min-height: 30px; min-height: 30px;
@ -1518,6 +1519,24 @@ a.closeContainerButton {
&:before, &:after { &:before, &:after {
display: none; display: none;
} }
&.error_text {
background-color: #FFEDEA;
font-family: "Roboto Mono", Consolas, Monaco, 'Andale Mono', monospace;
font-style: normal;
&:before {
content: 'Error text';
display: block;
position: relative;
font-family: 'Open Sans', Arial, Tahoma;
font-weight: 400;
color: @redColor;
left: 0;
top: 0;
padding: 0 0 10px;
}
}
} }
&.nh_notice { &.nh_notice {
border-color: @yellowColor; border-color: @yellowColor;
@ -3178,7 +3197,7 @@ table.table_versionlist,
table.table_parameters { table.table_parameters {
margin: 10px 0 20px; margin: 10px 0 20px;
text-align: center; text-align: center;
width: 90%; width: 100%;
&.talk_pages { &.talk_pages {
td { td {
@ -4046,3 +4065,6 @@ a.text-container-link-changelog {
line-height: 1em; line-height: 1em;
vertical-align: middle; vertical-align: middle;
} }
.table_version107 {
width: 10%;
}

View File

@ -316,3 +316,10 @@ span.yes {
content: 'новый!'; content: 'новый!';
} }
} }
.notehelp {
&.nh_important {
&.error_text:before {
content: 'Текст ошибки';
}
}
}