ginebra/chrome/bedrockchrome/urlsearch.snippet/urlsearch.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

#UrlSearchChromeId {
  overflow: hidden;
//  background: -webkit-gradient(linear, left top, left bottom,
//      color-stop(0%,#333366),  
//      color-stop(100%,#9999aa));
  background: -webkit-gradient(linear, left top, left bottom,
      color-stop(0%,#445b7c),
      color-stop(100%,#303f57));
  padding-left: 3px;
  padding-right: 3px;

}

#UrlSearchChromeId form {
   display: block;
   //padding-top: 5px;
 }

#PWrap {
  //  position: relative;
  vertical-align: top;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  height: 36px;
}

#favicon {
  width: 32px;
  height: 32px;
  padding-top: 2px;
  position: relative;
}

#urlBox {
  margin-left: 2px;
  width: 100%;
  height: 36px;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  position: absolute:
  top: 0px;
  left: 0px;
  font-size: 24px;
}

#PBar {
  overflow: hidden;
  -moz-opacity: .55;
  opacity: .55;
  position: relative;
  top: -36px;
  left: 2px;
  height: 36px;
  background-color: #B0C4DE;
  z-index: 200;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
}

#UrlSearchChromeId table {
  width: 100%;
  height: 100%;
  border: 0;
  border-spacing: 0;
  padding: 0;
}

#UrlSearchChromeId tr {
   font-family: Verdana;
   font-size: 16px;
   color: #A9A9A9;
   overflow: hidden;
   vertical-align: middle;
}

#UrlSearchChromeId td {
   border-spacing: 0;
   padding: 0;
}


#tristateBtn {
  text-align: center;
  height: 32px;
  width: 32px;
  -webkit-user-drag: none;
  -webkit-user-select: none;
} 

#faviconCell { 
  text-align: center;
  width: 40px;
 }

#tristateBtnCell {
  text-align: center;
  width: 55px;
  vertical-align: center;
}