diff --git a/UI/Contacts/UIxContactView.m b/UI/Contacts/UIxContactView.m index 5434ecc38..1c0e55dd6 100644 --- a/UI/Contacts/UIxContactView.m +++ b/UI/Contacts/UIxContactView.m @@ -73,10 +73,10 @@ value = [NSString stringWithFormat: @"%@", url, value, value]; if (label) - [cardString appendFormat: @"%@ %@
\n", + [cardString appendFormat: @"
%@
%@
\n", [self labelForKey: label], value]; else - [cardString appendFormat: @"%@
\n", value]; + [cardString appendFormat: @"
%@
\n", value]; } return cardString; @@ -196,14 +196,14 @@ mailTo = [NSString stringWithFormat: @"');\">" @"%@", email, fn, email, email]; - [secondaryEmails addObject: [self _cardStringWithLabel: @"Additional Email:" + [secondaryEmails addObject: [self _cardStringWithLabel: nil value: mailTo]]; } } } else { - [secondaryEmails addObject: [self _cardStringWithLabel: @"Additional Email:" + [secondaryEmails addObject: [self _cardStringWithLabel: nil value: mailTo]]; } @@ -575,7 +575,7 @@ data = [NSMutableString string]; [data appendString: city]; if ([city length] > 0 && [prov length] > 0) - [data appendString: @", "]; + [data appendString: @" "]; [data appendString: prov]; return [self _cardStringWithLabel: nil value: data]; @@ -592,7 +592,7 @@ data = [NSMutableString string]; [data appendString: postalCode]; if ([postalCode length] > 0 && [country length] > 0) - [data appendFormat: @", ", country]; + [data appendFormat: @" ", country]; [data appendString: country]; return [self _cardStringWithLabel: nil value: data]; diff --git a/UI/Templates/ContactsUI/UIxContactView.wox b/UI/Templates/ContactsUI/UIxContactView.wox index e00482085..9f216b09b 100644 --- a/UI/Templates/ContactsUI/UIxContactView.wox +++ b/UI/Templates/ContactsUI/UIxContactView.wox @@ -8,72 +8,80 @@ xmlns:uix="OGo:uix"> + > -

+
+
+

+
+ - - - +
-

+ +
- >

+

+
+ +
+
+

+
+ +
+
+
+
+

+
+ +
+

+ >
+

+
+ +
+
diff --git a/UI/Templates/ContactsUI/UIxListView.wox b/UI/Templates/ContactsUI/UIxListView.wox index c0a7a8552..6cffadb6c 100644 --- a/UI/Templates/ContactsUI/UIxListView.wox +++ b/UI/Templates/ContactsUI/UIxListView.wox @@ -11,18 +11,24 @@ const:popup="YES" >

- -

-
- -
-
- + + + diff --git a/UI/Templates/SchedulerUI/UIxCalendarProperties.wox b/UI/Templates/SchedulerUI/UIxCalendarProperties.wox index c62854e2f..285ffe274 100644 --- a/UI/Templates/SchedulerUI/UIxCalendarProperties.wox +++ b/UI/Templates/SchedulerUI/UIxCalendarProperties.wox @@ -118,11 +118,13 @@ > + /> +
+
diff --git a/UI/WebServerResources/ContactsUI.css b/UI/WebServerResources/ContactsUI.css index 122e3ebf2..c2298cadc 100644 --- a/UI/WebServerResources/ContactsUI.css +++ b/UI/WebServerResources/ContactsUI.css @@ -279,6 +279,38 @@ DIV.contactColumn H4 width: 100%; padding: .1em .2em; } +dt, dd { + line-height: 14px; +} + +dt { + color: #666; + line-height: 13px; +} +dd { + margin-left: 9px; +} +.dl-horizontal dt { + float: left; + width: 100px; + overflow: hidden; + clear: left; + text-align: right; + text-overflow: ellipsis; + white-space: nowrap; +} +.dl-horizontal dd { + margin-left: 110px; +} + +.dl-horizontal ul { + list-style-type: none; + margin: 0px; + padding-left: 0px; +} +.dl-horizontal li { + margin-left: 0; +} SPAN.photoFrame { cursor: pointer; float: left; diff --git a/UI/WebServerResources/SchedulerUI.css b/UI/WebServerResources/SchedulerUI.css index 5b9bef6a7..e6bc2d6c3 100644 --- a/UI/WebServerResources/SchedulerUI.css +++ b/UI/WebServerResources/SchedulerUI.css @@ -1293,8 +1293,10 @@ DIV.event > DIV.eventInside padding: 1px; top: 0px; bottom: 0px; - left: 0px; - right: 0px; } + left: 2px; + right: 1px; + -webkit-border-radius: 2px; + border-radius: 2px; } DIV.eventInside SPAN.location { font-size: smaller; } diff --git a/UI/WebServerResources/UIxCalendarProperties.css b/UI/WebServerResources/UIxCalendarProperties.css index 41558c37e..dbb7b6f9f 100644 --- a/UI/WebServerResources/UIxCalendarProperties.css +++ b/UI/WebServerResources/UIxCalendarProperties.css @@ -13,19 +13,20 @@ FIELDSET DIV SPAN.label { cursor: default; - width: 60px; + width: 55px; text-align: right; line-height: 2em; float: left; display: block; } INPUT.checkBox -{ margin-left: 35px; } +{ margin-left: 38px; + margin-right: 6px; } SPAN.content -{ display: block; - line-height: 1.5em; - vertical-align: middle; } +{ line-height: 1.5em; + vertical-align: middle; + margin-left: 4px; } SPAN.content INPUT.textField { width: 160px; }