[gimp-web/gimp-web-static] Testing different nav icon placement (in markup)
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/gimp-web-static] Testing different nav icon placement (in markup)
- Date: Tue, 22 Sep 2015 15:54:19 +0000 (UTC)
commit 4d12654f3d80052286f0e98792abd3879e2f34f1
Author: Pat David <patdavid gmail com>
Date: Tue Sep 22 10:53:17 2015 -0500
Testing different nav icon placement (in markup)
themes/newgimp/static/css/gimp.css | 6 +++---
themes/newgimp/templates/base.html | 3 ++-
2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/themes/newgimp/static/css/gimp.css b/themes/newgimp/static/css/gimp.css
index 650f439..4a05213 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -375,14 +375,14 @@ footer .nav-bottom a {
padding-top: 0.5rem;
}
- #menu ul a#navel {
+ a#navel {
font-size: 2rem;
color: gray;
display: block;
padding-left: 1rem;
padding-top: 0.5rem;
background-color: transparent;
- position: absolute;
+ position: fixed;
color: white;
text-shadow: 1px 1px black,
1px -1px black,
@@ -393,7 +393,7 @@ footer .nav-bottom a {
@media ( min-width: 40rem ){
- #menu ul a#navel {
+ a#navel {
display: none;
}
}
diff --git a/themes/newgimp/templates/base.html b/themes/newgimp/templates/base.html
index eca1121..b05810d 100644
--- a/themes/newgimp/templates/base.html
+++ b/themes/newgimp/templates/base.html
@@ -74,10 +74,11 @@
{% endif %}
{% endif %}
- <a id="navel" href="#bottom-nav" ><i class="fa fa-bars"></i></a>
</ul>
</nav><!-- /#menu -->
+ <a id="navel" href="#bottom-nav" ><i class="fa fa-bars"></i></a>
+
<div id="pushPage">
{% block header %}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]