diff options
author | Minkyu Kang <mk7.kang@samsung.com> | 2012-09-10 17:04:29 +0900 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2012-09-10 17:04:29 +0900 |
commit | f3bc06001f660ef156e0895f4be1e81a0ac99502 (patch) | |
tree | 4319859b727600c6d8382b95e68a0c0d52cf38f0 /demos/tizen-winsets/custom.css | |
parent | b087adb7b7df900f9656425e5cea9dc7abdf935b (diff) | |
download | web-ui-fw-f3bc06001f660ef156e0895f4be1e81a0ac99502.tar.gz web-ui-fw-f3bc06001f660ef156e0895f4be1e81a0ac99502.tar.bz2 web-ui-fw-f3bc06001f660ef156e0895f4be1e81a0ac99502.zip |
Revert "Export"
This reverts commit b087adb7b7df900f9656425e5cea9dc7abdf935b.
Diffstat (limited to 'demos/tizen-winsets/custom.css')
-rw-r--r-- | demos/tizen-winsets/custom.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/demos/tizen-winsets/custom.css b/demos/tizen-winsets/custom.css new file mode 100644 index 00000000..fb9759d3 --- /dev/null +++ b/demos/tizen-winsets/custom.css @@ -0,0 +1,17 @@ +.my-check-button-style { + margin: 10px; +} +.my-check-inline-style { + display: inline; +} + +.ui-icon-test{ + background-size: 100% 100%; + background-image: url(test.png); +} + +.ui-icon-test2{ + background-position:0% 0%; + background-size:50% 50%; + background-image: url(test.png); +} |