diff options
author | friendica <info@friendica.com> | 2014-03-02 19:40:59 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-02 19:40:59 -0800 |
commit | 7baeb451836752a612ca976db04aeffcafeb621d (patch) | |
tree | 09a75e437616318eecc689c5331344c112fe4afd /view/css | |
parent | b98ddc69de966fbb8a47ba5ca4947c6cb3f81618 (diff) | |
download | volse-hubzilla-7baeb451836752a612ca976db04aeffcafeb621d.tar.gz volse-hubzilla-7baeb451836752a612ca976db04aeffcafeb621d.tar.bz2 volse-hubzilla-7baeb451836752a612ca976db04aeffcafeb621d.zip |
some anomolies found when viewing connections in various cases.
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_viewconnections.css | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/view/css/mod_viewconnections.css b/view/css/mod_viewconnections.css new file mode 100644 index 000000000..56add4cac --- /dev/null +++ b/view/css/mod_viewconnections.css @@ -0,0 +1,33 @@ + + +.contact-entry-wrapper { + float: left; + width: 120px; + height: 120px; + padding: 10px; +} + +#contacts-search { + font-size: 1em; + width: 300px; +} + +#contacts-search-end { + margin-bottom: 10px; +} + +.contact-entry-photo-end { + clear: both; +} + +.contact-entry-name { + float: left; + margin-left: 0px; + margin-right: 10px; + width: 120px; + overflow: hidden; +} + +.contact-entry-end { + clear: both; +} |