aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-05-14 23:11:15 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-05-14 23:11:15 +0000
commit0212a359267ab5e109a80d14f8c069225202ac3b (patch)
tree5e22056c17200e64c4693a22678f8e21736f6d2f /install
parent5f673099212b1377ab34471a041ed2f2e169d711 (diff)
downloadelgg-0212a359267ab5e109a80d14f8c069225202ac3b.tar.gz
elgg-0212a359267ab5e109a80d14f8c069225202ac3b.tar.bz2
fixed the width of text boxes for the installer
git-svn-id: http://code.elgg.org/elgg/trunk@9086 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'install')
-rw-r--r--install/css/install.css27
1 files changed, 10 insertions, 17 deletions
diff --git a/install/css/install.css b/install/css/install.css
index 8dba57949..7304127ce 100644
--- a/install/css/install.css
+++ b/install/css/install.css
@@ -62,13 +62,6 @@ ul {
list-style: none;
}
-.clearfloat {
- clear:both;
- height:0;
- font-size: 1px;
- line-height: 0px;
-}
-
.elgg-page {
width: 880px;
margin: auto;
@@ -88,12 +81,12 @@ ul {
.elgg-page-body:after,
.elgg-page-header:after {
- display:block;
- content:'.';
- line-height:0;
- height:0;
+ display: block;
+ content: '.';
+ line-height: 0;
+ height: 0;
visibility: hidden;
- clear:both;
+ clear: both;
}
.elgg-sidebar {
@@ -166,12 +159,12 @@ input[type="password"] {
font: 120% Arial, Helvetica, sans-serif;
padding: 5px;
border: 1px solid #cccccc;
- color:#666666;
- width:566px;
+ color: #666666;
+ width: 96%;
}
.database-settings input[type="text"],
.database-settings input[type="password"] {
- width:220px;
+ width: 220px;
}
textarea {
width: 100%;
@@ -179,12 +172,12 @@ textarea {
font: 120% Arial, Helvetica, sans-serif;
border: solid 1px #cccccc;
padding: 5px;
- color:#666666;
+ color: #666666;
}
textarea:focus, input[type="password"]:focus, input[type="text"]:focus {
border: solid 1px #4690d6;
background: #e4ecf5;
- color:#333333;
+ color: #333333;
}
input[type="submit"] {
font-family: Arial, Helvetica, sans-serif;