diff --git a/Home/static/home/assets/css/template.css b/Home/static/home/assets/css/template.css index a5f2522..a2fb764 100644 --- a/Home/static/home/assets/css/template.css +++ b/Home/static/home/assets/css/template.css @@ -57,14 +57,16 @@ iframe{ width:100%; bottom:0; left:0; - padding:15px 30px; + padding:0px 10px; font-size:11px; - margin-top: 50px; + margin-bottom: 0px; } .sidebar .social-icons a{ + position: relative; font-size:12px; margin-right:10px; + margin-bottom: 0px; } .wrapper{ @@ -1939,6 +1941,19 @@ textarea { height: 80%; } -.dropdown-item p:hover{ +/* .dropdown-item p:hover{ background-color: black; +} */ + +div.dropdown-menu { + background-color:#ffffff; + overflow-y:scroll; + height:230px; + width:620px; + position:relative; + right:5px; +} + +.dropdown-item p:hover { + background-color: #BDBDBD; } diff --git a/clubManagement/templates/clubManagement/index.html b/clubManagement/templates/clubManagement/index.html index b6f0046..ec3c7f4 100644 --- a/clubManagement/templates/clubManagement/index.html +++ b/clubManagement/templates/clubManagement/index.html @@ -86,8 +86,8 @@