From: Andrew Kim Date: Mon, 1 Jul 2013 22:35:40 +0000 (-0500) Subject: Add help menu X-Git-Tag: releasepom-0.1.0~318^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=24e6b66c28a9d26e18b805138d808069283dc3b8 Add help menu Hidden for now, each modal contains help option. Signed-off-by: Andrew Kim --- diff --git a/opendaylight/web/root/src/main/resources/WEB-INF/jsp/main.jsp b/opendaylight/web/root/src/main/resources/WEB-INF/jsp/main.jsp index 863b0a64a0..a532560bcd 100644 --- a/opendaylight/web/root/src/main/resources/WEB-INF/jsp/main.jsp +++ b/opendaylight/web/root/src/main/resources/WEB-INF/jsp/main.jsp @@ -160,6 +160,8 @@ diff --git a/opendaylight/web/root/src/main/resources/css/one.less b/opendaylight/web/root/src/main/resources/css/one.less index cb6fbc54fc..b5ab76f323 100644 --- a/opendaylight/web/root/src/main/resources/css/one.less +++ b/opendaylight/web/root/src/main/resources/css/one.less @@ -258,3 +258,10 @@ .table-cursor tr:hover { cursor: pointer; } + +// hide +.modal { + .help { + display: none; + } +} \ No newline at end of file