diff -r 000000000000 -r 1450b09d0cfd ginebra/chrome/bedrockchrome/statusbar.snippet/statusbar.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ginebra/chrome/bedrockchrome/statusbar.snippet/statusbar.css Tue May 04 12:39:35 2010 +0300 @@ -0,0 +1,83 @@ +#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; +} +