[Yanel-commits] rev 25502 - public/yanel/trunk/src/webapp/htdocs/yanel-css

simon at wyona.com simon at wyona.com
Tue Jun 26 17:14:37 CEST 2007


Author: simon
Date: 2007-06-26 17:14:36 +0200 (Tue, 26 Jun 2007)
New Revision: 25502

Modified:
   public/yanel/trunk/src/webapp/htdocs/yanel-css/global.css
Log:
add cursor:pointer to sortable th. and fixes some issues in konqueror

Modified: public/yanel/trunk/src/webapp/htdocs/yanel-css/global.css
===================================================================
--- public/yanel/trunk/src/webapp/htdocs/yanel-css/global.css	2007-06-26 15:12:49 UTC (rev 25501)
+++ public/yanel/trunk/src/webapp/htdocs/yanel-css/global.css	2007-06-26 15:14:36 UTC (rev 25502)
@@ -90,6 +90,10 @@
   color:#777777;
 } 
 
+table .sortable th  { 
+  cursor:pointer; 
+}
+
 #content table  { 
   border-collapse:collapse;
   border-color:#999999;
@@ -106,7 +110,7 @@
   border-color:#999999;
   background-color:#f7f7f7; 
   padding:2px;
-} 
+}
 
 #content h1  { 
   font-size:x-large;
@@ -120,13 +124,9 @@
   font-size:medium;
 } 
 
-form { 
-  width:1%; 
-  text-align:right;
-} 
-
-input  { 
-  margin:2px; 
+input  {
+  display:block; 
+  margin-bottom:3px; 
   border:solid 1px #4682B4;
   background-color:#f7f7f7;
 }




More information about the Yanel-commits mailing list