ONOS-3505 Skeletal project structure for driver-matrix UI app.

Change-Id: I257a5e1a58f7edb0b13ed8402a3c9032c82db6d1
diff --git a/apps/drivermatrix/src/main/resources/app/view/driverMatrix/driverMatrix.css b/apps/drivermatrix/src/main/resources/app/view/driverMatrix/driverMatrix.css
new file mode 100644
index 0000000..82ac4bb
--- /dev/null
+++ b/apps/drivermatrix/src/main/resources/app/view/driverMatrix/driverMatrix.css
@@ -0,0 +1,35 @@
+/* css for sample table view */
+
+#ov-driver-matrix h2 {
+    display: inline-block;
+}
+
+/* Panel Styling */
+#ov-driver-matrix-item-details-panel.floatpanel {
+    position: absolute;
+    top: 115px;
+}
+
+.light #ov-driver-matrix-item-details-panel.floatpanel {
+    background-color: rgb(229, 234, 237);
+}
+.dark #ov-driver-matrix-item-details-panel.floatpanel {
+    background-color: #3A4042;
+}
+
+#ov-driver-matrix-item-details-panel h3 {
+    margin: 0;
+    font-size: large;
+}
+
+#ov-driver-matrix-item-details-panel h4 {
+    margin: 0;
+}
+
+#ov-driver-matrix-item-details-panel td {
+    padding: 5px;
+}
+#ov-driver-matrix-item-details-panel td.label {
+    font-style: italic;
+    opacity: 0.8;
+}