Эх сурвалжийг харах

Mobilize transactions strand

Lee Morgan 6 жил өмнө
parent
commit
244238b1d4

+ 11 - 0
views/dashboardPage/dashboard.css

@@ -494,6 +494,10 @@ Transactions Strand
                 color: black;
             }
 
+        .smallItemDisplay{
+            color: black;
+        }
+
     /*
     Home
     */
@@ -577,4 +581,11 @@ Transactions Strand
     #orderList{
         width: 95%;
     }
+
+    /*
+    Transactions
+    */
+    .transactionsList{
+        width: 95%;
+    }
 }

+ 1 - 1
views/dashboardPage/dashboard.ejs

@@ -266,7 +266,7 @@
                 <div class="strandHead">
                     <h1 class="strandTitle">TRANSACTIONS</h1>
 
-                    <button class="button" onclick="newTransactionComp.display()">NEW</button>
+                    <button class="button mobileHide" onclick="newTransactionComp.display()">NEW</button>
                 </div>
 
                 <div id="transactionsList" class="transactionsList"></div>