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
41
examples/list_of_cities/css/example.css
Normal file
41
examples/list_of_cities/css/example.css
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
#toolbar > .OxElement:first-child {
|
||||
float: left;
|
||||
margin: 4px 2px 4px 4px;
|
||||
}
|
||||
#toolbar > .OxElement:last-child {
|
||||
float: right;
|
||||
margin: 4px 4px 4px 2px;
|
||||
}
|
||||
|
||||
.OxDialog #content {
|
||||
padding: 8px 16px 8px 16px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.OxDialog img {
|
||||
float: left;
|
||||
width: 256px;
|
||||
height: 256px;
|
||||
border-radius: 16px;
|
||||
margin: 8px;
|
||||
//background: rgb(128, 128, 128);
|
||||
box-shadow: 0 0 1px rgb(128, 128, 128);
|
||||
}
|
||||
|
||||
.OxTextList .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 {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
margin: 0 0 0 -3px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.OxTextList .OxItem .OxCell > img.capital {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
margin: 2px 0 0 -1px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue