From 6fe49dfe92a52218012165e36c99a06a055c2383 Mon Sep 17 00:00:00 2001 From: botanic Date: Wed, 3 Sep 2014 05:27:38 -0700 Subject: [PATCH] fix settings width --- code/web/public_php/ams/css/custom.css | 4 ++++ .../web/public_php/ams/templates/settings.tpl | 20 +++++++++---------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/code/web/public_php/ams/css/custom.css b/code/web/public_php/ams/css/custom.css index 64d1d9dfd..1000b319a 100644 --- a/code/web/public_php/ams/css/custom.css +++ b/code/web/public_php/ams/css/custom.css @@ -121,4 +121,8 @@ margin-top: 10px; display: inline; position:absolute; margin:7px; +} + +.setup-width { + width:75%; } \ No newline at end of file diff --git a/code/web/public_php/ams/templates/settings.tpl b/code/web/public_php/ams/templates/settings.tpl index de58e8086..87d4e426a 100644 --- a/code/web/public_php/ams/templates/settings.tpl +++ b/code/web/public_php/ams/templates/settings.tpl @@ -17,7 +17,7 @@
- + {if isset($MATCH_ERROR) and $MATCH_ERROR eq "TRUE"}The password is incorrect{/if}
@@ -29,7 +29,7 @@
- + {if isset($NEWPASSWORD_ERROR) and $NEWPASSWORD_ERROR eq "TRUE"}{$newpass_error_message}{/if}
@@ -41,7 +41,7 @@
- + {if isset($CNEWPASSWORD_ERROR) and $CNEWPASSWORD_ERROR eq "TRUE"}{$confirmnewpass_error_message}{/if}
@@ -91,7 +91,7 @@
- + {if isset($USERNAME_ERROR) and $USERNAME_ERROR eq "TRUE"}{$USERNAME}{/if}
@@ -102,7 +102,7 @@
- + {if isset($PASSWORD_ERROR) and $PASSWORD_ERROR eq "TRUE"}{$PASSWORD}{/if}
@@ -113,7 +113,7 @@
- + {if isset($CPASSWORD_ERROR) and $CPASSWORD_ERROR eq "TRUE"}{$CPASSWORD}{/if}
@@ -124,7 +124,7 @@
- + {if isset($EMAIL_ERROR) and $EMAIL_ERROR eq "TRUE" and isset($do)}{$EMAIL}{/if}
@@ -172,7 +172,7 @@
- + {if isset($CEMAIL_ERROR) and $CEMAIL_ERROR eq "TRUE"}{$EMAIL}{/if}
@@ -258,7 +258,7 @@
- +
@@ -268,7 +268,7 @@
- +