summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rwxr-xr-xwww/ddwrt/ddwrt.css26
1 files changed, 17 insertions, 9 deletions
diff --git a/www/ddwrt/ddwrt.css b/www/ddwrt/ddwrt.css
index 1144f16..5864817 100755
--- a/www/ddwrt/ddwrt.css
+++ b/www/ddwrt/ddwrt.css
@@ -83,15 +83,26 @@ body {
/* background: #777; */
color: white;
}
-#header p {
- float: right;
- font-size: 14px;
- margin-right: 5px;
- margin-top: 0px;
-}
+
#header a {
color: white;
}
+
+#header p {
+/* float: left; */
+ position: absolute;
+ font-size: 14px;
+ margin-top: 0px;
+ width: 90%;
+ left: 5%;
+ color: white;
+ text-align: right;
+}
+#logo p {
+ text-align: left;
+ color: white;
+}
+
/*----------------------------------------------------------------------------------
* PAGE > HEADER > LOGO
*----------------------------------------------------------------------------------
@@ -347,9 +358,6 @@ body {
border-bottom: 1px solid #cacaca;
background: #eee;
}
-#content table {
- border-top: 1px solid #cacaca;
-}
#content textarea {
border-right: 1px solid #cacaca;
border-bottom: 1px solid #cacaca;