ginebra2/chrome/bedrockchrome/settingsview.superpage/settingsview.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 04 May 2010 12:39:35 +0300
changeset 0 1450b09d0cfd
child 3 0954f5dd2cd0
child 5 0f2326c2a325
permissions -rw-r--r--
Revision: 201015 Kit: 201018

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;
}