diff --git a/public/css/style_may2024.css b/public/css/style_may2024.css index aa33896..96ad2a5 100644 --- a/public/css/style_may2024.css +++ b/public/css/style_may2024.css @@ -9414,39 +9414,16 @@ body .cke_notifications_area{ nav .drop-down { list-style: none; overflow: hidden; /* When ul height is reduced, ensure overflowing li are not shown */ - height: 250px; /* 172px = (38 (li) + 5 (li border)) * 4 (number of li) */ - /*background-color: #34495e;*/ - /*font-family: Arial;*/ - /*width: 200px;*/ + height: 200px; /* 172px = (38 (li) + 5 (li border)) * 4 (number of li) */ margin: 0 auto; padding: 0; - /*text-align: center;*/ -webkit-transition: height 0.3s ease; transition: height 0.3s ease; } - nav .drop-down.closed { /* When toggled via jQuery this class will reduce the height of the ul which inconjuction with overflow: hidden set on the ul will hide all list items apart from the first */ /* current li height 38px + 5px border */ height: 43px; } - -nav .drop-down li { - /*border-bottom: 5px solid #2c3e50;*/ -} - -nav .drop-down li a { - display: block; - /*color: #ecf0f1;*/ - /*text-decoration: none;*/ - padding: 10px; /* Larger touch target area */ -} - -nav .drop-down li:first-child a:after { - /*content: "\25BC";*/ - float: right; - margin-left: -30px; /* Excessive -margin to bring link text back to center */ - margin-right: 5px; -} diff --git a/resources/views/employers/menu.blade.php b/resources/views/employers/menu.blade.php index e779e24..69b9d95 100644 --- a/resources/views/employers/menu.blade.php +++ b/resources/views/employers/menu.blade.php @@ -115,28 +115,32 @@