diff options
author | friendica <info@friendica.com> | 2015-02-09 18:58:43 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-09 18:58:43 -0800 |
commit | fce51876c9d2d8803acddaa9c5b4980eb82ec357 (patch) | |
tree | e94b52b76ab6c4c75abd3e2e39b30d0f70d01c78 /view/theme | |
parent | ad731b7c7bc1fa0a0af10127154e1aa8dc94ef24 (diff) | |
download | volse-hubzilla-fce51876c9d2d8803acddaa9c5b4980eb82ec357.tar.gz volse-hubzilla-fce51876c9d2d8803acddaa9c5b4980eb82ec357.tar.bz2 volse-hubzilla-fce51876c9d2d8803acddaa9c5b4980eb82ec357.zip |
bring some styling back to the colorbox and improve the event preview ability
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 451c3b3ee..b62136427 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -575,15 +575,10 @@ footer { #cboxContent { color: $dirpopup_txtcol; - margin: 5px; -} - -#cboxClose { - margin: 10px; } #colorbox { - margin: 5px; + padding: 5px; } #cboxContent a { @@ -974,14 +969,13 @@ nav .acpopup { .vevent { max-width: 100%; - margin-left: 10px; - margin-right: 10px; + margin: 10px; + padding: 10px; border: 1px solid #CCCCCC; } .vevent .event-summary { - margin-left: 10px; - margin-right: 10px; + margin: 10px; font-weight: bold; } @@ -1027,6 +1021,7 @@ nav .acpopup { .event-start .dtstart, .event-end .dtend { float: right; + margin-right: 10px; } .event-list-date { |