[Checkins] SVN: lovely.remotetask/trunk/src/lovely/remotetask/browser/jobs.pt remove tabs and replace with two spaces

Benji York benji at zope.com
Tue Aug 7 09:07:29 EDT 2007


Log message for revision 78667:
  remove tabs and replace with two spaces
  

Changed:
  U   lovely.remotetask/trunk/src/lovely/remotetask/browser/jobs.pt

-=-
Modified: lovely.remotetask/trunk/src/lovely/remotetask/browser/jobs.pt
===================================================================
--- lovely.remotetask/trunk/src/lovely/remotetask/browser/jobs.pt	2007-08-07 12:55:14 UTC (rev 78666)
+++ lovely.remotetask/trunk/src/lovely/remotetask/browser/jobs.pt	2007-08-07 13:07:29 UTC (rev 78667)
@@ -11,17 +11,17 @@
     float: left;
 }
 .clear {
-	height: 1px;
-	clear: both;
+  height: 1px;
+  clear: both;
 }
 table.list th {
   font-size: 11px;
   text-align: left;
-	font-weight: bold;
-	background-color: silver;
+  font-weight: bold;
+  background-color: silver;
 }
 .tableId {
-	width: 24px;
+  width: 24px;
   font-size: 11px;
 }
 .tableTask {
@@ -34,15 +34,15 @@
   font-size: 11px;
 }
 .tableCreated {
-	width: 100px;
+  width: 100px;
   font-size: 11px;
 }
 .tableStart {
-	width: 100px;
+  width: 100px;
   font-size: 11px;
 }
 .tableEnd {
-	width: 100px;
+  width: 100px;
   font-size: 11px;
 }
 .status-queued {
@@ -62,7 +62,7 @@
 }
 input {
   font-size: 10px;
-	padding: 0px;
+  padding: 0px;
 }
 #taskInfo {
   font-size: 10px;
@@ -126,7 +126,7 @@
     </div>
     <div class="clear"></div>
   </div>
-	<input type="text" name="size" value="" 
+  <input type="text" name="size" value="" 
           tal:attributes="value request/size|nothing" />
   <input type="submit" class="button" name="SUBMIT_BATCH_SIZE" value="set batch size"
          i18n:attributes="value" />
@@ -158,7 +158,7 @@
     <div tal:repeat="task view/getAvailableTasks"
         tal:content="task" />
   </div>
-	</div>
+  </div>
 
 </form>
 



More information about the Checkins mailing list