mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-12 21:00:58 +00:00
Fixing flags not showing correctly for brackets and in flat theme
This commit is contained in:
parent
781132781a
commit
9ac3cb3194
4 changed files with 7 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
.flag {
|
||||
img.flag {
|
||||
width: 16px;
|
||||
height: 11px;
|
||||
background: image_url('shared/flags.png') no-repeat;
|
||||
|
|
|
@ -111,11 +111,10 @@ table.brackets {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.flag {
|
||||
width: 44px;
|
||||
td.flag {
|
||||
width: 34px;
|
||||
|
||||
img {
|
||||
width: 24px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -111,11 +111,10 @@ table.brackets {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.flag {
|
||||
width: 44px;
|
||||
td.flag {
|
||||
width: 34px;
|
||||
|
||||
img {
|
||||
width: 24px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue