1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 23:41:29 +02:00

[ticket/14865] Fix all fixable linting issues

PHPBB3-14865
This commit is contained in:
hanakin
2016-11-24 12:26:45 +01:00
parent 39572a3aa0
commit 452261e806
17 changed files with 2237 additions and 1552 deletions

View File

@@ -2,38 +2,50 @@
These style definitions are IE 8 & 9 only.
They are required due to the poor CSS support in IE browsers.
------------------------------------------------------------------------------*/
----------------------------------------------------------------------------- */
/* IE 8 Tweaks (value)\9 equates to IE <= 8
------------------------------------------------------------------------------*/
----------------------------------------------------------------------------- */
/* Clear float fix */
.inner, ul.linklist { zoom: 1\9; }
.inner,
ul.linklist {
zoom: 1\9;
}
/* Align checkboxes/radio buttons nicely */
dd label input { vertical-align: text-bottom\9; }
dd label input {
vertical-align: text-bottom\9;
}
/* Fixes header-avatar aspect-ratio */
.header-avatar img { height: 20px\9; }
.header-avatar img {
height: 20px\9;
}
/* IE8 often can't handle max-width in %, so we use px instead */
.postprofile .avatar img { max-width: 150px\9; }
.postprofile .avatar img {
max-width: 150px\9;
}
/* IE 9 Tweaks
------------------------------------------------------------------------------*/
----------------------------------------------------------------------------- */
/* Border-radius bleed fix in IE9 */
.search-header, .search-header .inputbox, .search-header a.button {
.search-header,
.search-header .inputbox,
.search-header a.button {
border-radius: 0;
}
.headerbar, .forumbg {
background-image: url("./images/bg_header.gif");
.headerbar,
.forumbg {
background-image: url('./images/bg_header.gif');
}
.forabg {
background-image: url("./images/bg_list.gif");
background-image: url('./images/bg_list.gif');
}
.tabs .tab > a {