Shopping cart dropdown changes
diff --git a/erpnext/templates/includes/transaction_row.html b/erpnext/templates/includes/transaction_row.html
index 5c7b3be..2165a06 100644
--- a/erpnext/templates/includes/transaction_row.html
+++ b/erpnext/templates/includes/transaction_row.html
@@ -1,18 +1,18 @@
 <div class="web-list-item transaction-list-item">
 	<a href="/{{ pathname }}/{{ doc.name }}">
 		<div class="row">
-			<div class="col-sm-6">
+			<div class="col-sm-5">
 				<span class="indicator small {{ doc.indicator_color or "darkgrey" }}">
-				{{ doc.name }}</span>
-				<div class="items-preview text-ellipsis">
-					{{ doc.items_preview }}
-				</div>
-			</div>
-			<div class="col-sm-6 text-right">
+				{{ doc.name }}</span>	
 				<div class="small text-muted transaction-time"
 					title="{{ frappe.utils.format_datetime(doc.modified, "medium") }}">
 					{{ frappe.utils.format_datetime(doc.modified, "medium") }}
-				</div>
+				</div>			
+			</div>
+			<div class="col-sm-4 items-preview text-ellipsis">
+				{{ doc.items_preview }}
+			</div>
+			<div class="col-sm-3 text-right">
 				{{ doc.get_formatted("grand_total") }}				
 			</div>
 			<!-- <div class="col-sm-3 text-right">