From: hauke Date: Sun, 27 Apr 2014 12:35:32 +0000 (+0200) Subject: bug fix: event entry. long text doesn't wrap in colorbox popup X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=21f500482169c380db5208ff49534aedff150453;p=friendica.git bug fix: event entry. long text doesn't wrap in colorbox popup --- 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; }