From 468e9657763454a2c3154a1cb25699c95252a6aa Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 29 Oct 2014 09:24:01 -0400 Subject: [PATCH] Various bits of work.. in progress --- css/app.css | 24 ++++++++++- footer.php | 2 - front-page.php | 3 ++ nggallery/album-glmalbums.php | 57 +++++++++++++++++++++++++ nggallery/gallery-glmphotos.php | 73 +++++++++++++++++++++++++++++++++ 5 files changed, 155 insertions(+), 4 deletions(-) create mode 100644 nggallery/album-glmalbums.php create mode 100644 nggallery/gallery-glmphotos.php diff --git a/css/app.css b/css/app.css index e9afa9f..aa4a06a 100644 --- a/css/app.css +++ b/css/app.css @@ -6076,8 +6076,9 @@ article h2 { #homepage_problem_solvers { text-align: center; } -#homepage_gallery { - text-align: center; } +#homepage_portfolio { + text-align: center; + margin: 0; } .ngg-galleryoverview { padding: 20px; } @@ -6097,6 +6098,25 @@ article h2 { .slideshowlink { display: none; } +.top-bar-menu > li.has-dropdown > ul.dropdown li ul li:only-child a { + border-top-right-radius: 15px; + border-bottom-right-radius: 15px; } + +.top-bar-menu > li.has-dropdown > ul.dropdown li ul li:first-child a { + border-top-right-radius: 15px; } + +.top-bar-menu > li.has-dropdown > ul.dropdown li:last-child a { + border-bottom-left-radius: 15px; + border-bottom-right-radius: 15px; } + +.top-bar-menu > li.has-dropdown > ul.dropdown li:last-child:hover > a { + border-radius: 0; } + +.top-bar-menu > li.has-dropdown > ul.dropdown li ul li:last-child { + background-color: transparent; } + .top-bar-menu > li.has-dropdown > ul.dropdown li ul li:last-child a { + border-bottom-right-radius: 15px; } + /** * 4.2 Posts * ------------------------------------ diff --git a/footer.php b/footer.php index 98556fc..113d3b5 100644 --- a/footer.php +++ b/footer.php @@ -32,8 +32,6 @@