ginebra/chrome/demochrome/css/chromeStyleBoston.css
author William Roberts <williamr@symbian.org>
Fri, 11 Jun 2010 16:23:26 +0100
branchGCC_SURGE
changeset 2 bf4420e9fa4d
parent 0 1450b09d0cfd
permissions -rw-r--r--
Branch for GCC_SURGE fixes

  body {
  margin:0px;
  }

  .BottomChrome {
 //background: Black;
 // border-style:solid;
 // border-width:2px;
 // border-color:white;
  width: 100%;
  height: 36px;
 // color:white;
 // font-family:verdana;
 // font-size:14px;
 // padding-bottom:3px;
 // padding-top:2px;
  }

  .PopChrome {
  background-color: SlateBlue;
  border-style:solid;
  border-width:2px;
  border-color:white;
  color: white;
  width: 300px;
  height: 400px;
  padding: 20px;
  }

  Button {
    margin-top: 3px;
    border-width:0px;
    height: 30px;
    width: 59px;
    background: transparent;
  }
  Img {
    //height: 84px;
   // width: 84px;
    //margin-top: -9px;
  }