Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
[HOTFIX] Fixed the default state of the Server Selector.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangrynenko committed Jan 28, 2016
1 parent 94c3866 commit c6a4880
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/css/xs.node.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@
border-color: transparent;
}

#block-xs-xs-server-navigation .dropdown-toggle i {
margin-right: 5px;
}

.main-container.container {
position: relative;
top: 85px;
Expand Down
2 changes: 1 addition & 1 deletion theme/xs_theme.inc
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ function xs_server_navigation_theme() {
<div class="collapse navbar-collapse" id="bs-navbar-collapse-2">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Select a server <span class="caret"></span></a>
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">' . $title . ' <span class="caret"></span></a>
<ul class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownMenu2">';

$return .= implode("\n", $options);
Expand Down

0 comments on commit c6a4880

Please sign in to comment.