diff options
author | friendica <info@friendica.com> | 2014-08-09 15:21:37 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-09 15:21:37 -0700 |
commit | 229ffd59acf40969d0f20fca34a813f83b1a7944 (patch) | |
tree | a4c6cd37bff2bc2eb51b46cbbaee2c6e04f764f3 /view/css | |
parent | 1397c6f9948f6b4e44fee2d08acd9ebb416f63a4 (diff) | |
parent | bec565cdc3403c5f7577af89ada4b7f1df110a36 (diff) | |
download | volse-hubzilla-229ffd59acf40969d0f20fca34a813f83b1a7944.tar.gz volse-hubzilla-229ffd59acf40969d0f20fca34a813f83b1a7944.tar.bz2 volse-hubzilla-229ffd59acf40969d0f20fca34a813f83b1a7944.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_message.css | 10 | ||||
-rw-r--r-- | view/css/mod_profiles.css | 10 |
2 files changed, 12 insertions, 8 deletions
diff --git a/view/css/mod_message.css b/view/css/mod_message.css index c278f4d53..7c45e05be 100644 --- a/view/css/mod_message.css +++ b/view/css/mod_message.css @@ -1,3 +1,13 @@ +/* message side */ + +#message-check { + text-align: left; + white-space: normal; + margin-top: 48px; + margin-bottom: 15px; +} + + /* message */ #mail-list-wrapper { diff --git a/view/css/mod_profiles.css b/view/css/mod_profiles.css index 78f8e6cc5..35ef73cec 100644 --- a/view/css/mod_profiles.css +++ b/view/css/mod_profiles.css @@ -13,16 +13,10 @@ } -#profile-listing-desc, #profile-stuff-link { - margin-left: 30px; +#profile-listing-desc, #profile-stuff-link, #profile-listing-new-link-wrapper { + margin: 15px 10px 15px 0; } -#profile-listing-new-link-wrapper { - margin-left: 30px; - margin-bottom: 30px; -} - - #profile-edit-links-end { clear: both; margin-bottom: 15px; |