diff options
author | callum_linden <none@none> | 2014-03-14 14:25:50 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-03-14 14:25:50 -0700 |
commit | 6ec6a75e618f052731c1013faca776cb572211ff (patch) | |
tree | 40ac088e2c659dd435c445715da9faa2278f47b0 /indra/newview/skins/default | |
parent | 3c6e5d4a11310ac42b56c782b77aef67a21f79b3 (diff) |
WENG-1470: typeface size changes and tightened up vertical allignment as per design input
Diffstat (limited to 'indra/newview/skins/default')
-rwxr-xr-x | indra/newview/skins/default/xui/en/panel_login.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_login.xml b/indra/newview/skins/default/xui/en/panel_login.xml index 418b933773..4893eeafb1 100755 --- a/indra/newview/skins/default/xui/en/panel_login.xml +++ b/indra/newview/skins/default/xui/en/panel_login.xml @@ -37,9 +37,9 @@ <icon
height="73"
width="165"
- bottom="112"
image_name="login_sl_logo"
left="0"
+ top="25"
name="sl_logo_small" />
<combo_box
left_pad="22"
@@ -79,9 +79,9 @@ <check_box
control_name="RememberPassword"
follows="left|top"
- font="SansSerifLarge"
+ font="SansSerifMedium"
left_pad="20"
- bottom_delta="-16"
+ bottom_delta="-14"
height="24"
label="Remember me"
check_button.bottom="3"
@@ -89,7 +89,7 @@ width="145" />
<text
follows="left|top"
- font="SansSerifLarge"
+ font="SansSerifMedium"
text_color="EmphasisColor"
height="16"
name="forgot_password_text"
@@ -111,7 +111,7 @@ left="0"
width="80"
height="26"
- bottom_delta="56" />
+ bottom_delta="44" />
<text
follows="left|top"
font="SansSerifLarge"
@@ -208,7 +208,7 @@ left="0"
name="login_html"
start_url=""
- top="188"
+ top="154"
height="600"
width="1024" />
</panel>
|