ginebra/chrome/bedrockchrome/urlsearch.snippet/urlsearch.css
branchGCC_SURGE
changeset 8 2e16851ffecd
parent 2 bf4420e9fa4d
parent 6 1c3b8676e58c
--- a/ginebra/chrome/bedrockchrome/urlsearch.snippet/urlsearch.css	Fri Jun 11 16:23:26 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,108 +0,0 @@
-#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;
-}
-
-
-