check in raw verto js files and directory structure for development
BIN
html5/verto/demo/css/images/ajax-loader.gif
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
html5/verto/demo/css/images/icons-18-black.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
html5/verto/demo/css/images/icons-18-white.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
html5/verto/demo/css/images/icons-36-black.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
html5/verto/demo/css/images/icons-36-white.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
html5/verto/demo/css/images/loading.gif
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
html5/verto/demo/css/images/login.gif
Normal file
After Width: | Height: | Size: 19 KiB |
12
html5/verto/demo/css/jquery.mobile-1.3.2.min.css
vendored
Normal file
64
html5/verto/demo/css/jsontable.css
Normal file
@@ -0,0 +1,64 @@
|
||||
.nthChildTest > div:nth-child(odd) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.jsDataTable > thead > tr > th {
|
||||
|
||||
border-width:4px;
|
||||
padding: 2px;
|
||||
font-size:10pt;
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
|
||||
.jsDataTable > thead > tr > th.notSortable {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.jsDataTable > tbody > tr > td {
|
||||
border-bottom: 1px solid #ccc;
|
||||
padding: 2px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.jsDataTable {
|
||||
font-family: verdana;
|
||||
font-size:10pt;
|
||||
|
||||
}
|
||||
|
||||
.jsDataTable > tbody > tr:nth-child(odd),
|
||||
.jsDataTable > tbody > tr.odd {
|
||||
background-color: #ffffee;
|
||||
}
|
||||
.jsDataTable > tbody > tr:nth-child(even),
|
||||
.jsDataTable > tbody > tr.even {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.jsDataTable > thead th.sortAsc,
|
||||
.jsDataTable > thead th.sortDesc {
|
||||
color:ffffff;
|
||||
|
||||
background-color: #7777ff;
|
||||
background-position: right center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.jsDataTable > thead th.sortAsc {
|
||||
background-image: url(/images/table/asc.png);
|
||||
}
|
||||
|
||||
.jsDataTable > thead th.sortDesc {
|
||||
background-image: url(/images/table/desc.png);
|
||||
}
|
||||
|
||||
.jsDataTable.clickable > tbody > tr,
|
||||
.clickable > .jsDataTable > tbody > tr {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.jsDataTable.clickable > tbody > tr.nonDataRow,
|
||||
.clickable > .jsDataTable > tbody > tr.nonDataRow {
|
||||
cursor: auto;
|
||||
}
|