Update of /cvsroot/phpwebapp/web_app/webobjects/datebox
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1127/webobjects/datebox
Modified Files:
datebox.html datebox.css
Log Message:
Index: datebox.html
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/webobjects/datebox/datebox.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** datebox.html 21 Jul 2004 17:04:30 -0000 1.7
--- datebox.html 7 Oct 2004 09:57:52 -0000 1.8
***************
*** 8,13 ****
value="{{text_value}}"
onchange="{{onchange}}"
! onfocus="blur()" />
! <input type="image"
src="{{./}}show_calendar.png"
onclick="show_calendar(this.form.name+'.text_{{obj_name}}', null, null, '{{format}}');"
--- 8,14 ----
value="{{text_value}}"
onchange="{{onchange}}"
! onfocus="blur()"
! size="10" />
! <input type="image" class="calendar"
src="{{./}}show_calendar.png"
onclick="show_calendar(this.form.name+'.text_{{obj_name}}', null, null, '{{format}}');"
Index: datebox.css
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/webobjects/datebox/datebox.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** datebox.css 20 Jan 2004 07:33:24 -0000 1.3
--- datebox.css 7 Oct 2004 09:57:52 -0000 1.4
***************
*** 3,11 ****
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
- width: 75px;
border-style: solid;
! border-top-width: 1px;
! border-right-width: 1px;
! border-bottom-width: 1px;
! border-left-width: 1px
}
--- 3,13 ----
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
border-style: solid;
! border-width: 1px;
! }
!
! .calendar
! {
! border: none;
! vertical-align: middle;
}
|