ginebra2/chrome/bedrockchrome/bookmarkview.superpage/bookmarkview.css
changeset 6 1c3b8676e58c
parent 5 0f2326c2a325
child 15 73c48011b8c7
equal deleted inserted replaced
5:0f2326c2a325 6:1c3b8676e58c
     1 body {
     1 body {
     2     padding : 0px;
     2     padding : 0px;
     3     margin : 0px;
     3     margin : 0px;
     4     height:100%;
     4     height:100%;
       
     5     background-color: #889cbf;
     5 }
     6 }
     6 /*
     7 /*
     7 .bookmarkList li.ui-state-highlight {
     8 .bookmarkList li.ui-state-highlight {
     8         border: 4px dotted #999;
     9         border: 4px dotted #999;
     9         background-image:url(icons/cc0d0d-hatch.png);
    10         background-image:url(icons/cc0d0d-hatch.png);
    10         background-repeat: repeat;
    11         background-repeat: repeat;
    11     }
    12     }
    12 */
    13 */
       
    14 
       
    15 #BottomPad {
       
    16  padding: 8px 10px 8px 10px;
       
    17  height: 54px;
       
    18 }
    13 
    19 
    14 .bookmarkList li.highlight{
    20 .bookmarkList li.highlight{
    15     background-image: url(icons/list_itembg_pressed.png);
    21     background-image: url(icons/list_itembg_pressed.png);
    16     font-weight: bold;
    22     font-weight: bold;
    17 }
    23 }