[isidorus-cvs] r911 -	branches/gdl-frontend/src/anaToMia/GDL_Widgets/war
    lgiessmann at common-lisp.net 
    lgiessmann at common-lisp.net
       
    Thu Sep 15 13:01:48 UTC 2011
    
    
  
Author: lgiessmann
Date: Thu Sep 15 06:01:45 2011
New Revision: 911
Log:
gdl-frontend: Widgets: added the style for the navigation-psi list
Modified:
   branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/GDL_Widgets.css
Modified: branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/GDL_Widgets.css
==============================================================================
--- branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/GDL_Widgets.css	Thu Sep 15 05:49:55 2011	(r910)
+++ branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/GDL_Widgets.css	Thu Sep 15 06:01:45 2011	(r911)
@@ -32,3 +32,30 @@
 #closeButton {
   margin: 15px 6px 6px;
 }
+
+.psi_label {
+  cursor: pointer;	
+}
+
+
+.psi_label:hover {
+  font-size: larger;
+  border: rgb(134, 169, 203) 1px solid;
+  border-radius: 5px;
+  padding-left: 2px;
+  padding-right: 2px;
+  margin-top: 5px;
+  margin-bottom: 5px;
+}
+
+
+.psi_label:active {
+  font-size: larger;
+  border: rgb(134, 169, 203) 1px solid;
+  border-radius: 5px;
+  padding-left: 2px;
+  padding-right: 2px;
+  margin-top: 5px;
+  margin-bottom: 5px;
+  background-color: rgb(134, 169, 203);
+}
\ No newline at end of file
    
    
More information about the Isidorus-cvs
mailing list