[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes co... [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Fri Aug 4 20:53:24 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Owen Leonard <oleonard>	06/08/04 18:53:24

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

Log message:
	Adding styles for input button-like links

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.5&r2=1.1.2.6
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css?cvsroot=koha&only_with_tag=rel_2_2&r1=1.5.2.18&r2=1.5.2.19

Patches:
Index: colors.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/Attic/colors.css,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -b -r1.1.2.5 -r1.1.2.6
--- colors.css	14 Jun 2006 21:15:11 -0000	1.1.2.5
+++ colors.css	4 Aug 2006 18:53:24 -0000	1.1.2.6
@@ -26,6 +26,12 @@
 	color : #330099;
 }
 
+a.button {
+	background-color : #6699CC;
+	border: 2px outset #CCCCCC;
+	color : White;
+}
+
 a.current:link {
 	background-color : transparent;
 	color : #330099;

Index: intranet.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css,v
retrieving revision 1.5.2.18
retrieving revision 1.5.2.19
diff -u -b -r1.5.2.18 -r1.5.2.19
--- intranet.css	14 Jun 2006 21:15:11 -0000	1.5.2.18
+++ intranet.css	4 Aug 2006 18:53:24 -0000	1.5.2.19
@@ -72,6 +72,14 @@
 	text-decoration: none;
 }
 
+a.button {
+	font-size: 80%;
+	font-weight: bold;
+	margin : 2px 0;
+	padding : 3px;
+	text-decoration: none;
+}
+
 body {
 	font-family: arial, geneva, sans-serif;
 	font-size: 16px;





More information about the Koha-cvs mailing list