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*/
ul.messages li {
color:green;
font-weight:bold;
color: green;
font-weight: bold;
}
.overdue {
color:#9A2441;
font-weight:bold;
color: #9A2441;
font-weight: bold;
}
/* Lighter font for completed items */
@ -16,19 +16,19 @@ ul.messages li {
}
a.todo {
text-decoration:none;
color:#474747;
text-decoration: none;
color: #474747;
}
a.showlink {
text-decoration:underline;
text-decoration: underline;
}
#tasktable a {
font-weight:bold;
font-family:"Arial";
text-decoration:none;
color:#474747;
font-weight: bold;
font-family: "Arial";
text-decoration: none;
color: #474747;
}
label {
@ -38,31 +38,31 @@ label {
input {
color: #3A3A3A;
font-family:Verdana;
font-size:14px;
font-family: Verdana;
font-size: 14px;
}
input[type='text'] {
width:300px;
width: 300px;
}
input#id_priority {
width:30px;
width: 30px;
}
.todo-button {
border: 1px solid #9B9B9B;
background: #E0E0E0;
padding-bottom:2px;
font-weight:bold;
padding-bottom: 2px;
font-weight: bold;
}
hr {
color:#E5E5E5;
color: #E5E5E5;
}
#slideToggle {
color:#4A8251;
color: #4A8251;
}
.todo-break {
@ -76,12 +76,12 @@ table.nocolor, table.nocolor tr, table.nocolor td {
table#tasktable td, table#tasktable th {
padding: 5px;
/* font-size:0.9em;*/
/* font-size:0.9em;*/
}
table#tasktable th {
text-align: left;
/* background-color: #9BCAE4; */
/* background-color: #9BCAE4; */
background-color: #046380;
color: #fff;
}
@ -95,8 +95,8 @@ table#tasktable tr.row2 {
}
.minor {
font-style:italic;
font-size:0.8em;
font-style: italic;
font-size: 0.8em;
}
.task_note, .task_comments {