Bri Prebilic Cole
Committed by Gerrit Code Review

GUI -- Minor CSS edits to host view.

Change-Id: I4ad54bfa701ca7ad21a63975ddcd62a4c12442eb
...@@ -47,6 +47,7 @@ table.summary-list th { ...@@ -47,6 +47,7 @@ table.summary-list th {
47 padding: 10px; 47 padding: 10px;
48 letter-spacing: 0.02em; 48 letter-spacing: 0.02em;
49 text-align: left; 49 text-align: left;
50 + cursor: pointer;
50 } 51 }
51 table.summary-list th:first-child { 52 table.summary-list th:first-child {
52 border-radius: 8px 0 0 0; 53 border-radius: 8px 0 0 0;
......
...@@ -18,6 +18,6 @@ ...@@ -18,6 +18,6 @@
18 ONOS GUI -- Device View -- CSS file 18 ONOS GUI -- Device View -- CSS file
19 */ 19 */
20 20
21 -#ov-device th { 21 +#ov-device {
22 - cursor: pointer; 22 + /* placeholder */
23 } 23 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -18,6 +18,6 @@ ...@@ -18,6 +18,6 @@
18 ONOS GUI -- Host View -- CSS file 18 ONOS GUI -- Host View -- CSS file
19 */ 19 */
20 20
21 -#ov-host th { 21 +#ov-host td {
22 - cursor: pointer; 22 + padding: 12px 10px;
23 } 23 }
...\ No newline at end of file ...\ No newline at end of file
......