ginebra2/chrome/bedrockchrome/bookmarkview.superpage/bookmarkview.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 23 Jun 2010 17:59:43 +0300
changeset 5 0f2326c2a325
parent 0 1450b09d0cfd
child 6 1c3b8676e58c
permissions -rw-r--r--
Revision: 201024 Kit: 2010125

body {
    padding : 0px;
    margin : 0px;
    height:100%;
}
/*
.bookmarkList li.ui-state-highlight {
        border: 4px dotted #999;
        background-image:url(icons/cc0d0d-hatch.png);
        background-repeat: repeat;
    }
*/

.bookmarkList li.highlight{
    background-image: url(icons/list_itembg_pressed.png);
    font-weight: bold;
}

.bookmarkList div.controlInSort {
    height: 70px;
    background-repeat: repeat-x;
    width: 51px;
    background-image: url(icons/dogear_open_bg_pressed.png);
    float:right;
    z-index:30;
}
.bookmarkList div.collapsedSort {
    background-image: url(icons/dogear_pressed.png);
    background-repeat: no-repeat;
    float: left;
    height: 70px;
    width: 51px;
}

div.bookmarkList ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-family: "Nokia Sans";
    overflow: hidden;
}

.bookmarkList li {
    height: 70px;
    background-image: url(icons/list_itembg.png);
    background-repeat: repeat-x;
    overflow: hidden;
  -webkit-user-select: none;
}

.bookmarkList div.controlIn {
    height: 70px;
    background-repeat: repeat-x;
    width: 51px;
    background-image: url(icons/dogear_open_bg.png);
    float:right;
    z-index:30;
}
.bookmarkList div.collapsed {
    background-image: url(icons/dogear.png);
    background-repeat: no-repeat;
    float: left;
    height: 70px;
    width: 51px;
}

.bookmarkList div.controlOut {
    height: 70px;
    background-image: url(icons/dogear_open_bg.png);
    background-repeat: repeat-x;
    float:right;
    z-index:31;
}

.bookmarkList div.expanded {
    background-image: url(icons/dogear_open.png);
    background-repeat: no-repeat;
    float: left;
    height: 70px;
    width: 67px;
}


div.Title {
    color: #000;
    margin-top: 15px;
    float:left;
    z-index:28;
    background-repeat: no-repeat;
    background-position: 10px 15px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.bookmarkList div.Title:active {
    font-weight: bold;
}

/*
img.FavIcon {
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
*/
span.aTitle{
    font-size: 20px;
}

span.aUrl{
    color: #999999;
    font-size: 16px;
    font-weight: bold;
}

.hiddenLoadImages { 
    background-image: url(icons/dogear_open.png);
    visibility: hidden;
}