diff options
author | Friendika <info@friendika.com> | 2011-03-22 02:21:53 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-22 02:21:53 -0700 |
commit | cd2a0802e4840253540f256fc49459b8e7c1e911 (patch) | |
tree | 216f39440ec2bfe83b254ecf0a31c4afb4d4347f /view/theme | |
parent | 89977cd87ca90ff0619e730675d7eae70be1b7d4 (diff) | |
download | volse-hubzilla-cd2a0802e4840253540f256fc49459b8e7c1e911.tar.gz volse-hubzilla-cd2a0802e4840253540f256fc49459b8e7c1e911.tar.bz2 volse-hubzilla-cd2a0802e4840253540f256fc49459b8e7c1e911.zip |
horizontal match layout
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 7 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 8 |
2 files changed, 15 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 4f6d6c196..eda3cbf27 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2162,6 +2162,13 @@ a.mail-list-link { clear: both; } +.profile-match-wrapper { + float: left; + padding: 10px; +} +#profile-match-wrapper-end { + clear: both; +} .side-link { margin-bottom: 15px; } diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 49c83c83c..4a092c6d2 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2188,6 +2188,14 @@ a.mail-list-link { clear: both; } +.profile-match-wrapper { + float: left; + padding: 10px; +} +#profile-match-wrapper-end { + clear: both; +} + .side-link { margin-bottom: 15px; } |