diff -r 000000000000 -r 1450b09d0cfd ginebra2/chrome/bedrockchrome/settingsview.superpage/settingsview.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ginebra2/chrome/bedrockchrome/settingsview.superpage/settingsview.css Tue May 04 12:39:35 2010 +0300 @@ -0,0 +1,102 @@ +body { + padding : 0px; + margin : 0px; +} +.ui-state-highlight { + border: 2px dotted #000; + background-image:url(icons/cc0d0d-hatch.png); + background-repeat: repeat; + height: 1.5em; line-height: 1.2em; + } +li.sort{ + border: 2px dotted #999; +} + +.bookmarkList{ + overflow-y:hidden; + height:100%; +} + +div.bookmarkList ul{ + list-style-type: none; + margin: 0px; + padding: 0px; + font-family: "Nokia Sans"; + overflow: hidden; +} +.controlIn { + height: 70px; + background-repeat: repeat-x; + width: 48px; + background-image: url(icons/white-blue-dark-bg.gif); + float:right; + z-index:30; +} +.controlOut { + height: 70px; + background-repeat: repeat-x; + background-image: url(icons/white-blue-dark-bg.gif); + float:right; + z-index:30; +} +div.collapsed { + background-image: url(icons/white-blue-collapsed.gif); + background-repeat: no-repeat; + float: left; + height: 70px; + width: 60px; +} +div.expanded { + background-image: url(icons/white-blue-expanded.gif); + background-repeat: no-repeat; + float: left; + height: 70px; + width: 60px; +} + + +div.collapsedIcons{ + display:none; +} +div.expandedIcons{ + display:block; + padding-top: 10px; +} + +.bookmarkList li { + height: 70px; + background-image: url(icons/light-blue.bg.gif); + background-repeat: repeat-x; + overflow: hidden; + color: #999999; +} + + +div.Title { + color: #000; + margin-top: 15px; + overflow: hidden; + float:left; + z-index:28; + background-repeat: no-repeat; + background-position: 10px 15px; + padding-left: 35px; + +} +img.FavIcon { + padding-top: 15px; + padding-right: 10px; + padding-bottom: 10px; + padding-left: 10px; +} + +span.aTitle{ + font-size: 20px; + white-space:pre; +} + +span.aUrl{ + color: #999999; + font-size: 16px; + white-space:pre; +}