commit | db49800f19f8200d3ca5604075f7310eace1ce6b | [log] [tgz] |
---|---|---|
author | Bri Prebilic Cole <bri@onlab.us> | Fri Mar 27 14:20:05 2015 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Fri Mar 27 21:49:41 2015 +0000 |
tree | 3f70c073b0d2d98c0bf2eeea4f49a543908c43e2 | |
parent | 90c7be2086a24a859c066ebcc3275d78786cb5f8 [diff] |
GUI -- Minor CSS edits to host view. Change-Id: I4ad54bfa701ca7ad21a63975ddcd62a4c12442eb
diff --git a/web/gui/src/main/webapp/app/common.css b/web/gui/src/main/webapp/app/common.css index 8963ff5..43755d3 100644 --- a/web/gui/src/main/webapp/app/common.css +++ b/web/gui/src/main/webapp/app/common.css
@@ -47,6 +47,7 @@ padding: 10px; letter-spacing: 0.02em; text-align: left; + cursor: pointer; } table.summary-list th:first-child { border-radius: 8px 0 0 0;
diff --git a/web/gui/src/main/webapp/app/view/device/device.css b/web/gui/src/main/webapp/app/view/device/device.css index 2b97bfb..bfc1ebc 100644 --- a/web/gui/src/main/webapp/app/view/device/device.css +++ b/web/gui/src/main/webapp/app/view/device/device.css
@@ -18,6 +18,6 @@ ONOS GUI -- Device View -- CSS file */ -#ov-device th { - cursor: pointer; +#ov-device { + /* placeholder */ } \ No newline at end of file
diff --git a/web/gui/src/main/webapp/app/view/host/host.css b/web/gui/src/main/webapp/app/view/host/host.css index f8a60fb..708dc23 100644 --- a/web/gui/src/main/webapp/app/view/host/host.css +++ b/web/gui/src/main/webapp/app/view/host/host.css
@@ -18,6 +18,6 @@ ONOS GUI -- Host View -- CSS file */ -#ov-host th { - cursor: pointer; +#ov-host td { + padding: 12px 10px; } \ No newline at end of file