diff options
author | Roxie Linden <roxie@lindenlab.com> | 2010-03-10 12:41:55 -0800 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2010-03-10 12:41:55 -0800 |
commit | 2e525711cd08d5f1dce991d1b6595a8dd41c9e3b (patch) | |
tree | 10eb6640b06a41b25417692a2b25a7118a662586 /indra | |
parent | 552ec09a016fa9a8bfeff49f592db5f74a220639 (diff) |
Clean up login page a bit
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_login.xml | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_login.xml b/indra/newview/skins/default/xui/en/panel_login.xml index 4543dd3263..4885f368ae 100644 --- a/indra/newview/skins/default/xui/en/panel_login.xml +++ b/indra/newview/skins/default/xui/en/panel_login.xml @@ -48,8 +48,8 @@ auto_resize="false" follows="left|bottom" name="login" layout="topleft" -width="775" -min_width="775" +width="850" +min_width="850" user_resize="false" height="80"> <text @@ -81,7 +81,7 @@ height="15" left_pad="8" name="password_text" top="20" - width="150"> + width="135"> Password: </text> <line_editor @@ -106,10 +106,10 @@ label="Remember password" follows="left|bottom" font="SansSerifSmall" height="15" - left_pad="18" + left_pad="10" name="start_location_text" top="20" - width="130"> + width="250"> Start at: </text> <combo_box @@ -120,7 +120,7 @@ control_name="LoginLocation" max_chars="128" top_pad="0" name="start_location_combo" - width="135"> + width="250"> <combo_box.item label="My last location" name="MyLastLocation" @@ -140,18 +140,28 @@ name="Typeregionname" value="" /> label="Log In" label_color="White" layout="topleft" - left_pad="15" + left_pad="10" name="connect_btn" top="35" width="90" /> + <text + follows="left|bottom" + font="SansSerifSmall" + height="15" + left_pad="10" + name="start_location_text" +top="20" + width="150"> + Grid Name: + </text> <combo_box follows="left|bottom" allow_text_entry="true" font="SansSerifSmall" height="23" name="server_combo" -left_pad="15" -width="200" +top_pad="0" +width="150" max_chars="255" visible="false" /> </layout_panel> |