- UI fixes
This commit is contained in:
@@ -74,7 +74,7 @@ class MapTypeModel extends BasicModel{
|
||||
],
|
||||
[
|
||||
'id' => 5,
|
||||
'name' => 'globald',
|
||||
'name' => 'global',
|
||||
'label' => 'global',
|
||||
'class' => 'pf-map-type-global',
|
||||
'classTab' => 'pf-map-type-tab-global'
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,5 +1,3 @@
|
||||
{{ character.authorizationStatus}}
|
||||
|
||||
<a href="{{ link }}?cookie={{ cookieName }}">
|
||||
{{#authOK}}
|
||||
{{#character.roleId}}
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
<li><a class="page-scroll" data-anchor="#pf-landing-top" href="#">Login</a></li>
|
||||
<li> <a class="page-scroll" data-anchor="#pf-landing-gallery" href="#">Features</a></li>
|
||||
<li> <a class="page-scroll" data-anchor="#pf-landing-maps" href="#">Maps</a></li>
|
||||
<li> <a class="page-scroll" data-anchor="#pf-landing-admin" href="#" title="new" data-placement="bottom" data-show="1">Admin <span class="badge txt-color txt-color-orange">beta</span></a></li>
|
||||
<li> <a class="page-scroll" data-anchor="#pf-landing-admin" href="#" title="new" data-placement="bottom" data-show="1">Admin <small class="txt-color txt-color-orange">[BETA]</small></a></li>
|
||||
<li> <a class="page-scroll" data-anchor="#pf-landing-install" href="#">Install</a></li>
|
||||
<li> <a class="page-scroll" data-anchor="#pf-landing-about" href="#">About</a></li>
|
||||
<li> <a class="page-scroll" data-anchor="#pf-landing-faq" href="#">FAQ</a></li>
|
||||
|
||||
@@ -1104,6 +1104,10 @@ td.pf-popover-trigger{
|
||||
background-color: $gray;
|
||||
color: $gray-lighter;
|
||||
}
|
||||
|
||||
small{
|
||||
font-family: $font-family-bold;
|
||||
}
|
||||
}
|
||||
|
||||
// character switch popover
|
||||
|
||||
Reference in New Issue
Block a user