oxjs/examples/list_of_countries/css/example.css

24 lines
358 B
CSS
Raw Normal View History

2012-06-19 12:18:45 +00:00
.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;
}