ginebra/chrome/bedrockchrome/statusbar.snippet/statusbar.css
branchGCC_SURGE
changeset 8 2e16851ffecd
parent 2 bf4420e9fa4d
parent 6 1c3b8676e58c
equal deleted inserted replaced
2:bf4420e9fa4d 8:2e16851ffecd
     1 #StatusBarChromeId {
       
     2    /* background: black;*/
       
     3    background: -webkit-gradient(linear, left top, left bottom,
       
     4       color-stop(0%,#000011),
       
     5       color-stop(100%,#111122));  
       
     6    overflow: hidden;
       
     7    padding-right: 3px;
       
     8    padding-left: 3px;
       
     9 }
       
    10 
       
    11 #StatusBarChromeId table {
       
    12    table-layout:fixed;
       
    13    width: 100%;
       
    14    border: 0;
       
    15    border-spacing: 0;
       
    16    padding: 0;
       
    17  }
       
    18 
       
    19 #StatusBarChromeId tr {
       
    20    font-size:16px;
       
    21    color: #A9A9A9;
       
    22    font-weight: bold;
       
    23    overflow: hidden;
       
    24 }
       
    25 
       
    26 #StatusBarChromeId td {
       
    27    vertical-align: middle;
       
    28    overflow: hidden;
       
    29    border-spacing: 0;
       
    30    padding: 0;
       
    31    white-space: nowrap;
       
    32 }
       
    33 
       
    34 #StatusBarChromeId td.leftalign {
       
    35    text-align: left;
       
    36 }
       
    37 
       
    38 #StatusBarChromeId td.rightalign {
       
    39    text-align: right;
       
    40 }
       
    41 
       
    42 #StatusBarChromeId td.centeralign {
       
    43    text-align: center;
       
    44 }
       
    45 
       
    46 #strength, #battery {
       
    47    width: 24px;
       
    48 }
       
    49 
       
    50 #lock {
       
    51    width: 20px;
       
    52 }
       
    53 
       
    54 #provider {
       
    55    /* white to match signal strength icon */
       
    56    color: #FFFFFF;
       
    57    font-size:12px;
       
    58 }
       
    59 
       
    60 #clock {
       
    61    width: 70;
       
    62    white-space: nowrap;
       
    63 }
       
    64 
       
    65 #title {
       
    66    vertical-align: middle;
       
    67    overflow: hidden;
       
    68    height: 30px;
       
    69    display: table-cell;
       
    70    white-space: nowrap;
       
    71 }
       
    72 
       
    73 #StatusBarChromeId td img {
       
    74    width: 23px;
       
    75    padding: 1;
       
    76 }
       
    77 
       
    78 #ruler {
       
    79    font-size:12px;
       
    80    font-weight: bold;
       
    81    visibility: hidden;
       
    82 }
       
    83