appinstall_plat/appmngr2runtimeapi/tsrc/data_src/widgettest/widgettest.css
changeset 0 ba25891c3a9e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/appinstall_plat/appmngr2runtimeapi/tsrc/data_src/widgettest/widgettest.css	Thu Dec 17 08:51:10 2009 +0200
@@ -0,0 +1,25 @@
+#mainView {
+  font-size: 14px;
+  color: blue;
+}
+
+h2 {
+  text-align: center;
+  color: black;
+}
+
+.button {
+    font-size: 14px;
+    color: blue;
+    background-color: grey;
+    margin: 20px 0px 0px 150px;
+}
+
+#resultView {
+  text-align: center;
+  color: blue;
+  font-size: 16pt;
+  font-weight: bold;
+  display: none;
+}
+