ginebra/chrome/demochrome/css/chromeStyleBoston.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 04 May 2010 12:39:35 +0300
changeset 0 1450b09d0cfd
permissions -rw-r--r--
Revision: 201015 Kit: 201018

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