mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-04 11:05:27 +00:00
Monotone-Parent: 47c738d4060de254c8a00eaab4912c7bfdb67933
Monotone-Revision: e386794fdf815f604f1ca9b4a70b393e9f4fe7e4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-22T22:10:20 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
xmlns:label="OGo:label"
|
||||
id="dateSelector">
|
||||
<div id="header">
|
||||
<a href="#"
|
||||
id="rightArrow"
|
||||
var:date="nextMonthAsString"
|
||||
onclick="return onDateSelectorGotoMonth(this);"
|
||||
><img id="next" rsrc:src="arrow-rit-sharp.gif"
|
||||
/></a>
|
||||
<a href="#"
|
||||
id="leftArrow"
|
||||
var:date="prevMonthAsString"
|
||||
@@ -22,12 +28,6 @@
|
||||
onclick="popupMonthMenu(event, 'yearListMenu');"
|
||||
><var:string value="headerYearString"
|
||||
/></span>
|
||||
<a href="#"
|
||||
id="rightArrow"
|
||||
var:date="nextMonthAsString"
|
||||
onclick="return onDateSelectorGotoMonth(this);"
|
||||
><img id="next" rsrc:src="arrow-rit-sharp.gif"
|
||||
/></a>
|
||||
</div>
|
||||
|
||||
<var:month-overview
|
||||
|
||||
@@ -119,8 +119,18 @@ DIV#calendarView A
|
||||
|
||||
#dateSelector #header A
|
||||
{
|
||||
position: relative;
|
||||
width: 1em;
|
||||
padding: .4em .2em;
|
||||
}
|
||||
|
||||
#leftArrow
|
||||
{
|
||||
float: left;
|
||||
}
|
||||
|
||||
#rightArrow
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
|
||||
#dateSelector #header SPAN
|
||||
|
||||
Reference in New Issue
Block a user