Changeset 2208
- Timestamp:
- 05/29/09 00:42:16
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css
r2193 r2208 623 623 position: absolute; 624 624 margin: 0; 625 padding: 1em;625 padding: 0 2em 1em 0; 626 626 border: 1px solid #666; 627 627 background-color: white; … … 631 631 font-size: 1em; 632 632 font-weight: normal; 633 margin: -1em -1em 0 -1em;634 padding: 4px 0 ;633 margin: 0 -2em 0 0; 634 padding: 4px 0 4px 12px; 635 635 background: #233979 url(../../resources/glassFill-02.gif) repeat-x bottom; 636 636 color : #eee; 637 text-align: center;638 637 } 639 638 #bedework #calSelectWidget #calSelectWidgetCloser { trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r2207 r2208 4743 4743 <h2>select a calendar</h2> 4744 4744 <a href="javascript:changeClass('calSelectWidget','invisible')" id="calSelectWidgetCloser" title="close">x</a> 4745 <h4>My Calendars</h4>4746 4745 <ul class="calendarTree"> 4747 4746 <xsl:choose> … … 4805 4804 4806 4805 <xsl:template name="selectCalForPublicAlias"> 4807 <!-- selectCalForPublicAlias creates a calendar tree in a pop-up window. 4808 Used when selecting a public calendar subscription (alias). --> 4806 <!-- This template is DEPRECATED ... selectCalForPublicAliasCalTree is now used instead. --> 4807 <!-- selectCalForPublicAlias creates a calendar tree pop-up window for 4808 selecting a public calendar subscription (alias). --> 4809 4809 4810 4810 <input type="button" onclick="javascript:changeClass('calSelectWidget','visible')" value="select calendar" class="small"/>
