mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 23:10:15 +02:00
* Correct invalid html * Add bundle files for CDN CSS and javascript * Replace static javascript refs with bundles * Change password reset templates to use a basefile And switch to use bundles * Remove third party libraries * Remove awkward margin styling on navbars
21 lines
266 B
CSS
21 lines
266 B
CSS
.grayiconecolor {
|
|
color: #505050;
|
|
}
|
|
#lang_select {
|
|
margin-right: 25px;
|
|
}
|
|
|
|
#f_lang_select {
|
|
margin-right: 5px;
|
|
}
|
|
.navbar-brand {
|
|
height: 58px;
|
|
padding: 19px 19px;
|
|
}
|
|
.auth-navbar-top {
|
|
margin-bottom: 0;
|
|
}
|
|
.auth-sidebar {
|
|
margin-top: 1px;
|
|
}
|