Monotone-Parent: 989ada4dcfbb1c45b577f7887d50680cb6be470b

Monotone-Revision: e51d7289784b9481b51a779aab33d68ee0bb4a3e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-19T16:42:03
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-19 16:42:03 +00:00
parent 8bb53e8288
commit 6f20ca2757
3 changed files with 17 additions and 16 deletions
@@ -1,15 +1,16 @@
<?xml version='1.0' standalone='yes'?>
<span
<div
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:uix="OGo:uix"
xmlns:label="OGo:label"
xmlns:rsrc="OGo:url"
class="calendar"
>
<input type="submit"
class="button"
label:value="Add Attendee..."
name="validate"
onclick="return onConfirmContactSelection(null);" />
</span>
</div>
@@ -77,6 +77,11 @@
</var:foreach>
</ul>
<var:if condition="hasContactSelectionButtons">
<div class="contactSelection">
<var:component value="selectorComponent" />
</div>
</var:if>
</div>
<div class="dragHandle" id="dragHandle"
@@ -111,12 +116,6 @@
<!-- var:if condition="isPopup">
var:component-content />
/var:if> -->
<var:if condition="hasContactSelectionButtons">
<div class="contactSelection">
<var:component value="selectorComponent" />
</div>
</var:if>
</form>
<var:string value="errorAlertJavaScript" const:escapeHTML="NO" />
+9 -8
View File
@@ -302,21 +302,22 @@ DIV.contactSelection
z-index: 10;
background: inherit;
position: absolute;
bottom: 1em;
bottom: 0em;
padding: 1em;
right: 2em;
left: 0px;
right: 0px;
text-align: right;
background: #dbdad5;
border-top: 2px solid #fffffb;
border-left: 2px solid #fffffb;
border-right: 2px solid #888;
border-bottom: 2px solid #888;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
-moz-border-top-colors: -moz-buttonhoverface ThreeDHighlight;
-moz-border-left-colors: -moz-buttonhoverface ThreeDHighlight;
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent;
}
DIV.contactSelection > DIV.calendar
{ text-align: center; }
DIV.contactSelection INPUT.button
{ margin-top: .25em; }