ginebra/chrome/bedrockchrome/toolbar2.snippet/toolbar.css
branchGCC_SURGE
changeset 8 2e16851ffecd
parent 2 bf4420e9fa4d
parent 6 1c3b8676e58c
equal deleted inserted replaced
2:bf4420e9fa4d 8:2e16851ffecd
     1 .ToolBar {
       
     2   height: 52px;
       
     3   background: transparent;
       
     4   //background: black;
       
     5 }
       
     6 
       
     7 /* CSS properties when not using table to layout */
       
     8 
       
     9 .toolBarTable{
       
    10   width: 100%;
       
    11   border-collapse:collapse;
       
    12 }
       
    13 
       
    14 .toolBarHidden{ 
       
    15   visibility: visible;
       
    16  }
       
    17 
       
    18 .toolBarBtnCell { 
       
    19   text-align: center;
       
    20   // border: 1px solid red;
       
    21   //  border-left: 1px solid #AAAAAA;
       
    22   //  border-right: 1px solid #BBBBBB;;
       
    23  }
       
    24 
       
    25 .toolbarBtn{
       
    26   height: 40px;
       
    27   width: 40px;
       
    28   margin-top: 5px;  
       
    29   margin-bottom: 7px;
       
    30   -webkit-user-drag: none;
       
    31   -webkit-user-select: none;
       
    32 }   
       
    33 
       
    34 .btnBorder{   
       
    35   margin-top: 5px;  
       
    36   margin-bottom: 7px;
       
    37  }
       
    38 
       
    39 /* Add extra buttons to rightmost, leftmost button to pad them */
       
    40 .lastButton{
       
    41     margin-right: 12px;
       
    42 }
       
    43 
       
    44 .firstButton {
       
    45     margin-left: 12px;
       
    46 }