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,13 +1,13 @@
/*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 */
@ -16,19 +16,19 @@ ul.messages li {
} }
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 {
@ -38,31 +38,31 @@ label {
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 {
@ -76,12 +76,12 @@ table.nocolor, table.nocolor tr, table.nocolor td {
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;
} }
@ -95,8 +95,8 @@ table#tasktable tr.row2 {
} }
.minor { .minor {
font-style:italic; font-style: italic;
font-size:0.8em; font-size: 0.8em;
} }
.task_note, .task_comments { .task_note, .task_comments {