appinstall_plat/appmngr2runtimeapi/tsrc/data_src/widgettest/widgettest.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 08:51:10 +0200
changeset 0 ba25891c3a9e
permissions -rw-r--r--
Revision: 200949 Kit: 200951

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