diff options
author | Olivier Migeot <olivier@migeot.org> | 2011-04-12 13:55:43 +0200 |
---|---|---|
committer | Olivier Migeot <olivier@migeot.org> | 2011-04-12 13:55:43 +0200 |
commit | 85f709320b588f3231875d097217bd9abd223c9f (patch) | |
tree | 988f92ae345657ece74dbcc9dd0d8f17d41f20a5 /view/theme | |
parent | 294577a48b2d6356dd7695716ea0379bf3a087df (diff) | |
parent | 6da84027afa18633ac5d5dacce99bb244be2aa7b (diff) | |
download | volse-hubzilla-85f709320b588f3231875d097217bd9abd223c9f.tar.gz volse-hubzilla-85f709320b588f3231875d097217bd9abd223c9f.tar.bz2 volse-hubzilla-85f709320b588f3231875d097217bd9abd223c9f.zip |
Merge remote branch 'mike/master'
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 16 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 24 |
2 files changed, 36 insertions, 4 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index bfa004a65..cc55f7887 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -621,6 +621,11 @@ input#dfrn-url { #profile-photo-link-select-wrapper { margin-top: 2em; } + +#profile-photo-submit-wrapper { + margin-top: 10px; +} + #profile-photo-wrapper img { width:175px; height:175px; @@ -2220,4 +2225,13 @@ a.mail-list-link { position: absolute; top: 0; left: 0; -) +} + +#group-members { + margin-top: 20px; +} + +#group-members-end { + clear: both; +} + diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index d6ddb26dd..17b4e7fb2 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1005,8 +1005,6 @@ input#dfrn-url { .wall-item-arrowphoto-wrapper { margin-top: 40px; - margin-right: 20px; - float: left; } .wall-item-wrapper { margin-left: 10px;; @@ -1037,6 +1035,16 @@ input#dfrn-url { margin-left: 15px; } +.wall-item-info.wallwall { + width: 285px; +} + +.wwto, .wall-item-arrowphoto-wrapper, .wwfrom { + float: left; + margin-right: 10px; +} + + .wall-item-links-wrapper { float: left; } @@ -2240,4 +2248,14 @@ a.mail-list-link { position: absolute; top: 0; left: 0; -) +} + + +#group-members { + margin-top: 20px; +} + +#group-members-end { + clear: both; +} + |