aboutsummaryrefslogtreecommitdiff
path: root/views/failsafe/pageshells/pageshell.php
diff options
context:
space:
mode:
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;