Fixed main Navigation styles, icons and bamedized
parent
bf3e21dada
commit
6645b5429f
|
@ -87,7 +87,7 @@ MainTaigaDirective = ($log, $compile, $rootscope) ->
|
||||||
</li>
|
</li>
|
||||||
<li id="nav-admin">
|
<li id="nav-admin">
|
||||||
<a href="" tg-nav="project-admin-home:project=project.slug" title="Admin">
|
<a href="" tg-nav="project-admin-home:project=project.slug" title="Admin">
|
||||||
<span class="icon icon-video"></span>
|
<span class="icon icon-settings"></span>
|
||||||
<span class="item">Admin</span>
|
<span class="item">Admin</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -104,12 +104,7 @@ MainTaigaDirective = ($log, $compile, $rootscope) ->
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="settings">
|
""")
|
||||||
<a href="" title="User preferences">Pilar</a>
|
|
||||||
<a href="" title="Site preferences">
|
|
||||||
<span class="icon icon-settings"></span>
|
|
||||||
</a>
|
|
||||||
</div>""")
|
|
||||||
|
|
||||||
# WARNING: this code has traces of slighty hacky parts
|
# WARNING: this code has traces of slighty hacky parts
|
||||||
# This rerenders and compiles the navigation when ng-view
|
# This rerenders and compiles the navigation when ng-view
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
// for correct not integrated pages.
|
// for correct not integrated pages.
|
||||||
// The compiled version of this is embedded in coffescript
|
// The compiled version of this is embedded in coffescript
|
||||||
// due to mandatory tricky hacks related to scope resolution.
|
// due to mandatory tricky hacks related to scope resolution.
|
||||||
|
// Check base.coffee for the JS template
|
||||||
nav.menu
|
nav.menu
|
||||||
h1.logo
|
h1.logo
|
||||||
a(href="", title="Home")
|
a(href="", title="Home")
|
||||||
|
|
Loading…
Reference in New Issue