aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/loozah
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-25 05:15:05 -0700
committerFriendika <info@friendika.com>2011-08-25 05:15:05 -0700
commit83605cf3dc03be7c2ddad48d04aede90d68069e3 (patch)
tree1ec732195bbfd3d00b99a144a50f136a854e34bc /view/theme/loozah
parent71fc694c6715601f8d9cabcb1835c66a23aea4ca (diff)
downloadvolse-hubzilla-83605cf3dc03be7c2ddad48d04aede90d68069e3.tar.gz
volse-hubzilla-83605cf3dc03be7c2ddad48d04aede90d68069e3.tar.bz2
volse-hubzilla-83605cf3dc03be7c2ddad48d04aede90d68069e3.zip
theme settings for contact photo menu
Diffstat (limited to 'view/theme/loozah')
-rw-r--r--view/theme/loozah/style.css35
1 files changed, 33 insertions, 2 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css
index c58bda5bb..74d9058f7 100644
--- a/view/theme/loozah/style.css
+++ b/view/theme/loozah/style.css
@@ -841,7 +841,8 @@ input#dfrn-url {
.contact-entry-wrapper {
float: left;
- width: 180px;
+ width: 120px;
+ height: 120px;
}
.contact-entry-direction-icon {
@@ -857,7 +858,9 @@ input#dfrn-url {
}
.contact-entry-name {
float: left;
- margin-left: 30px;
+ margin-left: 0px;
+ width: 120px;
+ oveflow: hidden;
}
.contact-entry-edit-links {
margin-top: 6px;
@@ -875,6 +878,7 @@ input#dfrn-url {
}
.contact-entry-photo {
float: left;
+ position: relative;
}
.contact-entry-end {
clear: both;
@@ -884,6 +888,33 @@ input#dfrn-url {
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: 100px;
+ 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; }
#fsuggest-desc, #fsuggest-submit-wrapper {
margin-top: 15px;