mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-07 15:46:20 +01:00
using "public/lang_select.html"
This commit is contained in:
@@ -132,9 +132,16 @@ ul.list-group.list-group-horizontal > li.list-group-item {
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
.top-user-menu .navbar-form {
|
||||
.top-menu-bar-language-select form {
|
||||
padding: 10px 15px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
border-top: 1px solid transparent;
|
||||
border-bottom: 1px solid transparent;
|
||||
-webkit-box-shadow: inset 0 1px 0 rgb(255 255 255), 0 1px 0 rgb(255 255 255);
|
||||
box-shadow: inset 0 1px 0 rgb(255 255 255), 0 1px 0 rgb(255 255 255);
|
||||
margin-top: 7.5px;
|
||||
margin-bottom: 7.5px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -148,6 +155,17 @@ ul.list-group.list-group-horizontal > li.list-group-item {
|
||||
.top-user-menu {
|
||||
color: rgb(123, 138, 139);
|
||||
}
|
||||
|
||||
.top-menu-bar-language-select form {
|
||||
width: auto;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
border: 0;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* eve time in navbar
|
||||
|
||||
Reference in New Issue
Block a user