Fixing flags not showing correctly for brackets and in flat theme

This commit is contained in:
Absurdon 2017-09-19 20:37:18 +02:00
parent 781132781a
commit 9ac3cb3194
4 changed files with 7 additions and 9 deletions

View file

@ -1,4 +1,4 @@
.flag {
img.flag {
width: 16px;
height: 11px;
background: image_url('shared/flags.png') no-repeat;

View file

@ -111,11 +111,10 @@ table.brackets {
padding: 0;
}
.flag {
width: 44px;
td.flag {
width: 34px;
img {
width: 24px;
margin-left: 10px;
}
}

View file

@ -1,7 +1,7 @@
.flag {
img.flag {
width: 16px;
height: 11px;
background: url(shared/flags.png) no-repeat;
background: image_url('shared/flags.png') no-repeat;
display: inline-block;
}

View file

@ -111,11 +111,10 @@ table.brackets {
padding: 0;
}
.flag {
width: 44px;
td.flag {
width: 34px;
img {
width: 24px;
margin-left: 10px;
}
}