diff options
author | Friendika <info@friendika.com> | 2011-10-26 16:57:25 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-26 16:57:25 -0700 |
commit | 2f3e39ba15b45b56ef750bd1d15a23c510ec798d (patch) | |
tree | c02acb1520af96fbba8e890b2e38c7cd8e5b904e /view/theme/testbubble | |
parent | 2d22a58324194ebb37b042658db5a8fc2d94b3a7 (diff) | |
download | volse-hubzilla-2f3e39ba15b45b56ef750bd1d15a23c510ec798d.tar.gz volse-hubzilla-2f3e39ba15b45b56ef750bd1d15a23c510ec798d.tar.bz2 volse-hubzilla-2f3e39ba15b45b56ef750bd1d15a23c510ec798d.zip |
edit profile quick link
Diffstat (limited to 'view/theme/testbubble')
-rw-r--r-- | view/theme/testbubble/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index 9c04ec4ba..91920e84d 100644 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css @@ -1244,6 +1244,12 @@ div[id$="wrapper"] br { clear: left; } background-color: #b20202; } +.profile-edit-side-div { + margin-top: 5px; + margin-right: 30px; + float: right; +} + #cropimage-wrapper { float:left; } #crop-image-form { clear:both; } |