1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-22 00:05:49 +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,8 @@
/* -------------------------------------------------------------- */
/* stylelint-disable selector-max-compound-selectors */
/* stylelint-disable selector-no-qualifying-type */
/* stylelint-disable declaration-property-unit-whitelist */
/* stylelint-disable declaration-property-unit-blacklist */
html {
font-size: 100%;
@@ -23,7 +25,7 @@ body {
h1 {
/* Forum name */
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 2em;
font-weight: bold;
margin-top: 15px;
@@ -32,7 +34,7 @@ h1 {
h2 {
/* Forum header titles */
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 2em;
font-weight: normal;
margin: 0.8em 0 0.2em;
@@ -56,7 +58,7 @@ h3 {
h4 {
/* Forum and topic list titles */
font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
font-size: 1.3em;
}
@@ -238,8 +240,8 @@ a:hover {
}
.post {
background-position: 100% 0;
background-repeat: no-repeat;
background-position: 100% 0;
border-radius: 7px;
position: relative;
margin-bottom: 4px;
@@ -341,7 +343,7 @@ ul.linklist.bulletin > li:before {
line-height: inherit;
display: inline-block;
padding-right: 4px;
content: '\2022';
content: "\2022";
}
ul.linklist.bulletin > li:first-child:before,
@@ -381,7 +383,7 @@ a.header-avatar span:after {
display: inline-block;
padding-top: 2px;
padding-left: 6px;
content: '\f0dd';
content: "\f0dd";
}
/* Dropdown menu
@@ -406,9 +408,9 @@ a.header-avatar span:after {
border: 1px solid transparent;
border-radius: 5px;
position: absolute;
z-index: 2;
top: 1.2em;
left: 0;
z-index: 2;
display: none;
margin-right: -500px;
padding: 9px 0 0;
@@ -465,10 +467,10 @@ a.header-avatar span:after {
}
.dropdown .pointer {
z-index: 3;
top: -1px;
right: auto;
left: 10px;
z-index: 3;
}
.dropdown-up .pointer {
@@ -612,7 +614,7 @@ a.header-avatar span:after {
.breadcrumbs .crumb:before {
font-weight: bold;
padding: 0 0.5em;
content: '\2039';
content: "\2039";
}
.breadcrumbs .crumb:first-child:before {
@@ -620,9 +622,9 @@ a.header-avatar span:after {
}
.breadcrumbs .crumb a {
text-overflow: ellipsis;
vertical-align: bottom;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
@@ -777,8 +779,8 @@ table.info tbody th {
}
.color_palette_placeholder table {
border-collapse: separate;
border-spacing: 1px;
border-collapse: separate;
}
/* Misc layout styles
@@ -817,7 +819,7 @@ table.info tbody th {
}
dl.details {
/* font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif; */
/* font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; */
font-size: 1.1em;
}
@@ -924,7 +926,7 @@ fieldset.fields1 dl.pmlist dd.recipients {
}
.pagination li.active span {
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;
@@ -978,10 +980,10 @@ fieldset.fields1 dl.pmlist dd.recipients {
.phpbb_alert {
border: 1px solid transparent;
position: fixed;
z-index: 50;
top: 150px;
right: 0;
left: 0;
z-index: 50;
display: none;
width: 620px;
margin: 0 auto;
@@ -1028,18 +1030,18 @@ fieldset.fields1 dl.pmlist dd.recipients {
.darken {
opacity: 0.5;
position: fixed;
z-index: 45;
top: 0;
left: 0;
z-index: 45;
width: 100%;
height: 100%;
}
.loading_indicator {
position: fixed;
z-index: 51;
top: 50%;
left: 50%;
z-index: 51;
display: none;
}
@@ -1163,7 +1165,7 @@ ul.linklist:after,
.postprofile .avatar-container:after {
display: block;
clear: both;
content: '';
content: "";
}
.emoji {
@@ -1234,13 +1236,13 @@ ul.linklist:after,
}
.dropdown-extended .header {
font-family: Arial, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
line-height: 3em;
text-align: left;
text-transform: uppercase;
border-radius: 5px 5px 0 0;
border-bottom: 1px solid;
border-radius: 5px 5px 0 0;
text-shadow: 1px 1px 1px #ffffff;
padding: 0 10px;
}
@@ -1259,7 +1261,7 @@ ul.linklist:after,
.dropdown-extended .header:after {
display: table;
clear: both;
content: '';
content: "";
}
.dropdown-extended .footer {
@@ -1300,8 +1302,8 @@ ul.linklist:after,
.notification_list p.notification-reference,
.notification_list p.notification-location,
.notification_list li a p.notification-reason {
text-overflow: ellipsis;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
@@ -1321,7 +1323,7 @@ ul.linklist:after,
}
.notification_list p.notifications_title {
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 1.2em !important;
}
@@ -1386,3 +1388,6 @@ ul.linklist:after,
.dropdown .clone.hidden + li {
border-top: none;
}
/* stylelint-enable declaration-property-unit-whitelist */
/* stylelint-enable declaration-property-unit-blacklist */