[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes intranet.cs
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes intranet.css,1.5.2.11,1.5.2.12 |
Date: |
Thu, 04 Aug 2005 08:50:32 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9605/koha-tmpl/intranet-tmpl/npl/en/includes
Modified Files:
Tag: rel_2_2
intranet.css
Log Message:
Added styles for "sticky due date" form in circ
Index: intranet.css
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css,v
retrieving revision 1.5.2.11
retrieving revision 1.5.2.12
diff -C2 -r1.5.2.11 -r1.5.2.12
*** intranet.css 5 Jul 2005 20:09:41 -0000 1.5.2.11
--- intranet.css 4 Aug 2005 15:50:30 -0000 1.5.2.12
***************
*** 1262,1264 ****
--- 1262,1282 ----
margin : .3em 0;
padding : .3em;
+ }
+
+ label.required:after {
+ content: "*";
+ font-family : "courier new", courier, monospace;
+ font-size : 150%;
+ color : #cc0000;
+ padding-left : 3px;
+ }
+
+ p.date-select {;
+ font-size : 80%;
+ margin : 2px 0;
+ }
+
+ p.date-select input, p.date-select select {
+ font-size : 70%;
+ background-color : #EFF1D8;
}
\ No newline at end of file
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes intranet.css,1.5.2.11,1.5.2.12,
Owen Leonard <=