1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 11:10:18 +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

@@ -2,8 +2,10 @@
$Buttons
/* -------------------------------------------------------------- */
/* stylelint-disable declaration-property-unit-whitelist */
.button {
font-family: 'Open Sans', 'Droid Sans', Verdana, Arial, Helvetica;
font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
font-size: 13px;
font-weight: normal;
line-height: 1.4;
@@ -59,8 +61,8 @@
}
.button-search-end {
border-radius: 0 4px 4px 0;
border-left-width: 0;
border-radius: 0 4px 4px 0;
}
.search-header .button-search,
@@ -173,8 +175,8 @@ button::-moz-focus-inner {
------------------------------------------------- */
.small-icon {
background-image: none;
background-position: 0 50%;
background-repeat: no-repeat;
background-position: 0 50%;
}
.dropdown .small-icon {
@@ -191,7 +193,7 @@ button::-moz-focus-inner {
ul.linklist.bulletin > li.small-icon:before {
display: none;
}
/* stylelint-enable */
/* stylelint-enable selector-no-qualifying-type */
.dropdown .small-icon > a {
display: block;
@@ -205,3 +207,5 @@ ul.linklist.bulletin > li.small-icon:before {
padding-right: 19px;
padding-left: 0;
}
/* stylelint-enable declaration-property-unit-whitelist */