[Mpuls-commits] r4932 - in base/trunk: . mpulsweb/public/styles
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Apr 29 11:47:31 CEST 2011
Author: roland
Date: 2011-04-29 11:47:30 +0200 (Fri, 29 Apr 2011)
New Revision: 4932
Modified:
base/trunk/ChangeLog
base/trunk/mpulsweb/public/styles/all.css
base/trunk/mpulsweb/public/styles/color3.css
base/trunk/mpulsweb/public/styles/ie6.css
base/trunk/mpulsweb/public/styles/ie7.css
base/trunk/mpulsweb/public/styles/ie8.css
base/trunk/mpulsweb/public/styles/menu.css
base/trunk/mpulsweb/public/styles/print.css
base/trunk/mpulsweb/public/styles/screen.css
base/trunk/mpulsweb/public/styles/widgets.css
Log:
issue1853: Cleaned up CSS files
Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog 2011-04-29 09:46:00 UTC (rev 4931)
+++ base/trunk/ChangeLog 2011-04-29 09:47:30 UTC (rev 4932)
@@ -1,5 +1,16 @@
2011-04-29 Roland Geider <roland.geider at intevation.de>
+ * mpulsweb/public/styles/all.css,
+ mpulsweb/public/styles/print.css,
+ mpulsweb/public/styles/screen.css,
+ mpulsweb/public/styles/color3.css,
+ mpulsweb/public/styles/ie6.css,
+ mpulsweb/public/styles/ie7.css,
+ mpulsweb/public/styles/menu.css,
+ mpulsweb/public/styles/ie8.css,
+ mpulsweb/public/styles/widgets.css: issue1853: Cleaned up CSS files
+2011-04-29 Roland Geider <roland.geider at intevation.de>
+
* mpulsweb/templates/error/error.mako: Escape <br> with
h.literal
Modified: base/trunk/mpulsweb/public/styles/all.css
===================================================================
--- base/trunk/mpulsweb/public/styles/all.css 2011-04-29 09:46:00 UTC (rev 4931)
+++ base/trunk/mpulsweb/public/styles/all.css 2011-04-29 09:47:30 UTC (rev 4932)
@@ -23,15 +23,10 @@
/* 1. Table Formats */
/*------------------*/
-/*label a, label input, select {
- *
- margin-bottom:0.2em;
-}*/
-
table {
border-spacing: 0;
empty-cells: show;
- table-layout: fixed;
+ table-layout: fixed;
text-align: left;
font-size:10pt;
margin:0.6em 0 0.3em 0;
@@ -44,7 +39,7 @@
td.header, th {
font-size: 0.9em;
font-weight: bold;
- background-color: #babdb6; /*#d3d7cf;*/
+ background-color: #babdb6;
border-bottom: 1pt solid black;
}
@@ -62,8 +57,7 @@
table th {
- padding: 0.1em; /*0 0.6em 0 0.25em !important;*/
- /*padding: 0.1em 0.6em 0.1em 0.25em;*/
+ padding: 0.1em;
}
table th.number_field {
@@ -72,7 +66,7 @@
table td {
vertical-align: bottom;
- padding: 0.1em; /*1em 0.1em 0.25em;*/
+ padding: 0.1em;
}
table td.number_field {
@@ -80,8 +74,7 @@
}
table td.label {
- vertical-align: top;
- /*font-weight: bold;*/
+ vertical-align: top;
width: 9.3em;
border-right: 1pt solid;
padding-right: 0.25em;
@@ -93,13 +86,18 @@
vertical-align: top;
}
-/* tr {width:50em}*/
tr {width:auto}
-.hovertable tr:hover{
+.hovertable tr:hover {
background-color: #729fcf;
}
+.table_width_small {
+ width:3em;
+}
+
+
+
/* Links in hovertables should appear as normal text */
.hovertable a{
color: black;
@@ -111,10 +109,26 @@
width:1.6em;
}
-.table_width_small {
- width:3em;
+table#searchoptiontable {
+ width: 30em;
}
+table.rgdigest td.label {
+ font-weight: bold;
+ width: 15em;
+}
+
+table.rgdigest td {
+ border-bottom: 1pt dotted #cdd6de;
+ font-size: 0.8em;
+}
+
+table.rgdigest tr {
+ background-color: transparent !important;
+}
+
+
+
.table_width_mid_s, .table_id, .table_date {
width:6em;
}
@@ -154,36 +168,16 @@
table {
width:50em;
- /*overflow: hidden;*/
}
div.evaluation table {
width:auto;
- /*overflow: hidden;*/
}
.table_checkbox {
width: 1.5em;
}
-table#searchoptiontable {
- width: 30em;
-}
-
-table.rgdigest td.label {
- font-weight: bold;
- width: 15em;
-}
-
-table.rgdigest td {
- border-bottom: 1pt dotted #cdd6de;
- font-size: 0.8em;
-}
-
-table.rgdigest tr {
- background-color: transparent !important;
-}
-
table.list tr:hover {
background-color: #cdd6de;
}
@@ -201,7 +195,7 @@
}
tr.hl, td.hl, th.hl {
- background-color: #eeeeec; /*#ebebeb;*/
+ background-color: #eeeeec;
}
/*----------------------*/
@@ -230,7 +224,6 @@
.formularpage .radiomatrix{
table-layout: auto;
- /*border: 1px solid black;*/
}
.formularpage .widget {
@@ -352,11 +345,10 @@
}
.formularpage .repeatgroup .container {
- /*background-color: #f6f6f6;*/
border-top: 3px solid #babdb6;
border-left: 1px solid #babdb6;
- /*border-right: 1px solid;*/
}
+
/* Only apply the border radius to the first (container-) element in the repeat group */
.formularpage .repeatgroup tr:first-child td[class~=container]{
-moz-border-radius: 5px 0px 0px 0px;
@@ -381,12 +373,17 @@
}
.formularpage .repeatgroup .vcontrol {
- /*background-color: #E6E6E6;*/
border-top: 3px solid #babdb6;
border-right: 1px solid #babdb6;
font-size: 0.8em;
}
+.formbuttons {
+ background-color: #E6E6E6;
+ padding: 0.25em;
+}
+
+
/* Only apply the border radius to the first (vcontrol-)element in the repeat group */
.formularpage .repeatgroup tr:first-child td[class~=vcontrol]{
-moz-border-radius: 0px 5px 0px 0px;
@@ -395,116 +392,8 @@
border-radius: 0px 5px 0px 0px;
}
-
-.formbuttons {
- background-color: #E6E6E6;
- padding: 0.25em;
-}
-
-/*
-div.form_errors, div.form_warnings {
- border: 0.5pt;
- padding: 0.5em;
- border-style: solid;
- margin-bottom:1em;
- margin-top:1em;
-}
-
-
-div.form_error img, div.form_warning img {
- border: 0;
- text-align: middle;
-}
-
-.waska_form form {
- border: 0;
-}
-
-.waska_form fieldset {
- padding: 0.5em;
- margin-bottom:0.5em;
-}
-
-.waska_form legend {
- padding: 0 0.1em 0.2em 0.1em;
-}
-
-.waska_form_element {
- float:left;
- width: 100%;
- padding-bottom:0.5em;
-}
-
-.waska_form input.field {
- width: 100%;
- margin: 0 0.25em 0.3em 0;
-}
-
-.waska_form input.intfield {
- width: auto;
- margin: 0 0.25em;
-}
-
-.waska_form input[type="checkbox"] {
- width: auto;
- float: left;
- clear: left;
- margin-top:0.2em;
- margin-right:0em;
-}
-
-.waska_form input[type="radio"] {
- float: left;
- margin-top:0.4em;
-}
-
-.waska_form input[type="submit"] {
- margin-left: 0.1em;
- margin-top: 0.5em;
-}
-
-#waska_form input[type="submit"] {
- margin-left: 0.1em;
- margin-top: 0.5em;
-}
-
-.waska_form textarea {
- width: 100%;
-}
-
-.waska_form select {
- margin: 0;
- width: 100%;
-}
-
-.waska_form #angebot {
- margin: 0;
- width: 30%;
-}
-
-.waska_form_element label {
- margin: 0em 0.1em;
-}
-
-label.waska_form_element2 {
- margin: 0em 0.5em;
-}
-
-.input_space input[type="submit"] {
- margin-top:0.4em;
- margin-left:0;
- padding-left:0;
-}
-
-p.readonly {
- padding: 1pt;
- border-color: #e6e4de;
- border-style: groove none none groove;
-}
-*/
-
/*---------------------*/
-/* 3.1 User */
+/* 3.1 User */
/*---------------------*/
#appointment #waska_form .w25, #appointment #waska_form .w50, #appointment #waska_form .w75 {
@@ -519,7 +408,7 @@
margin-top:1.5em;
}
-#description {
+#description {
width:30em;
}
@@ -529,7 +418,7 @@
/*-----------------------------*/
-/* 3.2 Administration */
+/* 3.2 Administration */
/*-----------------------------*/
#admin_new_user #waska_form .w25, #admin_new_user #waska_form .w50, #admin_new_user #waska_form .w75, #admin_new_user #waska_form .w100 {
@@ -636,27 +525,8 @@
clear:both;
}
-.print_menu_header {
- padding:0.2em;
- background:#e6e6e6;
-}
-
-.print_menu_header a {
- text-decoration:none;
- color:#252525;
- padding:0 0.4em 0 0;
-}
-
-.print_menu_header img {
- border:none;
- padding:0 0.4em 0;
-}
-
-.print_menu_header a:hover {
- background:#cfd1d1;
-}
/*----------------------*/
-/* Appointments */
+/* Appointments */
/*----------------------*/
table.appointment {
@@ -666,15 +536,13 @@
table.appointment .date, .title, .action {
font-weight: bold;
text-align: left;
- /*background: #D5D5D5*/
- /*border-bottom: 0.5pt solid;*/
}
+
table.appointment th.action {
width: 7em;
}
table.appointment th.date {
- /*background: #C9C9C9;*/
width: 7.5em;
}
@@ -683,7 +551,7 @@
}
/*----------------------*/
-/* News */
+/* News */
/*----------------------*/
table.news {
@@ -719,52 +587,13 @@
margin-bottom: 1em;
}
/*----------------------*/
-/* Other */
+/* Other */
/*----------------------*/
#demonotice {
- background:#f57900;
+ background:#f57900;
}
-.invisible {
- display:None;
-}
-
/*----------------------*/
-/* Inconsistency */
+/* Inconsistency */
/*----------------------*/
-
-table.inconsistency {
- margin: 0.3em 0.5em 0.3em 0.5em;
-}
-
-table.inconsistency th {
- background:#d5d5d5; /**/
- border-bottom:1px solid;
-}
-
-table.inconsistency td.count {
- font-weight: normal;
- text-align: right;
- width: 7em;
-}
-
-table.inconsistency td.action {
- font-weight: normal;
- text-align: right;
- width: 15em;
-}
-
-table.inconsistency td.type {
- font-weight: normal;
- text-align: left;
- padding: 2.5px !important; /* would be overwritten by global td-setting */
-}
-
-div.inconsistency {
- margin-bottom: 1em;
-}
-
-
-
-
Modified: base/trunk/mpulsweb/public/styles/color3.css
===================================================================
--- base/trunk/mpulsweb/public/styles/color3.css 2011-04-29 09:46:00 UTC (rev 4931)
+++ base/trunk/mpulsweb/public/styles/color3.css 2011-04-29 09:47:30 UTC (rev 4932)
@@ -1,4 +1,3 @@
-
/*------------------------------*/
/* Content colors3.css */
/* 1. Common selectors */
@@ -15,7 +14,7 @@
/*---------------------*/
td.hl, tr.hl {
- background: #d3d7cf; /* #d5d5d5; */
+ background: #d3d7cf;
}
body { background-color: white;}
@@ -62,11 +61,11 @@
}
div#statusbar, div#statusbar a {
- background-color: #204a87; /* #2a2156; */
+ background-color: #204a87;
color: #fff;
}
-#navipath { background-color: #babdb6; } /* #bec3c3; */
+#navipath { background-color: #babdb6; }
div#status_str span.redcolor {
color: #a5103b;
@@ -79,30 +78,26 @@
color: #a5103b;
}
-
/*------------------*/
/* 3. Navigation */
/*------------------*/
div.left div.navigation, div#navigation, .menu {
- background: #d3d7cf; /* #e6e6e6;*/
+ background: #d3d7cf;
}
-.menuico {
+.menuico {
border-color: #A5103B;
color:#A5103B;
}
-div.navigation .error { color: #a5103b; }
-div.navigation .warning { color: #a5103b; }
-
div.menu h1 {
- background-color: #204a87; /* #2a2156; */
+ background-color: #204a87;
color: #fff;
}
.menu .actions a:hover {
- background:#babdb6; /*#cfd1d1 */
+ background:#babdb6;
color:#252525;
}
@@ -110,126 +105,73 @@
color:#252525;
}
-.formpage_highlight, .formpage span:hover.formpage_highlight, .formpage span:active {
- background:#bec3c3;
-}
/*--------------*/
/* 4. Content */
/*--------------*/
div#content, div#content_header,div#content_header_small {
- background-color: #eeeeec; /* #efefef*/
+ background-color: #eeeeec;
color:#252525;
}
div#modusfield .actions a:hover {
- /*background:#d5d5d5;*/ /**/
-
}
.table_row_h, .table_row_v, .table_row_v_12 {
- background: #babdb6; /**/
-
+ background: #babdb6;
}
-.background_very_slight{
- background-color: #eeeeec;
-}
-
.background_slight, table.list tr.background_slight{
background-color: #d3d7cf;
}
-.background_normal, table.list tr.background_normal{
- background-color: #BABDB6;
-}
-
-.table_row_v, .table_row_v_2 {
- /*border-left:0.5pt solid;*/
-}
-
.table_header_h th, .table_header_h{
background-color: #BABDB6; /* #d5d5d5 */
border-bottom:1px solid;
}
-.table_header_v th, .table_header_v{
- background-color: #BABDB6; /* #d5d5d5 */
-
+.table_header_v th, .table_header_v {
+ background-color: #BABDB6;
}
-.formed-radiomatrix th {
- background: #d5d5d5;
-}
-.odd {
- background-color: #E6E6E6;
-}
-
.dialog h1 {
- /*color:#a5103b;*/
}
-#statement_box {
- background:#d5d5d5; /**/
-}
-
-/*
-table#cmphases td.required_field {
- color:#a5103b;
-}
-*/
-
-td.inactive, tr.inactive, table.inactive, fieldset.inactive {
- color:#818181
-}
-
/*------------------*/
/* 5. Formular */
/*------------------*/
table { border-color: #000; }
-.readonly {
- background-color: #fff;
- color: #000;
-}
.waska_form input:focus { background: #fffeb0; }
-
/*------------------*/
/* 6. Evaluation */
/*------------------*/
-div.form_errors, div.form_warnings {
+div.form_errors {
background-color: #fff;
border-color: #000;
}
-div.form_errors a, div.form_warnings a, div.form_errors h1 {
+div.form_errors a, div.form_errors h1 {
background-color: #fff;
- color: #a5103b;
+ color: #a5103b;
}
-div.odd-row {
- border-color: #000;
- background-color: #E6E6E6;
-}
-
-
-
/*------------------*/
/* 7. Login */
/*------------------*/
input:focus {
- background: #fffeb0; /*#fce94f*//*#fffeb0;*/
- }
+ background: #fffeb0;
+}
#content_login h1 {
color:#ffffff;
- background:#204a87; /* #2a2156 */
+ background:#204a87;
}
#waska_form_login { background-color: #d3d7cf; }
@@ -245,18 +187,11 @@
/* 6. Search */
/*------------------*/
-#search_field {
- background:#d5d5d5; /**/
-}
-
-
/*------------------*/
/* 7. Errors */
/*------------------*/
-
.error_box {
border-color:#a5103b;
- /*border-width:3px;*/
}
.warning_box {
@@ -275,7 +210,7 @@
background:#efefef;
}
-.import_box_dialog, .export_box_dialog {
+.import_box_dialog {
background-color:#d5d5d5;
}
Modified: base/trunk/mpulsweb/public/styles/ie6.css
===================================================================
--- base/trunk/mpulsweb/public/styles/ie6.css 2011-04-29 09:46:00 UTC (rev 4931)
+++ base/trunk/mpulsweb/public/styles/ie6.css 2011-04-29 09:47:30 UTC (rev 4932)
@@ -48,13 +48,7 @@
/*----------*/
/* left menu*/
/*----------*/
-/*
-.menu .formpage a { width:15.85em; }
-.menu .formpage li a{ width:14.85em; }
-
-.menu .formpage li li a { width:13.89em; }
-*/
/*-------*/
/* Login */
/*-------*/
@@ -147,18 +141,17 @@
* CSS menu
*/
ul.mainMenu li.menuHover ul{
- /*background-color: red;*/
display: block;
}
ul.mainMenu li ul {
-/* top: -0.9em; */
- }
-
+
+}
+
ul.mainMenu li.menuHover a:hover {
font-weight: bold;
}
#startmenu li{
padding: 0em 0.5em;
-}
\ No newline at end of file
+}
Modified: base/trunk/mpulsweb/public/styles/ie7.css
===================================================================
--- base/trunk/mpulsweb/public/styles/ie7.css 2011-04-29 09:46:00 UTC (rev 4931)
+++ base/trunk/mpulsweb/public/styles/ie7.css 2011-04-29 09:47:30 UTC (rev 4932)
@@ -13,14 +13,10 @@
width: 99%
}
-/*.radiomatrix, .formularpage table {
- width: 99%;
-}*/
-
.vcontrol{
padding-right: 3px;
}
#startmenu li{
padding: 0em 0.5em;
-}
\ No newline at end of file
+}
Modified: base/trunk/mpulsweb/public/styles/ie8.css
===================================================================
--- base/trunk/mpulsweb/public/styles/ie8.css 2011-04-29 09:46:00 UTC (rev 4931)
+++ base/trunk/mpulsweb/public/styles/ie8.css 2011-04-29 09:47:30 UTC (rev 4932)
@@ -12,7 +12,7 @@
ul.mainMenu li ul {
top: -8px;
}
-
+
#startmenu li{
padding: 0em 0.5em;
-}
\ No newline at end of file
+}
Modified: base/trunk/mpulsweb/public/styles/menu.css
===================================================================
--- base/trunk/mpulsweb/public/styles/menu.css 2011-04-29 09:46:00 UTC (rev 4931)
+++ base/trunk/mpulsweb/public/styles/menu.css 2011-04-29 09:47:30 UTC (rev 4932)
@@ -20,9 +20,6 @@
background-image: url("../images/icons/arrow_double_left.png");
background-position: 12px 4px !important;
background-repeat: no-repeat;
-
- /*float: left;*/
- /*clear:both;*/
}
ul.mainMenu li {
height: 20px;
@@ -54,9 +51,10 @@
color: #000;
}
-ul.mainMenu:hover{
+ul.mainMenu:hover {
background-color: #BABDB6;
}
+
ul.mainMenu ul.CSStoShow { /* must not be combined with the next rule or IE gets confused */
display: block; /* specially to go with the className changes in the behaviour file */
}
@@ -73,8 +71,8 @@
}
ul.mainMenu li a:hover, ul.mainMenu li a.CSStoHighLink{
- /*color: #000;*/
}
+
ul.mainMenu li:hover > a {
font-weight: bold;
} /* supports links in branch headings - should not be display: block; */
Modified: base/trunk/mpulsweb/public/styles/print.css
===================================================================
--- base/trunk/mpulsweb/public/styles/print.css 2011-04-29 09:46:00 UTC (rev 4931)
+++ base/trunk/mpulsweb/public/styles/print.css 2011-04-29 09:47:30 UTC (rev 4932)
@@ -24,7 +24,7 @@
padding-left:0em;
padding:0;
margin:0;
-}
+}
li h1 {
font-size:1em;
@@ -32,17 +32,16 @@
margin-top:0em;
padding-top:0em;
padding:0;
- margin:5px 0 10px 0;
+ margin:5px 0 10px 0;
}
-
a {
text-decoration: none;
color: #000000;
}
h1 {
- margin: 0px 0px 10px 0px;
+ margin: 0px 0px 10px 0px;
padding:0;
font-size:12pt;
font-weight:bold;
@@ -55,7 +54,7 @@
}
h2, h3, h4 {
- margin: 0px 0px 2px 0px;
+ margin: 0px 0px 2px 0px;
padding:0;
font-size:11pt;
font-weight:bold;
@@ -69,15 +68,6 @@
background-color:white;
}
-/*div#content_header {
- border:0.5pt solid;
- width:250pt;
- height:48pt;
- margin-top:0em;
- padding:2pt;
- float:left;
-}*/
-
#content_ueberschrift, #first_level_header {
margin-top:0;
padding-top:0;
@@ -85,7 +75,6 @@
font-weight:bold;
}
-
#infofield {
border:0.5pt solid;
margin:0pt 0pt 0 0pt;
@@ -112,7 +101,6 @@
}
table td, table th {
- /*border-bottom:0.5pt solid;*/
}
td.actions, th.actions {
@@ -126,26 +114,6 @@
border: 1px solid #babdb6;
}
-.print_menu_header {
- padding:0.2em;
- background:#e6e6e6;
-}
-
-.print_menu_header a {
- text-decoration:none;
- color:#252525;
- padding:0 0.4em 0 0;
-}
-
-.print_menu_header img {
- border:none;
- padding:0 0.4em 0;
-}
-
-.print_menu_header a:hover {
- background:#cfd1d1;
-}
-
.formularpage input, select, textarea {
border-bottom: 1px solid black;
border-left-width: 0px;
@@ -160,10 +128,10 @@
display: none;
}
-.formularpage .warning .error-message{
+.formularpage .warning {
color: #888a85;
}
td.header, th{
background-color:#d3d7cf;
-}
\ No newline at end of file
+}
Modified: base/trunk/mpulsweb/public/styles/screen.css
===================================================================
--- base/trunk/mpulsweb/public/styles/screen.css 2011-04-29 09:46:00 UTC (rev 4931)
+++ base/trunk/mpulsweb/public/styles/screen.css 2011-04-29 09:47:30 UTC (rev 4932)
@@ -3,14 +3,13 @@
/*------------------------------*/
/* Content of screen.css */
/* 1. Common selectors */
-/* 2. Layout */
+/* 2. Layout */
/* 3. Header */
/* 4. Left Navigation */
/* 5. Content */
/* 6. Login */
/*------------------------------*/
-
/*------------------------*/
/* 1. Common selectors */
/*------------------------*/
@@ -76,9 +75,6 @@
padding:0.4em;
border:0.5pt solid;
background:white;
- /*float:left;*/
- /*width:50em;*/
-
}
.dialog p {
@@ -90,7 +86,7 @@
margin-right: 1em;
padding: 0 0.25em;
text-decoration: none;
- font-size: 0.94em;
+ font-size: 0.94em;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-webkit-border-radius: 3px;
@@ -105,7 +101,7 @@
vertical-align:bottom;
}
-div.dialog img {
+div.dialog img {
vertical-align: middle;
margin-right: 1em;
}
@@ -128,9 +124,9 @@
}
-/*-----------*/
-/* 2. Layout */
/*-----------*/
+/* 2. Layout */
+/*-----------*/
div#header {
border-bottom: 1px solid #000;
@@ -138,7 +134,7 @@
height: 6.36em !important;
}
-div#header img {
+div#header img {
margin-top: 0.2em;
max-height: 75px;
max-width: 225px;
@@ -194,11 +190,9 @@
/*-----------*/
div#startmenu {
- /*border: 1px;*/
text-align: right;
padding-bottom: 0.5em;
height: 1.5em;
- /*border-style: none none solid none;*/
}
#startmenu ul {
@@ -210,12 +204,12 @@
display: inline;
}
-#startmenu li:first-child:before{
+#startmenu li:first-child:before {
content: "";
padding: 0em 0em;
}
-#startmenu li:before{
+#startmenu li:before {
content: "|";
padding: 0em 0.5em;
}
@@ -240,7 +234,6 @@
#navipath ul{
margin-left:0;
margin-bottom:0;
-
}
#navipath li{
@@ -255,21 +248,13 @@
#navipath a {
text-decoration:none;
- padding:0.2em 0.1em;
- }
+ padding:0.2em 0.1em;
+}
#navipath a:hover, #startmenu a:hover {
text-decoration:underline;
}
-
-
-/* Issue1999 */
-html body div#main div#content.right h1 {
- margin: 0.4em 0em 0em 0em;
-}
-
-
/*--------------------*/
/* 4. Left Navigation */
/*--------------------*/
@@ -289,7 +274,7 @@
}
table.navigation tr:hover {
- background-color: #babdb6;/*#ebebeb;*/
+ background-color: #babdb6;
}
table.navigation td.status {
@@ -298,23 +283,20 @@
}
table.navigation td.selected {
- background-color: #babdb6;/*#cdd6de;*/
+ background-color: #babdb6;
}
table.navigation tr.selected:hover {
}
-
div.left div.navigation {
-
padding-bottom:0.5em;
margin-bottom:0.4em;
height:auto !important;
-
}
div.navigation .error {
- font-weight: bold;
+ font-weight: bold;
}
div#infofield {
@@ -346,7 +328,6 @@
display: block;
padding: 0.1em 0.4em 0.6em 2.5em !important;
padding: 0em 0.4em 0.2em 2.5em;
-/* padding-left:2.5em;*/
text-decoration:none;
background-image:url(../images/icons/arrow_right_small.png);
background-repeat:no-repeat;
@@ -392,18 +373,15 @@
}
div#content ul{
- /*margin: 0 0 0.5em 0.3em;*/
padding:0.5em;
}
div#content ol li {
margin-left:1.9em;
list-style-type: decimal;
-
}
-
+
div#content li {
- /*list-style-type: none;*/
list-style-type: disc;
}
@@ -418,20 +396,19 @@
div#content_header_small {
width:51.5em;
- height:3.5em;
+ height:3em;
}
div#content_header_large {
width:auto;
- height:3.5em;
+ height:3em;
}
-
div#content_ueberschrift {
- float:left;
+ float:left;
width: 23em;
font-size:1.2em;
- font-weight:bold;
+ font-weight:bold;
margin-top: 0.4em;
padding: 0.3pt;
}
@@ -465,7 +442,6 @@
}
#modusfield ul {
- /*border-top: 0.5pt solid;*/
}
div#modusfield .actions li, div#modusfield .actions a{
@@ -485,7 +461,6 @@
font-weight: normal;
}
-
#content_header #modusfield ul, #content_header #modusfield li, #content_header_small #modusfield ul, #content_header_small #modusfield li, #content_header_large #modusfield ul, #content_header_large #modusfield li{
display:inline;
list-style-type:none;
@@ -514,7 +489,7 @@
select{
height: 1.7em;
- }
+}
select, textarea, input[type="text"], input{
border: 1px solid #babdb6;
@@ -542,10 +517,7 @@
cursor: default;
}
-
-
-
-.table_header_h th, .wable_header_h{
+.table_header_h th {
border-bottom:0.5pt solid #000000;
}
@@ -557,18 +529,10 @@
div#clearer {clear:both;}
.clearer {clear:left;}
-#statement_form {
- padding: 0.4em 0;
-}
-
-#statement_signed, #statement_not_signed {
+#statement_signed {
margin:1em 1em 0.2em 0.4em;
}
-.digest_table_left, .digest_table_right {
- width:25em;
-}
-
table#cmphases td {
min-height: 2.5em;
}
@@ -603,7 +567,7 @@
}
#content_login {
- width:40em;
+ width:40em;
margin-top:0.4em;
}
@@ -644,7 +608,7 @@
}
#waska_form_login form input, #waska_form_login form select {
- margin:0.2em 0 0.2em 0.5em;
+ margin:0.2em 0 0.2em 0.5em;
}
#waska_form_login form .input input, #waska_form_login form .label label, #waska_form_login form .input select {
@@ -674,17 +638,6 @@
margin-right:0.5em;
}
-#page_field {
- display:none;
-}
-
-.help {
- vertical-align:baseline;
-}
-
-.help a:hover {
- cursor:help;
-}
div#content #adm_beta li{
list-style-type:square;
margin-left:1em;
@@ -695,16 +648,13 @@
font-weight: bold;
}
-
/* Traeger */
-
.traeger {
margin-bottom:1em;
height:auto;
float:left;
}
-
.traeger_name {
width:100%;
}
@@ -724,40 +674,17 @@
margin-bottom:0.4em;
}
-
/* Suche */
-
label img {
padding-right:0.1em;
}
-#search_criteria {
- margin:0.2em 0 0.5em 0em;
-}
-
-#search_criteria label{
- margin:0 0.4em 0 0.2em;
-}
-
-#search_field {
- margin:1em 2.7em 0.25em 0.1em !important;
- margin:1em 2.8em 0.25em 0.2em;
- padding:1em 1em 0.2em !important;
- padding:1em 1em 0.2em 1em;
-
-}
-
-#show_own, #show_closed, #show_other, #show_open, #show_markdelete {
+#show_own, #show_other, #show_open, #show_markdelete {
margin:0 0 0.3em 0 !important;
margin:0;
}
-#search_field_input {
- margin: 0 0 0 2em;
-}
-
/* Import */
-
.import_box {
margin:0em 0.1em;
}
@@ -782,23 +709,11 @@
font-size:1.4em;
}
-/*#content h1, #content h2 {
- color:#2a2156;
-}*/
-
/*New case*/
-.new_case_box {
- width:40em;
-}
-
#passwd {margin:0 0 0 1.2em;}
#account_pw_sub {margin:0 0 0 1.1em!important;}
-#pdffile {margin: 0 0 0 2em;}
-/*export*/
-
-
.export_number {
font-size:1.4em;
}
Modified: base/trunk/mpulsweb/public/styles/widgets.css
===================================================================
--- base/trunk/mpulsweb/public/styles/widgets.css 2011-04-29 09:46:00 UTC (rev 4931)
+++ base/trunk/mpulsweb/public/styles/widgets.css 2011-04-29 09:47:30 UTC (rev 4932)
@@ -10,23 +10,18 @@
vertical-align: middle
}
-.container {
+.container {
padding: 0.25em;
}
td.error {
- background:#a40000; /*#a5103b;*/
+ background:#a40000;
}
-td.ok {
- background: #4e9a06; /*green;*/
-}
-
.info {
font-size: 0.75em;
}
-
.widget {
border: 1pt solid;
margin: 1pt 0 1pt 0;
@@ -35,5 +30,4 @@
-moz-border-radius:5px;
}
-
/* Phases*/
More information about the Mpuls-commits
mailing list