summaryrefslogtreecommitdiff
path: root/demos/tizen-winsets/custom.css
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2012-09-10 17:04:29 +0900
committerMinkyu Kang <mk7.kang@samsung.com>2012-09-10 17:04:29 +0900
commitf3bc06001f660ef156e0895f4be1e81a0ac99502 (patch)
tree4319859b727600c6d8382b95e68a0c0d52cf38f0 /demos/tizen-winsets/custom.css
parentb087adb7b7df900f9656425e5cea9dc7abdf935b (diff)
downloadweb-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.css17
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);
+}