ginebra2/chrome/bedrockchrome/historyview.superpage/historyview.css
changeset 3 0954f5dd2cd0
parent 0 1450b09d0cfd
child 16 3c88a81ff781
--- a/ginebra2/chrome/bedrockchrome/historyview.superpage/historyview.css	Fri May 14 15:40:36 2010 +0300
+++ b/ginebra2/chrome/bedrockchrome/historyview.superpage/historyview.css	Tue Jun 29 00:46:29 2010 -0400
@@ -1,11 +1,17 @@
 body{
-	padding: 0px;
-	margin: 0px;
+  padding: 0px;
+  margin: 0px;
+  background-color: #889cbf;
 }
 
 .HistoryView{
-	overflow-y:hidden;
-	height:100%;
+  overflow-y:hidden;
+  height:100%;
+}
+
+#BottomPad {
+ padding: 8px 10px 8px 10px;
+ height: 54px;
 }
 
 ul#folderMenu, ul#folderMenu ul {
@@ -16,7 +22,7 @@
 
 ul#folderMenu a {
   display: block;
-  text-decoration: none;	
+  text-decoration: none;
 }
 
 ul#folderMenu li {
@@ -28,7 +34,7 @@
   height: 37px;
   display: block;
   background-repeat:repeat-x;
-	font-weight: bold;	
+  font-weight: bold;
 }
 
 ul#folderMenu li>a.opened {
@@ -41,33 +47,41 @@
 
 
 span.aTitle{
-	font-size: 20px;
+  font-size: 20px;
 }
 
 .HistoryView div.HitsoryElement:active {
-	font-weight: bold;	
+  font-weight: bold;
+}
+
+
+.HistoryView div.HitsoryElement {
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
 }
 
 
 span.aUrl{
-	color: #999999;
-	font-size: 16px;
-	font-weight: bold;	
+  color: #999999;
+  font-size: 16px;
+  font-weight: bold;
 }
 
 span.aTime{
-	float:right;
-	margin-top: 20px;
-	color: #999999;
-	font-size: 12px;
-	font-weight: bold;
+  float:right;
+  margin-top: 20px;
+  color: #999999;
+  font-size: 12px;
+  font-weight: bold;
+  margin-left:10px
 }
 
 ul#folderMenu li>a.opened>div, ul#folderMenu li>a.closed>div{
-	float: right;
-	width:40px;
-	height:53px;
-	margin-top:-10px;
+  float: right;
+  width:40px;
+  height:53px;
+  margin-top:-10px;
 }
 
 ul#folderMenu li>a.opened>div{
@@ -85,8 +99,8 @@
   display: block;
   background-image:url(icons/list_itembg.png);
   background-repeat:repeat-x;
-	overflow: hidden;
-	white-space:pre;
+  overflow: hidden;
+  white-space:pre;
   -webkit-user-select: none;
 }