diff -r bf4420e9fa4d -r 2e16851ffecd ginebra/chrome/bedrockchrome/statusbar.snippet/statusbar.css --- a/ginebra/chrome/bedrockchrome/statusbar.snippet/statusbar.css Fri Jun 11 16:23:26 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,83 +0,0 @@ -#StatusBarChromeId { - /* background: black;*/ - background: -webkit-gradient(linear, left top, left bottom, - color-stop(0%,#000011), - color-stop(100%,#111122)); - overflow: hidden; - padding-right: 3px; - padding-left: 3px; -} - -#StatusBarChromeId table { - table-layout:fixed; - width: 100%; - border: 0; - border-spacing: 0; - padding: 0; - } - -#StatusBarChromeId tr { - font-size:16px; - color: #A9A9A9; - font-weight: bold; - overflow: hidden; -} - -#StatusBarChromeId td { - vertical-align: middle; - overflow: hidden; - border-spacing: 0; - padding: 0; - white-space: nowrap; -} - -#StatusBarChromeId td.leftalign { - text-align: left; -} - -#StatusBarChromeId td.rightalign { - text-align: right; -} - -#StatusBarChromeId td.centeralign { - text-align: center; -} - -#strength, #battery { - width: 24px; -} - -#lock { - width: 20px; -} - -#provider { - /* white to match signal strength icon */ - color: #FFFFFF; - font-size:12px; -} - -#clock { - width: 70; - white-space: nowrap; -} - -#title { - vertical-align: middle; - overflow: hidden; - height: 30px; - display: table-cell; - white-space: nowrap; -} - -#StatusBarChromeId td img { - width: 23px; - padding: 1; -} - -#ruler { - font-size:12px; - font-weight: bold; - visibility: hidden; -} -