aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-03-17 12:56:55 +0100
committerMario Vavti <mario@mariovavti.com>2016-03-17 12:56:55 +0100
commit40162cd6b712f45ecd21f41d7793b2a6be6ac021 (patch)
treefa4f234f4deb22a868e08a194dfaace1da55c190 /view/css
parenta41a05e6c0b0fa5f9497f0880a2db9d8d7374092 (diff)
downloadvolse-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.css23
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;
+}