aboutsummaryrefslogtreecommitdiff
path: root/views/failsafe/pageshells/pageshell.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-20 13:15:10 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-20 13:15:10 +0000
commit99d4b0bf41792d66bc46503210aef848127dea28 (patch)
treee4591f3a0fb241e70c87cfe55e844d15bbee2ec7 /views/failsafe/pageshells/pageshell.php
parentfed3443ae544ff731d484a83a4fbe449e6391689 (diff)
downloadelgg-99d4b0bf41792d66bc46503210aef848127dea28.tar.gz
elgg-99d4b0bf41792d66bc46503210aef848127dea28.tar.bz2
increased the size of the input boxes on the install pages to faciliate url checking
git-svn-id: https://code.elgg.org/elgg/trunk@2028 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/failsafe/pageshells/pageshell.php')
-rw-r--r--views/failsafe/pageshells/pageshell.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/views/failsafe/pageshells/pageshell.php b/views/failsafe/pageshells/pageshell.php
index 24f5ccdf7..4ba85bb71 100644
--- a/views/failsafe/pageshells/pageshell.php
+++ b/views/failsafe/pageshells/pageshell.php
@@ -68,11 +68,16 @@
color:#333333;
font-size: 140%;
}
- input {
+ input[type="text"] {
font: 120% Arial, Helvetica, sans-serif;
padding: 5px;
border: 1px solid #cccccc;
color:#666666;
+ width:566px;
+ }
+ .database_settings input[type="text"],
+ .database_settings input[type="password"] {
+ width:220px;
}
textarea {
font: 120% Arial, Helvetica, sans-serif;