You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by no...@apache.org on 2009/07/31 14:02:58 UTC

svn commit: r799585 - /labs/hupa/war/Hupa.css

Author: norman
Date: Fri Jul 31 12:02:58 2009
New Revision: 799585

URL: http://svn.apache.org/viewvc?rev=799585&view=rev
Log:
More css cleanup

Modified:
    labs/hupa/war/Hupa.css

Modified: labs/hupa/war/Hupa.css
URL: http://svn.apache.org/viewvc/labs/hupa/war/Hupa.css?rev=799585&r1=799584&r2=799585&view=diff
==============================================================================
--- labs/hupa/war/Hupa.css (original)
+++ labs/hupa/war/Hupa.css Fri Jul 31 12:02:58 2009
@@ -60,16 +60,6 @@
     font-weight: 		bold;
 }
 
-.hupa-Mailtable-row-selected {
-    background-color:	#F0E68C;
-	text-align: 		left;
-	vertical-align: 	top;
-	padding: 			0px 10px 0px 10px;
-	font-size:			12px;
-	font-family: 		Verdana;
-	cursor:             hand;
-}
-
 .gwt-ScrollTable .dataTable td {
     border-top:      	1pt solid #EEEEEE;
     white-space:       	nowrap;
@@ -77,70 +67,71 @@
     overflow:          	hidden;
     font-size:			12px;
 	font-family: 		Arial, Helvetica, sans-serif;
+	cursor:             hand;
 }
 
 
 .gwt-ScrollTable .dataTable tr.highlighted {
-    background:       #FAD163;
+    background:      	#FAD163;
 }
 
 .gwt-ScrollTable .dataTable tr.selected td {
-    background:       #FFF7D7;
+    background:       	#FFF7D7;
 }
 
 .hupa-Mailtable-row {
-    text-align: 	  left;
-	vertical-align:   top;
-	padding: 		  0px 10px 0px 10px;
-	font-size: 		  80%;
-	cursor:           hand;
+    text-align: 	  	left;
+	vertical-align:  	top;
+	padding: 		  	0px 10px 0px 10px;
+	font-size:			12px;
+	cursor:           	hand;
 }
 
 .hupa-Mailtable-cell-date {
-	text-align: 	  right;
+	text-align: 	  	right;
 }
 
 .hupa-IMAPFolder-selected {
-	background:	      #E0ECFF;
-	width:			  100%;	
+	background:	      	#E0ECFF;
+	width:			  	100%;	
 }
 
 .GWTUpld {
-  font-family: 		Arial, Helvetica, sans-serif;
-  font-size: 12px;
+    font-family:		Arial, Helvetica, sans-serif;
+  	font-size: 			12px;
 }
 
 .upld-status {
-  font-family: 		Arial, Helvetica, sans-serif;
-  font-size: 10px;
+  	font-family: 		Arial, Helvetica, sans-serif;
+  	font-size: 			10px;
 }
 
 .upld-status .filename {
-  width: 300px;
-  overflow: hidden;
+  	width: 				300px;
+  	overflow: 			hidden;
 }
 
 .upld-status .status {
-  width: 200px;
-  padding-left: 8px;
-  white-space: nowrap;
+  	width: 				200px;
+  	padding-left: 		8px;
+  	white-space: 		nowrap;
 }
 
 .upld-status .status-3 {
-  color: green;
+  	color: 				green;
 }
 
 .upld-status .status-4 {
-  color: red;
+  	color: 				red;
 }
 
 .GWTUpld .changed {
-  color: red;
-  /* It doesn't work in IE */
-  text-decoration: blink;
+  	color: 				red;
+  	/* It doesn't work in IE */
+  	text-decoration: 	blink;
 }
 
 .gwt-PopupPanel {
-    border: 2px groove #F6A828;
-    padding: 10px;
+    border: 			2px groove #F6A828;
+    padding: 			10px;
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org