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

Antoine Farnault antoine at koha-fr.org
Fri Jan 12 15:44:43 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	07/01/12 14:44:43

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

Log message:
	adding default style for button not in class = (view,edit,others)

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.22&r2=1.7.2.23

Patches:
Index: intranet.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css,v
retrieving revision 1.7.2.22
retrieving revision 1.7.2.23
diff -u -b -r1.7.2.22 -r1.7.2.23
--- intranet.css	12 Jan 2007 14:27:44 -0000	1.7.2.22
+++ intranet.css	12 Jan 2007 14:44:43 -0000	1.7.2.23
@@ -218,13 +218,23 @@
 }
 
 #action a {
-    font-size : 1em;
+    background-color: #6699CC;
+    color:white;
+    font-size : 0.8em;
     border: 2px outset;
     font-weight : bold;
     margin:5px 0px 0px 0px;
     padding:3px;
     text-decoration:none;
     display:inline;
+    font-family: univers-condensed,sans-serif;
+    font-stretch:ultra-expanded; /*condensed;*/
+}
+
+#action a:hover {
+    border: 2px inset;
+    color: #6699CC;
+    background-color:white;
 }
 
 /*edit action*/





More information about the Koha-cvs mailing list