diff options
author | Friendika <info@friendika.com> | 2011-07-04 22:17:35 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-04 22:17:35 -0700 |
commit | 92831c9416c58d57f93b59748534b82ef0fb53cc (patch) | |
tree | e1362a344d73a34ead26f66ab517e2ea8fbd7aca /view | |
parent | 5e1335ac892ce07bf7b1a3a043f71b8abbed8dba (diff) | |
parent | 4e7a5dc56ebb8d99ed06b0b303c4ee24460ae6a8 (diff) | |
download | volse-hubzilla-92831c9416c58d57f93b59748534b82ef0fb53cc.tar.gz volse-hubzilla-92831c9416c58d57f93b59748534b82ef0fb53cc.tar.bz2 volse-hubzilla-92831c9416c58d57f93b59748534b82ef0fb53cc.zip |
Merge pull request #135 from fabrixxm/dispy
More Dispy css
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/dispy/style.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index ac70ff679..49586e307 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -564,7 +564,7 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;} * profile **/ -div[id$="text"] { font-weight: bold; float: left; width: 200px; } +div[id$="text"] { font-weight: bold; border-bottom: 1px solid #cccccc; } div[id$="wrapper"] { height: 100%; margin-bottom: 1em; } div[id$="wrapper"] br { clear: left; } #advanced-profile-with { margin-left: 200px; } @@ -592,6 +592,9 @@ div[id$="wrapper"] br { clear: left; } } +#photo-photo { max-width: 100% } +#photo-photo img { max-width: 100% } + .photo-top-image-wrapper a:hover, #photo-photo a:hover, .photo-album-image-wrapper a:hover { @@ -689,6 +692,15 @@ div[id$="wrapper"] br { clear: left; } .mail-list-delete-wrapper { float: right; } .mail-list-outside-wrapper-end { clear: both;} +.mail-conv-sender {float: left; margin: 0px 5px 5px 0px } +.mail-conv-sender-photo { width: 32px; height: 32px } +.mail-conv-sender-name { float: left } +.mail-conv-date { float: right } +.mail-conv-subject { clear: right; font-weight: bold; font-size: 1.2em } +.mail-conv-body { clear: both; } +.mail-conv-delete-wrapper { margin-top: 5px; } + + /** * contacts */ |