diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-08-06 21:49:30 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-08-06 21:49:30 +0000 |
commit | d2a7b5babef88fc92212ad071daaf73461b35c90 (patch) | |
tree | f79dba148a4f522c32ab2e711cc5574d1c4e1b65 /view/theme/redbasic | |
parent | 47d496eee3a5cd8c5da212945c31cc2eb05b6416 (diff) | |
download | volse-hubzilla-d2a7b5babef88fc92212ad071daaf73461b35c90.tar.gz volse-hubzilla-d2a7b5babef88fc92212ad071daaf73461b35c90.tar.bz2 volse-hubzilla-d2a7b5babef88fc92212ad071daaf73461b35c90.zip |
Reworked the options on the profile edit page. In one words: buttons. Hope you liked it. Revert or fix if not. Also reworked the channels manage page a bit, because channel names where not readable with larger fonts. Not perfect yet, but now readable and I think better aligned. Also revert/fix if not good.
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 92ec48b77..15c0ae8a5 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -368,13 +368,33 @@ aside li { clear: both; } +#profile-edit-links { + width: $converse_width; + padding-top: 15px; + padding-bottom: 15px; +} -#profile-edit-links ul { - list-style-type: none; +#profile-edit-links .btn { + margin: 0 10px 15px 0; } -#profile-edit-links li { - margin-top: 10px; +.profile-import { + vertical-align: top; + text-align: left; +} + +.profile-import b { + color: $link_colour; +} + +.profile-import input { + color: $font_colour; + border: none; +} + +#profile-edit-drop-link { + color: #FFF; + font-weight: normal; } #profile-like { |