Author: Jogy
Date: 2006-03-28 14:09:13 +0000 (Tue, 28 Mar 2006)
New Revision: 8338
Modified:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css
Log:
updated styling for recent config page changes
Modified:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css
===================================================================
--- trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css
2006-03-28 13:09:52 UTC (rev 8337)
+++ trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css
2006-03-28 14:09:13 UTC (rev 8338)
@@ -120,7 +120,6 @@
.config ul {
margin: 5px 0 5px 0;
padding: 0;
- background-color: #f0f0f0;
border: 1px solid #d0d0d0;
}
@@ -128,13 +127,27 @@
margin: 0;
padding: 15px;
list-style: none;
- text-align: right;
+ width: 600px; /* FF hack */
}
-.config li input {
+.config span.configdesc {
+ display: block;
+}
+
+.config span.configkey {
+ font-family: Courier;
+/*
+ display: inline-block; /* doesn't work with FireFox 1.5, therefore we
added absolute positioning of the input fields
+*/
width: 300px;
}
+.config input[type=text] {
+ position: absolute; /* FF hack */
+ left: 490px; /* FF hack */
+ width: 300px;
+}
+
.cancel {
float: left;
}