diff options
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; } |