diff --git a/UI/Templates/ContactsUI/UIxContactsCalendarsSelection.wox b/UI/Templates/ContactsUI/UIxContactsCalendarsSelection.wox index 8f4c8ae30..2a7b5ba9d 100644 --- a/UI/Templates/ContactsUI/UIxContactsCalendarsSelection.wox +++ b/UI/Templates/ContactsUI/UIxContactsCalendarsSelection.wox @@ -1,15 +1,16 @@ - - + diff --git a/UI/Templates/ContactsUI/UIxContactsListViewContainer.wox b/UI/Templates/ContactsUI/UIxContactsListViewContainer.wox index 5548ec7a0..e51ad1b57 100644 --- a/UI/Templates/ContactsUI/UIxContactsListViewContainer.wox +++ b/UI/Templates/ContactsUI/UIxContactsListViewContainer.wox @@ -77,6 +77,11 @@ + +
+ +
+
var:component-content /> /var:if> --> - - -
- -
-
diff --git a/UI/WebServerResources/ContactsUI.css b/UI/WebServerResources/ContactsUI.css index 9034a2b7c..9a78b8efe 100644 --- a/UI/WebServerResources/ContactsUI.css +++ b/UI/WebServerResources/ContactsUI.css @@ -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; }