diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-17 12:56:55 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-17 12:56:55 +0100 |
commit | 40162cd6b712f45ecd21f41d7793b2a6be6ac021 (patch) | |
tree | fa4f234f4deb22a868e08a194dfaace1da55c190 /view/css | |
parent | a41a05e6c0b0fa5f9497f0880a2db9d8d7374092 (diff) | |
download | volse-hubzilla-40162cd6b712f45ecd21f41d7793b2a6be6ac021.tar.gz volse-hubzilla-40162cd6b712f45ecd21f41d7793b2a6be6ac021.tar.bz2 volse-hubzilla-40162cd6b712f45ecd21f41d7793b2a6be6ac021.zip |
some work on profile listing
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_profiles.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/view/css/mod_profiles.css b/view/css/mod_profiles.css index eec67be15..4d83e6419 100644 --- a/view/css/mod_profiles.css +++ b/view/css/mod_profiles.css @@ -6,3 +6,26 @@ padding: 7px 10px; width: 100%; } + +.profile-listing-table { + display: table; + width: 100%; +} + +.profile-listing-row { + display: table-row; +} + +.profile-listing-cell { + display: table-cell; +} + +.profile-listing-edit-link { + margin: 10px; +} + +.profile-listing-photo { + width: 48px; + height: 48px; + margin: 10px 0px; +} |