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

Antoine Farnault antoine at koha-fr.org
Fri Jan 12 19:12:20 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	07/01/12 18:12:20

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

Log message:
	minor display change.

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.24&r2=1.7.2.25

Patches:
Index: intranet.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css,v
retrieving revision 1.7.2.24
retrieving revision 1.7.2.25
diff -u -b -r1.7.2.24 -r1.7.2.25
--- intranet.css	12 Jan 2007 14:59:53 -0000	1.7.2.24
+++ intranet.css	12 Jan 2007 18:12:20 -0000	1.7.2.25
@@ -4,9 +4,8 @@
 }
 
 table {
-    border-collapse : collapse;
-    border-top : 1px solid #CCCCCC;
-    border-right : 1px solid #CCCCCC;
+    border-collapse : inherit;
+    border : 1px solid #CCCCCC;
     margin : 1em 0;
 }
 
@@ -17,8 +16,9 @@
 }
 
 td,th {
-    border-left : 1px solid #CCCCCC;
-    border-bottom : 1px solid #CCCCCC;
+    /*border-left : 1px solid #CCCCCC;
+    border-bottom : 1px solid #CCCCCC;*/
+    border : 1px solid #CCCCCC;
     padding : 5px;
 }
 
@@ -59,7 +59,6 @@
 .here {
     color: black;
     text-decoration:none;
-    
 }
 
 #problem {
@@ -84,6 +83,7 @@
 .problem {
     color: white;
     background-color:red;
+    font-weight : bold;
 }
 
 /* css styles for reserves color alerts */
@@ -378,6 +378,7 @@
     visibility:hidden; /* you propably don't need to change this one */
     display:none;
 }
+
 /* the property for the displayed tab */
 .content_visible {
     height:0px; /* you propably don't need to change this one */
@@ -392,26 +393,32 @@
 
 /* display more informations with css layer */
 a.info {
-position: relative;
-text-decoration: none;
-color: black;
-border-bottom: 1px gray dotted;
+    position: relative;
+    text-decoration: none;
+    color: black;
+    border-bottom: 1px gray dotted;
 }
+
 a.info span {
-display: none;
-width:300px;
+    display: none;
+    width:300px;
 }
+
 a.info:hover {
-background: none; /* correcting IE bug*/
-z-index: 500;
+    background: none; /* correcting IE bug*/
+    z-index: 500;
 }
 a.info:hover span {
-display: inline;
-position: absolute;
-top: 2em;
-right: 1em;
-background: orange;
-text-align: center;
-color: white;
-padding: 2px;
+    display: inline;
+    position: absolute;
+    top: 2em;
+    right: 1em;
+    background: orange;
+    text-align: center;
+    color: white;
+    padding: 2px;
+}
+
+fieldset {
+    display:inline;
 }





More information about the Koha-cvs mailing list