1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 19:49:54 +02:00

[ticket/15115] Fix errors

PHPBB3-15115
This commit is contained in:
hanakin
2017-03-09 16:35:28 -05:00
parent 2ca1402476
commit ec71279a77
16 changed files with 340 additions and 176 deletions

View File

@@ -3,6 +3,7 @@
/* -------------------------------------------------------------- */
/* stylelint-disable selector-max-compound-selectors */
/* stylelint-disable selector-no-qualifying-type */
/* stylelint-disable declaration-property-unit-whitelist */
/**
* common.css
@@ -411,8 +412,8 @@ li.breadcrumbs span:first-child > a {
}
.rtl ul.topiclist dd {
border-right-style: solid;
border-right-width: 1px;
border-right-style: solid;
border-left: none;
float: right;
}
@@ -601,8 +602,8 @@ li.breadcrumbs span:first-child > a {
.rtl .pollbar4,
.rtl .pollbar5 {
border-right: none;
border-left-style: solid;
border-left-width: 1px;
border-left-style: solid;
}
/* Poster profile block
@@ -615,8 +616,8 @@ li.breadcrumbs span:first-child > a {
}
.rtl .pm .postprofile {
border-right-style: solid;
border-right-width: 1px;
border-right-style: solid;
border-left: none;
}
@@ -669,8 +670,8 @@ li.breadcrumbs span:first-child > a {
---------------------------------------- */
.rtl .contact-icons a {
border-right: none;
border-left-style: dotted;
border-left-width: 1px;
border-left-style: dotted;
float: right;
}
@@ -810,8 +811,8 @@ li.breadcrumbs span:first-child > a {
/* PM marking colours */
.rtl .pm-legend {
border-right-style: solid;
border-right-width: 10px;
border-right-style: solid;
border-left-width: 0;
padding-right: 3px;
padding-left: 0;
@@ -958,9 +959,9 @@ li.breadcrumbs span:first-child > a {
}
.rtl .search-box .inputbox {
border-radius: 0 4px 4px 0;
border-right-width: 1px;
border-left-width: 0;
border-radius: 0 4px 4px 0;
float: right;
padding: 3px;
}
@@ -971,9 +972,9 @@ li.breadcrumbs span:first-child > a {
}
.rtl .button-search-end {
border-radius: 4px 0 0 4px;
border-right-width: 0;
border-left-width: 1px;
border-radius: 4px 0 0 4px;
}
.rtl .search-header .button-search-end {
@@ -1137,4 +1138,7 @@ li.breadcrumbs span:first-child > a {
margin-right: 0;
}
}
/* stylelint-enable */
/* stylelint-enable selector-max-compound-selectors */
/* stylelint-enable selector-no-qualifying-type */
/* stylelint-enable declaration-property-unit-whitelist */