TextList -> TableList
This commit is contained in:
parent
7648d2d4ac
commit
bdebb03a45
17 changed files with 101 additions and 104 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue