Tizen 2.0 Release
[samples/web/TizenWinset.git] / custom.css
1 .my-check-button-style {
2         margin: 10px;
3 }
4 .my-check-inline-style {
5         display: inline;
6 }
7
8 .ui-icon-test{
9         background-size: 100% 100%;
10         background-image: url(test.png);
11 }
12
13 .ui-icon-test2{
14         background-position:0% 0%;
15         background-size:50% 50%;
16         background-image: url(test.png);
17 }