diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-06-23 12:36:36 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-06-23 12:36:36 +0200 |
commit | e7737d2ea46d18f6098885b9a5aa0fc9eef34d90 (patch) | |
tree | 4182bdb57594b291eefbcff752e56ea2525a0701 /view/theme | |
parent | 95a933c9a2c34bad936da5fdfea3fcd0614fc56a (diff) | |
download | volse-hubzilla-e7737d2ea46d18f6098885b9a5aa0fc9eef34d90.tar.gz volse-hubzilla-e7737d2ea46d18f6098885b9a5aa0fc9eef34d90.tar.bz2 volse-hubzilla-e7737d2ea46d18f6098885b9a5aa0fc9eef34d90.zip |
dispy: style profile tab
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/dispy/style.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 7bb282184..ac70ff679 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -560,7 +560,14 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;} padding-left: 10px; } - +/** + * profile + **/ + +div[id$="text"] { font-weight: bold; float: left; width: 200px; } +div[id$="wrapper"] { height: 100%; margin-bottom: 1em; } +div[id$="wrapper"] br { clear: left; } +#advanced-profile-with { margin-left: 200px; } /** * photos |