moved lower bars lower to bottom
This commit is contained in:
parent
2df3bda590
commit
eb940a1f7b
1 changed files with 12 additions and 15 deletions
|
@ -493,7 +493,7 @@ border-radius: 5px;
|
||||||
|
|
||||||
.wrapper div.index {
|
.wrapper div.index {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 9px;
|
bottom: 0px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
@ -512,7 +512,7 @@ border-radius: 5px;
|
||||||
top:0;
|
top:0;
|
||||||
left:-30px;
|
left:-30px;
|
||||||
background: url('MMCCicon_help.png') no-repeat center center;
|
background: url('MMCCicon_help.png') no-repeat center center;
|
||||||
background-size: 32px 32px;
|
background-size: 27px 27px;
|
||||||
border-radius:5px;
|
border-radius:5px;
|
||||||
height:36px;
|
height:36px;
|
||||||
width:36px;
|
width:36px;
|
||||||
|
@ -541,7 +541,7 @@ border-radius: 5px;
|
||||||
|
|
||||||
.wrapper h1.index {
|
.wrapper h1.index {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 9px;
|
bottom: 0px;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
@ -1890,17 +1890,14 @@ font-family:arial;
|
||||||
.onConsole .new_map button, .onConsole .new_map input.add {
|
.onConsole .new_map button, .onConsole .new_map input.add {
|
||||||
float: left;
|
float: left;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
background: #15bad4;
|
|
||||||
height: 40px;
|
height: 40px;
|
||||||
font-family: 'LatoLight';
|
font-family: 'LatoItalic';
|
||||||
font-size: 16px;
|
font-size: 17px;
|
||||||
font-style: italic;
|
|
||||||
width: auto;
|
width: auto;
|
||||||
padding: 0 30px;
|
padding: 0 30px;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
.onConsole .new_map button:hover, .onConsole .new_map input.add:hover {
|
.onConsole .new_map button:hover, .onConsole .new_map input.add:hover {
|
||||||
background: #19C8E4;
|
|
||||||
-webkit-box-shadow: none;
|
-webkit-box-shadow: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
@ -2029,7 +2026,7 @@ background-image: url('/assets/MMCCicon_minimize_arrow.png') !important;
|
||||||
.footer {
|
.footer {
|
||||||
display: block;
|
display: block;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 9px;
|
bottom: 0px;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
z-index: 15000;
|
z-index: 15000;
|
||||||
border-bottom-right-radius:5px;
|
border-bottom-right-radius:5px;
|
||||||
|
@ -2294,15 +2291,15 @@ border-radius:5px;
|
||||||
|
|
||||||
.socialIcons {
|
.socialIcons {
|
||||||
position:fixed;
|
position:fixed;
|
||||||
bottom: 9px;
|
bottom: 0px;
|
||||||
height: 35px;
|
height: 37px;
|
||||||
right:11px;
|
right:0px;
|
||||||
}
|
}
|
||||||
.socialIcons a {
|
.socialIcons a {
|
||||||
float:left;
|
float:left;
|
||||||
height:35px;
|
height:30px;
|
||||||
width:35px;
|
width:30px;
|
||||||
margin-right:5px;
|
margin: 0 7px 7px 0px;
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-size:30px 30px;
|
background-size:30px 30px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue