LP1895737: Add Curbside Appointments to Bootstrap OPAC
[evergreen-equinox.git] / Open-ILS / src / templates-bootstrap / opac / css / style.css.tt2
index 3bf6f2b..0317abd 100755 (executable)
@@ -135,6 +135,12 @@ only screen and (max-width: 650px)  {
     .holdHistoryTable td:nth-of-type(4):before { content: "Pickup Location"; display: flex; }
     .holdHistoryTable td:nth-of-type(5):before { content: "Status"; display: flex; }
 
+    .curbsideApptTable td:nth-of-type(1):before { content: "Pickup Location"; display: flex; }
+    .curbsideApptTable td:nth-of-type(2):before { content: "Date"; display: flex; }
+    .curbsideApptTable td:nth-of-type(3):before { content: "Time"; display: flex;}
+    .curbsideApptTable td:nth-of-type(4):before { content: "Arrival Notes"; display: flex;}
+    .curbsideApptTable td:nth-of-type(5):before { content: "Action"; display: flex;}
+
     .paymentTable td:nth-of-type(1):before { content: "Payment Date"; display: flex; }
     .paymentTable td:nth-of-type(2):before { content: "Payment For"; display: flex; }
     .paymentTable td:nth-of-type(3):before { content: "Amount"; display: flex; }