Author: Jogy
Date: 2006-03-28 15:01:42 +0000 (Tue, 28 Mar 2006)
New Revision: 8339
Modified:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css
Log:
tweaks and fixes...
(now i know why people can make a living by creating webpages :D)
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 14:09:13 UTC (rev 8338)
+++ trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css
2006-03-28 15:01:42 UTC (rev 8339)
@@ -22,9 +22,13 @@
margin: 0;
padding: 0;
background-color: #f0f0f0;
- position: relative;
}
+#page {
+}
+
+/* page's topbar */
+
#topbar {
margin: 0;
padding: 5px;
@@ -48,8 +52,8 @@
#navbar {
margin: 5px 5px 0 0;
padding: 10px;
+ position: absolute;
width: 150px;
- float: left;
background-color: #e8e8e8;
border: 1px solid #d0d0d0;
}
@@ -77,7 +81,10 @@
/* content */
#content {
- float: left;
+ margin: 0 5px 5px 0;
+ padding: 0;
+ position: absolute;
+ left: 177px;
}
a {
@@ -127,24 +134,21 @@
margin: 0;
padding: 15px;
list-style: none;
- width: 600px; /* FF hack */
+ text-align: right;
}
.config span.configdesc {
display: block;
+ text-align: center;
+ font-weight: bold;
}
.config span.configkey {
+ padding: 0 10px 0 0;
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;
}