mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2024-11-23 12:48:39 -05:00
CSS for lang select
This commit is contained in:
parent
51e6dacb7b
commit
c19b9fea0e
42
css/main.css
42
css/main.css
@ -335,13 +335,7 @@ a h1{
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
#footerwrap .col-md-8 {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
#footerwrap .col-md-4{
|
||||
text-align: right;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
@ -555,3 +549,39 @@ i.danger{
|
||||
{
|
||||
margin-top: 30px
|
||||
}
|
||||
|
||||
.text-left{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.text-right{
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.text-center{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#footerwrap .dropdown-menu{
|
||||
background: #337ab7
|
||||
}
|
||||
|
||||
#footerwrap .dropdown-menu a{
|
||||
color:white;
|
||||
width: 100%;
|
||||
padding: 2px 5px;
|
||||
display: block;
|
||||
transition: 125ms ease-in-out background-color;
|
||||
background-color: #337ab7
|
||||
}
|
||||
|
||||
#footerwrap .dropdown-menu a:hover{
|
||||
background-color: #2f8ad8;
|
||||
}
|
||||
|
||||
#footerwrap .btn-group.dropup img{
|
||||
max-height: 20px;
|
||||
max-width: 25px;
|
||||
margin-right: 5px;
|
||||
vertical-align: middle;
|
||||
}
|
Loading…
Reference in New Issue
Block a user