diff options
author | Friendika <info@friendika.com> | 2011-03-11 20:06:13 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-11 20:06:13 -0800 |
commit | ee210718ccbef15432741665ce2b13379067804e (patch) | |
tree | 15dd51805475782c14add0d05d67b5a157ad64bf /view | |
parent | 5e2f0ff05596cf572f5fbd0fc1c43b06a394ee31 (diff) | |
download | volse-hubzilla-ee210718ccbef15432741665ce2b13379067804e.tar.gz volse-hubzilla-ee210718ccbef15432741665ce2b13379067804e.tar.bz2 volse-hubzilla-ee210718ccbef15432741665ce2b13379067804e.zip |
photo album prev/next links
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/duepuntozero/style.css | 13 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 14 |
2 files changed, 27 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index d4643b20a..c54b9835a 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2094,3 +2094,16 @@ a.mail-list-link { margin-top: 20px; } +#photo-prev-link, #photo-next-link { + padding: 10px; + float: left; +} + +#photo-photo { + float: left; +} + +#photo-photo-end { + clear: both; +} + diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index ffd352c5a..4461907bb 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2126,3 +2126,17 @@ a.mail-list-link { margin-top: 20px; } + +#photo-prev-link, #photo-next-link { + padding: 10px; + float: left; +} + +#photo-photo { + float: left; +} + +#photo-photo-end { + clear: both; +} + |