From ca598fb794022b630b35d6afa0df70fd7898ca72 Mon Sep 17 00:00:00 2001 From: Peter Bittner Date: Sun, 1 Jun 2014 12:24:31 +0200 Subject: [PATCH] Whitespace correction (reformatting only) --- todo/static/todo/css/styles.css | 80 ++++++++++++++++----------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/todo/static/todo/css/styles.css b/todo/static/todo/css/styles.css index 3d354b4..9412f0c 100644 --- a/todo/static/todo/css/styles.css +++ b/todo/static/todo/css/styles.css @@ -1,105 +1,105 @@ /*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 */ #completed li { - color: gray; + color: gray; } 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 { - display: block; - font-weight: bold; + display: block; + font-weight: bold; } input { - color: #3A3A3A; - font-family:Verdana; - font-size:14px; + color: #3A3A3A; + 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; + border: 1px solid #9B9B9B; + background: #E0E0E0; + padding-bottom: 2px; + font-weight: bold; } hr { - color:#E5E5E5; + color: #E5E5E5; } #slideToggle { - color:#4A8251; + color: #4A8251; } .todo-break { - margin-top: 30px; - border-top: 1px dotted gray; + margin-top: 30px; + border-top: 1px dotted gray; } table.nocolor, table.nocolor tr, table.nocolor td { - background-color: transparent; + background-color: transparent; } table#tasktable td, table#tasktable th { - padding: 5px; -/* font-size:0.9em;*/ + padding: 5px; + /* font-size:0.9em;*/ } table#tasktable th { - text-align: left; -/* background-color: #9BCAE4; */ - background-color: #046380; - color: #fff; + text-align: left; + /* background-color: #9BCAE4; */ + background-color: #046380; + color: #fff; } table#tasktable tr.row1 { - background-color: #AEF0BB; + background-color: #AEF0BB; } table#tasktable tr.row2 { - background-color: #B6F3D5; + background-color: #B6F3D5; } .minor { - font-style:italic; - font-size:0.8em; + font-style: italic; + font-size: 0.8em; } .task_note, .task_comments { - width: 70%; - overflow: visible; + width: 70%; + overflow: visible; }