diff -r b0dd75e285d2 -r 0f2326c2a325 ginebra/chrome/bedrockchrome/urlsearch.snippet/urlsearch.css --- a/ginebra/chrome/bedrockchrome/urlsearch.snippet/urlsearch.css Fri May 14 15:40:36 2010 +0300 +++ /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; -} - - -