move examples
This commit is contained in:
parent
45ff502b55
commit
c3047a1586
47 changed files with 52 additions and 39 deletions
24
examples/lists/countries/css/example.css
Normal file
24
examples/lists/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