diff options
author | Friendika <info@friendika.com> | 2011-06-08 21:06:02 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-08 21:06:02 -0700 |
commit | df8ac668b800ecf64ab2c240678eb87b225cb513 (patch) | |
tree | 7fcfe4b55fb282dfd95bd8500ad92518c7a4acaa /view/theme | |
parent | a10abd4860ee2e34b197fd7c1bba295cd35c1a9b (diff) | |
download | volse-hubzilla-df8ac668b800ecf64ab2c240678eb87b225cb513.tar.gz volse-hubzilla-df8ac668b800ecf64ab2c240678eb87b225cb513.tar.bz2 volse-hubzilla-df8ac668b800ecf64ab2c240678eb87b225cb513.zip |
more calendar work, undo strict_privacy flag to use different approach
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index c5e441bfd..61a897904 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2227,6 +2227,21 @@ a.mail-list-link { font-size: 24px; } +.event-description:before { + content: url('../../../images/calendar.png'); + margin-right: 15px; +} + +.event-start, .event-end { + margin-left: 10px; + width: 330px; + clear: both; +} + +.event-start .dtstart, .event-end .dtend { + float: right; +} + .calendar { font-family: Courier, monospace; } |