diff options
author | friendica <info@friendica.com> | 2014-08-06 15:47:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-06 15:47:29 -0700 |
commit | 0903d57311dd02f1029cc879da71b3c4bb0e58cb (patch) | |
tree | 85f6b4537b36da37b0dccfb72d839f558227b026 /view/theme | |
parent | 22312b9577c38c5adebf74bf353500225ab48b20 (diff) | |
parent | d2a7b5babef88fc92212ad071daaf73461b35c90 (diff) | |
download | volse-hubzilla-0903d57311dd02f1029cc879da71b3c4bb0e58cb.tar.gz volse-hubzilla-0903d57311dd02f1029cc879da71b3c4bb0e58cb.tar.bz2 volse-hubzilla-0903d57311dd02f1029cc879da71b3c4bb0e58cb.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme')
-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 { |