diff options
author | Friendika <info@friendika.com> | 2011-08-25 05:15:05 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-25 05:15:05 -0700 |
commit | 83605cf3dc03be7c2ddad48d04aede90d68069e3 (patch) | |
tree | 1ec732195bbfd3d00b99a144a50f136a854e34bc /view/theme/dispy | |
parent | 71fc694c6715601f8d9cabcb1835c66a23aea4ca (diff) | |
download | volse-hubzilla-83605cf3dc03be7c2ddad48d04aede90d68069e3.tar.gz volse-hubzilla-83605cf3dc03be7c2ddad48d04aede90d68069e3.tar.bz2 volse-hubzilla-83605cf3dc03be7c2ddad48d04aede90d68069e3.zip |
theme settings for contact photo menu
Diffstat (limited to 'view/theme/dispy')
-rw-r--r-- | view/theme/dispy/photo-menu.jpg | bin | 0 -> 459 bytes | |||
-rw-r--r-- | view/theme/dispy/style.css | 36 |
2 files changed, 35 insertions, 1 deletions
diff --git a/view/theme/dispy/photo-menu.jpg b/view/theme/dispy/photo-menu.jpg Binary files differnew file mode 100644 index 000000000..fde5eb535 --- /dev/null +++ b/view/theme/dispy/photo-menu.jpg diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index e9d11d601..aa8d82bbb 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -688,12 +688,17 @@ div[id$="wrapper"] br { clear: left; } */ .view-contact-wrapper, -.contact-entry-wrapper { float: left; margin-right: 20px; margin-bottom: 20px; position: relative;} +.contact-entry-wrapper { float: left; margin-right: 20px; margin-bottom: 20px; width: 120px; height: 120px; position: relative;} .contact-entry-direction-wrapper {position: absolute; top: 20px;} .contact-entry-edit-links { position: absolute; top: 60px; } .contact-entry-photo { margin-left:20px; } +.contact-entry-name { width: 120px; overflow: hidden; } +.contact-entry-photo { + position: relative; +} + .contact-entry-edit-links .icon { border: 1px solid #babdb6; -webkit-border-radius: 3px; @@ -720,6 +725,35 @@ div[id$="wrapper"] br { clear: left; } #contact-edit-poll-text { display: inline; } #contact-edit-end { clear: both; } +.contact-photo-menu-button { + position: absolute; + background-image: url("photo-menu.jpg"); + background-position: top left; + background-repeat: no-repeat; + margin: 0px; padding: 0px; + width: 16px; + height: 16px; + top: 64px; left:0px; + overflow: hidden; + text-indent: 40px; + display: none; + +} +.contact-photo-menu { + width: auto; + border: 2px solid #444444; + background: #FFFFFF; + position: absolute; + left: 0px; top: 90px; + display: none; + z-index: 10000; +} +.contact-photo-menu ul { margin:0px; padding: 0px; list-style: none } +.contact-photo-menu li a { display: block; padding: 2px; } +.contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; } + + + /** * register, settings & profile forms */ |