Commit 788fa8c1 authored by Randall Leeds's avatar Randall Leeds

new app controller based on new horus and angular

parent 66f638f9
...@@ -24,13 +24,13 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } ...@@ -24,13 +24,13 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
//HIDDEN TABS//////////////////////////////// //HIDDEN TABS////////////////////////////////
.nav a[data-target="#password-tab"], .nav a[data-target="#activate-tab"],
.nav a[data-target="#reset-tab"] { .nav a[data-target="#forgot-tab"] {
display: none; display: none;
} }
.nav .active a[data-target="#password-tab"], .nav .active a[data-target="#activate-tab"],
.nav .active a[data-target="#reset-tab"] { .nav .active a[data-target="#forgot-tab"] {
display: initial; display: initial;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment