diff options
author | friendica <info@friendica.com> | 2013-12-11 14:54:36 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-11 14:54:36 -0800 |
commit | 40e2900326a25ba0e2feedb802d38b7052b194cc (patch) | |
tree | b2de897ab6f3c9803c890ca7f56a928d9153683e /view/theme | |
parent | 652959678f47b84830123df4fac8add31657b4c9 (diff) | |
download | volse-hubzilla-40e2900326a25ba0e2feedb802d38b7052b194cc.tar.gz volse-hubzilla-40e2900326a25ba0e2feedb802d38b7052b194cc.tar.bz2 volse-hubzilla-40e2900326a25ba0e2feedb802d38b7052b194cc.zip |
comanchify all the simple cases - those that only load a profile. Rework permission checks for the profile sidebar so that it is all done internally. Remove crepair which we aren't using.
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index e13bc1edb..b7883f42e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2549,3 +2549,55 @@ img.mail-list-sender-photo { #note-save { margin-top: 10px; } +/* need to put these back in the theme for now - used in more than one module */ + +.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 img { + border: none; +} +.contact-entry-photo-end { + clear: both; +} +.contact-entry-name { + float: left; + margin-left: 0px; + margin-right: 10px; + width: 120px; + overflow: hidden; +} +.contact-entry-edit-links { + margin-top: 6px; + margin-left: 10px; + width: 16px; +} +.contact-entry-nav-wrapper { + float: left; + margin-left: 10px; +} + +.contact-entry-edit-links img { + border: none; + margin-right: 15px; +} +.contact-entry-photo { + float: left; + position: relative; +} +.contact-entry-end { + clear: both; +} |