appinstall_plat/appmngr2runtimeapi/tsrc/data_src/widgettest/widgettest.css
author Simon Howkins <simonh@symbian.org>
Mon, 22 Nov 2010 12:04:39 +0000
branchRCL_3
changeset 84 e6c5e34cd9b9
parent 0 ba25891c3a9e
permissions -rw-r--r--
Adjusted to avoid exports, etc, from a top-level bld.inf

#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;
}