Whitespace correction (reformatting only)

This commit is contained in:
Peter Bittner 2014-06-01 12:24:31 +02:00
parent 3730494b42
commit ca598fb794

View file

@ -1,105 +1,105 @@
/*Distributed*/ /*Distributed*/
ul.messages li { ul.messages li {
color:green; color: green;
font-weight:bold; font-weight: bold;
} }
.overdue { .overdue {
color:#9A2441; color: #9A2441;
font-weight:bold; font-weight: bold;
} }
/* Lighter font for completed items */ /* Lighter font for completed items */
#completed li { #completed li {
color: gray; color: gray;
} }
a.todo { a.todo {
text-decoration:none; text-decoration: none;
color:#474747; color: #474747;
} }
a.showlink { a.showlink {
text-decoration:underline; text-decoration: underline;
} }
#tasktable a { #tasktable a {
font-weight:bold; font-weight: bold;
font-family:"Arial"; font-family: "Arial";
text-decoration:none; text-decoration: none;
color:#474747; color: #474747;
} }
label { label {
display: block; display: block;
font-weight: bold; font-weight: bold;
} }
input { input {
color: #3A3A3A; color: #3A3A3A;
font-family:Verdana; font-family: Verdana;
font-size:14px; font-size: 14px;
} }
input[type='text'] { input[type='text'] {
width:300px; width: 300px;
} }
input#id_priority { input#id_priority {
width:30px; width: 30px;
} }
.todo-button { .todo-button {
border: 1px solid #9B9B9B; border: 1px solid #9B9B9B;
background: #E0E0E0; background: #E0E0E0;
padding-bottom:2px; padding-bottom: 2px;
font-weight:bold; font-weight: bold;
} }
hr { hr {
color:#E5E5E5; color: #E5E5E5;
} }
#slideToggle { #slideToggle {
color:#4A8251; color: #4A8251;
} }
.todo-break { .todo-break {
margin-top: 30px; margin-top: 30px;
border-top: 1px dotted gray; border-top: 1px dotted gray;
} }
table.nocolor, table.nocolor tr, table.nocolor td { table.nocolor, table.nocolor tr, table.nocolor td {
background-color: transparent; background-color: transparent;
} }
table#tasktable td, table#tasktable th { table#tasktable td, table#tasktable th {
padding: 5px; padding: 5px;
/* font-size:0.9em;*/ /* font-size:0.9em;*/
} }
table#tasktable th { table#tasktable th {
text-align: left; text-align: left;
/* background-color: #9BCAE4; */ /* background-color: #9BCAE4; */
background-color: #046380; background-color: #046380;
color: #fff; color: #fff;
} }
table#tasktable tr.row1 { table#tasktable tr.row1 {
background-color: #AEF0BB; background-color: #AEF0BB;
} }
table#tasktable tr.row2 { table#tasktable tr.row2 {
background-color: #B6F3D5; background-color: #B6F3D5;
} }
.minor { .minor {
font-style:italic; font-style: italic;
font-size:0.8em; font-size: 0.8em;
} }
.task_note, .task_comments { .task_note, .task_comments {
width: 70%; width: 70%;
overflow: visible; overflow: visible;
} }