From 21f500482169c380db5208ff49534aedff150453 Mon Sep 17 00:00:00 2001 From: hauke Date: Sun, 27 Apr 2014 14:35:32 +0200 Subject: [PATCH 1/5] bug fix: event entry. long text doesn't wrap in colorbox popup --- view/theme/vier/style.css | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 5e8d97418c..0c6e42959d 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -2316,25 +2316,16 @@ a.mail-list-link { font-size: 20px; } -.vevent { +/*.vevent { border: 1px solid #CCCCCC; -} -.vevent .event-description, .vevent .event-location { - margin-left: 10px; - margin-right: 10px; -} -.vevent .event-start { - margin-left: 10px; - margin-right: 10px; -} +}*/ -#new-event-link { - margin-bottom: 10px; -} -.edit-event-link, .plink-event-link { - float: left; - margin-top: 4px; +.vevent { + border: 1px solid #CCCCCC; + max-width: 600px; + position: relative; + margin-top: 4px; margin-right: 4px; margin-bottom: 15px; } From c111cec5609dd0ebafeeef7b71a176fb2719f5de Mon Sep 17 00:00:00 2001 From: hauke Date: Sun, 27 Apr 2014 14:41:31 +0200 Subject: [PATCH 2/5] event entry: added some padding for a nicer look --- view/theme/vier/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 0c6e42959d..1f76c84a3c 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -2328,6 +2328,7 @@ a.mail-list-link { margin-top: 4px; margin-right: 4px; margin-bottom: 15px; + padding: 5px; } .event-description:before { From cd1a726d87bfec1dd7853f74c9a451359ad6d74c Mon Sep 17 00:00:00 2001 From: hauke Date: Sun, 27 Apr 2014 14:44:42 +0200 Subject: [PATCH 3/5] code cleanup --- view/theme/vier/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 1f76c84a3c..4e345da55a 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -2316,11 +2316,6 @@ a.mail-list-link { font-size: 20px; } -/*.vevent { - border: 1px solid #CCCCCC; -}*/ - - .vevent { border: 1px solid #CCCCCC; max-width: 600px; From f14835ce4a03473270703313f1f460b2e8b09182 Mon Sep 17 00:00:00 2001 From: hauke Date: Sun, 27 Apr 2014 14:50:39 +0200 Subject: [PATCH 4/5] re-added missing styles for event --- view/theme/vier/style.css | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 4e345da55a..ff3d65a2f3 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -2323,7 +2323,26 @@ a.mail-list-link { margin-top: 4px; margin-right: 4px; margin-bottom: 15px; - padding: 5px; +} + +.vevent .event-description, .vevent .event-location { + margin-left: 10px; + margin-right: 10px; +} +.vevent .event-start { + margin-left: 10px; + margin-right: 10px; +} + +#new-event-link { + margin-bottom: 10px; +} + +.edit-event-link, .plink-event-link { + float: left; + margin-top: 4px; + margin-right: 4px; + margin-bottom: 15px; } .event-description:before { From b8bf26ec1f4184c1f843c681241b2d212464a564 Mon Sep 17 00:00:00 2001 From: hauke Date: Sun, 27 Apr 2014 14:53:45 +0200 Subject: [PATCH 5/5] code cleanup, replaced tabs with spaces --- view/theme/vier/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index ff3d65a2f3..4b78d967e1 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -2317,10 +2317,10 @@ a.mail-list-link { } .vevent { - border: 1px solid #CCCCCC; - max-width: 600px; - position: relative; - margin-top: 4px; + border: 1px solid #CCCCCC; + max-width: 600px; + position: relative; + margin-top: 4px; margin-right: 4px; margin-bottom: 15px; }