diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-01-27 00:24:05 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-01-27 00:24:05 +0100 |
commit | 68030d12cfefa8982774cca9714b0c1eed7b9537 (patch) | |
tree | 236212dd522b8443206165efa3e9f8fee106c3e2 /view/theme | |
parent | 3494fddd7c13637c8fb25104002b59448f182e79 (diff) | |
download | volse-hubzilla-68030d12cfefa8982774cca9714b0c1eed7b9537.tar.gz volse-hubzilla-68030d12cfefa8982774cca9714b0c1eed7b9537.tar.bz2 volse-hubzilla-68030d12cfefa8982774cca9714b0c1eed7b9537.zip |
Linking new connection notification to pending connections (see Channel 1) and improved email notifications about new connections. Could not find a way to do this also for the generic notifications. Added hub domain of channel address on the new channel page. A few people on my hub didn't understood. This example will make it more clear. Some minor bits.
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/schema/dark.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index f65e9aac9..b667dca5c 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -10,7 +10,13 @@ } #profile-photo-wrapper { - border:none; + border: none; +} + +#profile-edit-default-desc { + background-color: #665029; + color: #FFF; + padding: 20px; } .photo { |