Skip to content
Snippets Groups Projects
Commit 576e70aa authored by Paul Guslisty's avatar Paul Guslisty
Browse files

EXT-8412 FIXED (Group Profile > Notices > Add label to + button, move header down)

- Added a text label to the + button reading \"New Notice\"
- Add more padding between button and content below

Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/766/

--HG--
branch : product-engine
parent 4a999fe0
No related branches found
No related tags found
No related merge requests found
...@@ -76,19 +76,22 @@ Maximum 200 per group daily ...@@ -76,19 +76,22 @@ Maximum 200 per group daily
follows="top|left" follows="top|left"
height="23" height="23"
image_overlay="AddItem_Off" image_overlay="AddItem_Off"
image_overlay_alignment="left"
imgoverlay_label_space="-10"
label="New Notice"
layout="topleft" layout="topleft"
left="5" left="5"
name="create_new_notice" name="create_new_notice"
tool_tip="Create a new notice" tool_tip="Create a new notice"
top_delta="-3" top_delta="0"
width="23" /> width="93" />
<button <button
follows="top|left" follows="top|left"
height="23" height="23"
image_overlay="Refresh_Off" image_overlay="Refresh_Off"
layout="topleft" layout="topleft"
name="refresh_notices" name="refresh_notices"
left_pad="230" left="260"
tool_tip="Refresh list of notices" tool_tip="Refresh list of notices"
top_delta="0" top_delta="0"
width="23" /> width="23" />
...@@ -113,7 +116,7 @@ Maximum 200 per group daily ...@@ -113,7 +116,7 @@ Maximum 200 per group daily
mouse_opaque="false" mouse_opaque="false"
name="lbl" name="lbl"
text_color="EmphasisColor" text_color="EmphasisColor"
top="0" top="5"
width="200"> width="200">
Create a Notice Create a Notice
</text> </text>
...@@ -270,7 +273,7 @@ Maximum 200 per group daily ...@@ -270,7 +273,7 @@ Maximum 200 per group daily
mouse_opaque="false" mouse_opaque="false"
name="lbl" name="lbl"
text_color="EmphasisColor" text_color="EmphasisColor"
top_pad="0" top_pad="5"
width="265"> width="265">
Archived Notice Archived Notice
</text> </text>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment