aboutsummaryrefslogtreecommitdiff
path: root/views/failsafe
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
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')
-rw-r--r--views/failsafe/messages/errors/list.php4
-rw-r--r--views/failsafe/pageshells/pageshell.php7
2 files changed, 8 insertions, 3 deletions
diff --git a/views/failsafe/messages/errors/list.php b/views/failsafe/messages/errors/list.php
index 1f556fa4d..1c66288a5 100644
--- a/views/failsafe/messages/errors/list.php
+++ b/views/failsafe/messages/errors/list.php
@@ -18,12 +18,12 @@
?>
- <div class="messages">
+ <div class="database_settings">
<div class="messages-errors">
<?php
foreach($vars['object'] as $error) {
- echo elgg_view('messages/errors/error',array('object' => $error));
+ echo elgg_view('messages/errors/error',array('object' => $error));
//echo "<hr />";
}
?>
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;