forked from 0x2620/oxjs
rename some examples
This commit is contained in:
parent
71218cd61f
commit
7bd83e7b9f
11 changed files with 3 additions and 16 deletions
24
examples/list_of_countries/css/example.css
Normal file
24
examples/list_of_countries/css/example.css
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
.bar > .OxElement {
|
||||
float: left;
|
||||
margin: 4px 2px;
|
||||
}
|
||||
.bar > .OxElement.right {
|
||||
float: right;
|
||||
}
|
||||
.bar > .OxElement:first-child {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.bar > .OxElement:last-child {
|
||||
margin-right: 4px;
|
||||
}
|
||||
.flag {
|
||||
border-radius: 32px;
|
||||
}
|
||||
.item {
|
||||
padding: 16px;
|
||||
}
|
||||
.status {
|
||||
margin-top: 3px;
|
||||
font-size: 9px;
|
||||
text-align: center;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue