mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-06 15:16:20 +01:00
Reformatted code for easy reading.
This commit is contained in:
450
static/css/bootstrap-theme.min.css
vendored
450
static/css/bootstrap-theme.min.css
vendored
File diff suppressed because one or more lines are too long
6663
static/css/bootstrap.min.css
vendored
6663
static/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
1964
static/css/font-awesome.min.css
vendored
1964
static/css/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -19,16 +19,18 @@ body {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@media(min-width:768px) {
|
||||
@media (min-width: 768px) {
|
||||
#page-wrapper {
|
||||
position: inherit;
|
||||
margin: 0 0 0 250px;
|
||||
padding: 0 30px;
|
||||
border-left: 1px solid #e7e7e7;
|
||||
overflow: hidden;}
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.navbar-top-links li {
|
||||
display: inline-block;
|
||||
}
|
||||
@@ -108,13 +110,13 @@ body {
|
||||
content: "\f104";
|
||||
}
|
||||
|
||||
.sidebar .active>a>.fa.arrow:before {
|
||||
.sidebar .active > a > .fa.arrow:before {
|
||||
content: "\f107";
|
||||
}
|
||||
|
||||
.sidebar .nav-second-level li,
|
||||
.sidebar .nav-third-level li {
|
||||
border-bottom: 0!important;
|
||||
border-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.sidebar .nav-second-level li a {
|
||||
@@ -125,7 +127,7 @@ body {
|
||||
padding-left: 52px;
|
||||
}
|
||||
|
||||
@media(min-width:768px) {
|
||||
@media (min-width: 768px) {
|
||||
.sidebar {
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
@@ -246,7 +248,7 @@ table.dataTable thead .sorting:after {
|
||||
content: "\f0dc";
|
||||
float: right;
|
||||
font-family: fontawesome;
|
||||
color: rgba(50,50,50,.5);
|
||||
color: rgba(50, 50, 50, .5);
|
||||
}
|
||||
|
||||
.btn-circle {
|
||||
@@ -281,7 +283,7 @@ table.dataTable thead .sorting:after {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
border: 1px solid #ddd;
|
||||
background-color: #eee!important;
|
||||
background-color: #eee !important;
|
||||
}
|
||||
|
||||
.show-grid {
|
||||
|
||||
Reference in New Issue
Block a user