diff options
author | Friendika <info@friendika.com> | 2011-06-13 20:32:30 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-13 20:32:30 -0700 |
commit | fb92dbf5d683c3d92a76216c09d23e338c7d3341 (patch) | |
tree | 9b405b273b1ec779074609ded358a8c0ecc20a10 /view/theme/duepuntozero | |
parent | d5fdd4287dec00adcb08e389385b1ecbc23cca6a (diff) | |
download | volse-hubzilla-fb92dbf5d683c3d92a76216c09d23e338c7d3341.tar.gz volse-hubzilla-fb92dbf5d683c3d92a76216c09d23e338c7d3341.tar.bz2 volse-hubzilla-fb92dbf5d683c3d92a76216c09d23e338c7d3341.zip |
link events + personal notes to profile tabs
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 892814804..9555a1e96 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2224,7 +2224,8 @@ a.mail-list-link { } .eventcal { - font-size: 24px; + float: left; + font-size: 20px; } #new-event-link { @@ -2245,6 +2246,17 @@ a.mail-list-link { .event-start .dtstart, .event-end .dtend { float: right; } + +.prevcal, .nextcal { + float: left; + margin-left: 32px; + margin-right: 32px; + margin-top: 64px; +} +.event-calendar-end { + clear: both; +} + .calendar { font-family: Courier, monospace; @@ -2454,6 +2466,8 @@ a.mail-list-link { } + + #lang-select-icon { cursor: pointer; position: absolute; @@ -2505,6 +2519,8 @@ a.mail-list-link { .youtube { background-position: -64px -32px;} .attach { background-position: -80px -32px; } .language { background-position: -96px -32px; } +.prev { background-position: -112px -32px; } +.next { background-position: -128px -32px; } .attachtype { |