TextList -> TableList

This commit is contained in:
rolux 2012-06-27 09:41:10 +02:00
commit bdebb03a45
17 changed files with 101 additions and 104 deletions

View file

@ -21,20 +21,20 @@
box-shadow: 0 0 1px rgb(128, 128, 128);
}
.OxTextList .OxItem .OxCell > div.region {
.OxTableList .OxItem .OxCell > div.region {
width: 14px;
height: 14px;
border-radius: 2px;
margin-left: -3px;
box-shadow: 0 0 2px rgb(128, 128, 128) inset;
}
.OxTextList .OxItem .OxCell > img.flag {
.OxTableList .OxItem .OxCell > img.flag {
width: 14px;
height: 14px;
margin: 0 0 0 -3px;
border-radius: 2px;
}
.OxTextList .OxItem .OxCell > img.capital {
.OxTableList .OxItem .OxCell > img.capital {
width: 10px;
height: 10px;
margin: 2px 0 0 -1px;