[Mpuls-commits] r611 - in wasko/branches/1.0: . waskaweb/public/styles
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Sep 30 17:44:13 CEST 2009
Author: torsten
Date: 2009-09-30 17:44:12 +0200 (Wed, 30 Sep 2009)
New Revision: 611
Modified:
wasko/branches/1.0/ChangeLog.txt
wasko/branches/1.0/waskaweb/public/styles/all.css
wasko/branches/1.0/waskaweb/public/styles/color3.css
Log:
Fixed layout
Modified: wasko/branches/1.0/ChangeLog.txt
===================================================================
--- wasko/branches/1.0/ChangeLog.txt 2009-09-30 08:09:55 UTC (rev 610)
+++ wasko/branches/1.0/ChangeLog.txt 2009-09-30 15:44:12 UTC (rev 611)
@@ -8,6 +8,11 @@
the evaluation will work in the same way the Adele evalutions was
performed for the ESF (no search before).
+ Fixed layout
+
+ * waskaweb/public/styles/all.css,
+ waskaweb/public/styles/color3.css: Fixed styles
+
2009-09-24 Torsten Irlaender <torsten.irlaender at intevation.de>
Fixed evaluations on db without rg
Modified: wasko/branches/1.0/waskaweb/public/styles/all.css
===================================================================
--- wasko/branches/1.0/waskaweb/public/styles/all.css 2009-09-30 08:09:55 UTC (rev 610)
+++ wasko/branches/1.0/waskaweb/public/styles/all.css 2009-09-30 15:44:12 UTC (rev 611)
@@ -71,16 +71,11 @@
border-right: 1pt solid;
padding-right: 0.25em;
text-align: right;
-
}
-tr.hl, td.hl, th.hl {
- background-color: #D5D5D5;
-}
-
td {
overflow: hidden;
- vertical-align: top;
+ vertical-align: top;
}
tr {width:50em}
@@ -167,9 +162,6 @@
/*----------------------*/
/* 2. Evaluation Formats*/
/*----------------------*/
-.evaluation .widget {
- margin-top: 1.5em;
-}
.evaluation table, .evaluation td, .evaluation th {
border: 1pt solid;
Modified: wasko/branches/1.0/waskaweb/public/styles/color3.css
===================================================================
--- wasko/branches/1.0/waskaweb/public/styles/color3.css 2009-09-30 08:09:55 UTC (rev 610)
+++ wasko/branches/1.0/waskaweb/public/styles/color3.css 2009-09-30 15:44:12 UTC (rev 611)
@@ -9,11 +9,15 @@
/* 6. Evaluation */
/*------------------------------*/
-/*---------------------*/:w
+/*---------------------*/
/* 1. Common selectors */
/*---------------------*/
+td.hl, tr.hl {
+ background:#d5d5d5;
+}
+
body { background-color: white;}
a {color:#000000;
@@ -114,7 +118,7 @@
}
.table_row_v, .table_row_v_2 {
- border-left:0.5pt solid;
+ //border-left:0.5pt solid;
}
.table_header_h th, .table_header_h{
More information about the Mpuls-commits
mailing list