[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes i... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Tue Nov 14 15:47:19 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/11/14 14:47:19

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/includes: intranet.css 

Log message:
	adding "display:none" on content_hidden class.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css?cvsroot=koha&only_with_tag=rel_3_0&r1=1.7.2.12&r2=1.7.2.13

Patches:
Index: intranet.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css,v
retrieving revision 1.7.2.12
retrieving revision 1.7.2.13
diff -u -b -r1.7.2.12 -r1.7.2.13
--- intranet.css	10 Nov 2006 08:50:05 -0000	1.7.2.12
+++ intranet.css	14 Nov 2006 14:47:19 -0000	1.7.2.13
@@ -153,6 +153,7 @@
     font-weight:normal;
     color:black;
 }
+
 #mainmenu ul a:hover {
     display:block;
     margin-bottom:5px;
@@ -181,6 +182,7 @@
 #mainmenu label {
     width:4em;
 }
+
 /* submenus styles */
 #submenu {
     margin-left:10%;
@@ -210,6 +212,7 @@
     text-decoration:none;
     display: inline;
 }
+
 #action a:hover {
     border: 2px inset;
     background-color:#CCCCCC;
@@ -304,6 +307,7 @@
 .content_hidden {
     height:0px; /* you propably don't need to change this one */
     visibility:hidden; /* you propably don't need to change this one */
+    display:none;
 }
 /* the property for the displayed tab */
 .content_visible {





More information about the Koha-cvs mailing list