1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 11:13:59 +02:00

Merge pull request #2037 from prototech/ticket/12080

[ticket/12080] Fix color palettes when responsive.
This commit is contained in:
Nathan Guse
2014-02-20 20:59:14 -06:00
4 changed files with 23 additions and 6 deletions

View File

@@ -303,20 +303,20 @@ dl.pmlist dd:first-of-type {
display: none;
}
#colour_palette table, #colour_palette tbody, #colour_palette tr {
.colour-palette, .colour-palette tbody, .colour-palette tr {
display: block;
}
#colour_palette td {
.colour-palette td {
display: inline-block;
margin-right: 2px;
}
#colour_palette td:nth-child(2n) {
.horizontal-palette td:nth-child(2n), .vertical-palette tr:nth-child(2n) {
display: none;
}
#colour_palette a {
.colour-palette a {
display: inline-block !important;
}