ginebra2/chrome/bedrockchrome/urlsearch.snippet/urlsearch.css
branchGCC_SURGE
changeset 8 2e16851ffecd
parent 2 bf4420e9fa4d
parent 6 1c3b8676e58c
equal deleted inserted replaced
2:bf4420e9fa4d 8:2e16851ffecd
     1 #urlsearchSnippet {
       
     2       width: 100%;
       
     3       height: 47px;
       
     4       //background-image: url(icons/topbg.png);
       
     5       //background-repeat: repeat-x;
       
     6       //background-position: top left;
       
     7       background-color: #646f85;
       
     8 }
       
     9 
       
    10 .tableMain {
       
    11       display: table;
       
    12       width: 100%; 
       
    13       height: 35px;     
       
    14 }
       
    15 
       
    16 .tableRow {
       
    17       display: table-row;
       
    18 }
       
    19 
       
    20 .tableCell {
       
    21       display: table-cell;
       
    22       margin: 0px 0px 0px 0px;
       
    23       padding: 0px 0px 0px 0px;
       
    24 }
       
    25 
       
    26 #mainLayoutTable {
       
    27       padding: 4px 4px 4px 4px;
       
    28       height: 35px;
       
    29 }
       
    30 
       
    31 #inputboxl {
       
    32       background-image: url(icons/inputbox_left.png);
       
    33       background-repeat: no-repeat;
       
    34       background-position: top left;
       
    35       width:   8px;
       
    36       height: 35px;
       
    37 }
       
    38 
       
    39 #inputboxc {
       
    40       background-image: url(icons/inputbox_center.png);
       
    41       background-repeat: repeat-x;
       
    42       background-position: top left;
       
    43       //width:  22px;
       
    44       height: 35px;
       
    45 }
       
    46 
       
    47 #inputboxr {
       
    48       background-image: url(icons/inputbox_right.png);
       
    49       background-repeat: no-repeat;
       
    50       background-position: top left;
       
    51       width:   8px;
       
    52       height: 35px;
       
    53 }
       
    54 
       
    55 #textEntryCell {
       
    56       width: 100%;	
       
    57 }
       
    58 
       
    59 #urlBox {
       
    60 		padding: 3px;
       
    61    	margin-left: 0px;
       
    62    	margin-top:  2px;
       
    63 		position: absolute;   	
       
    64 		width: 85%; 
       
    65 		border: none;
       
    66 		font-size: 23px;
       
    67 		//background-color: #FFF8C6;
       
    68 }
       
    69 
       
    70 #urlBox:active {
       
    71 		border: none;
       
    72 }
       
    73 
       
    74 #tristateBtnCell {
       
    75 		//border: 1px solid red;
       
    76     width:  33px;
       
    77     height: 33px;
       
    78 }
       
    79 
       
    80 #PBar {
       
    81 		//display: block;
       
    82     overflow: hidden;
       
    83     -moz-opacity: .55;
       
    84     opacity: .55;
       
    85     position: relative;
       
    86     height: 35px;
       
    87     background-color: #B0C4DE;
       
    88     padding-top: 0px;
       
    89 		top: 0px;
       
    90 		left: -8px;
       
    91    	-webkit-border-top-left-radius: 5px;
       
    92    	-webkit-border-bottom-left-radius: 5px;
       
    93    	-webkit-border-top-right-radius: 5px;
       
    94    	-webkit-border-bottom-right-radius: 5px;
       
    95 }