diff --git a/notice_and_comment/static/regulations/css/less/module/header-custom.less b/notice_and_comment/static/regulations/css/less/module/header-custom.less index da4b6da..b614d01 100644 --- a/notice_and_comment/static/regulations/css/less/module/header-custom.less +++ b/notice_and_comment/static/regulations/css/less/module/header-custom.less @@ -47,6 +47,21 @@ Site Title } } +// mobile nav list items +.app-nav-list { + display: none; + + li { + margin: 0 10px; + padding: 10px 0; + + &:last-child { + margin: 0; + padding: 10px; + } + } +} + .app-nav-list-text { font-size: 0.8em; } @@ -55,6 +70,11 @@ Site Title Big Screens */ @media only screen and ( min-width: 880px ) { + + .app-nav-list.open { + display: block; + } + .app-nav-list-item { .logo { margin: 8px 0 0 8px; @@ -78,7 +98,16 @@ Smaller Screens top: 56px; } - .app-nav-list-text { - display: none; + .app-nav-list-item { + padding: 20px 15px; + + a { + color: @dark_field; + padding: 0; + } + + &:last-child { + border-bottom: 2px solid @dark_gray; + } } } diff --git a/notice_and_comment/static/regulations/css/less/module/nc-homepage-custom.less b/notice_and_comment/static/regulations/css/less/module/nc-homepage-custom.less index 07e5815..522725c 100644 --- a/notice_and_comment/static/regulations/css/less/module/nc-homepage-custom.less +++ b/notice_and_comment/static/regulations/css/less/module/nc-homepage-custom.less @@ -5,6 +5,9 @@ */ .nc-homepage-header { + height: auto; + position: relative; + .main-head { .font-regular; position: relative; diff --git a/notice_and_comment/templates/regulations/main-header.html b/notice_and_comment/templates/regulations/main-header.html index 1055435..f474094 100644 --- a/notice_and_comment/templates/regulations/main-header.html +++ b/notice_and_comment/templates/regulations/main-header.html @@ -20,9 +20,10 @@

Mobile navigation diff --git a/notice_and_comment/templates/regulations/nc-homepage.html b/notice_and_comment/templates/regulations/nc-homepage.html index f274134..746ab04 100644 --- a/notice_and_comment/templates/regulations/nc-homepage.html +++ b/notice_and_comment/templates/regulations/nc-homepage.html @@ -9,7 +9,7 @@
-
-

We want to hear from you!

+

We want to hear from you!

To give feedback on this tool, open a new issue in this repository (requires a free login).

diff --git a/notice_and_comment/templates/regulations/org-title.html b/notice_and_comment/templates/regulations/org-title.html deleted file mode 100644 index afed960..0000000 --- a/notice_and_comment/templates/regulations/org-title.html +++ /dev/null @@ -1 +0,0 @@ -Org Name