@@ -77,12 +77,12 @@
text-align: left;
border: none;
color:#000000;
- padding-left: 40px;
+ /*padding-left: 40px;*/
cursor: pointer;
background: rgba(59,158,208,0.1);
background-image: url(../images/first.png);
background-repeat: no-repeat;
- background-position: 20px 10px;
+ background-position: 0px 10px;
}
.clear{
width: 60px;
@@ -11,7 +11,7 @@ class Banner extends Component {
super(props)
this.state = {
mode: props.typeConfig,
- zIndex:40
+ zIndex:204
};
this.showConfigModal = this.showConfigModal.bind(this);
this.closeConfigModal = this.closeConfigModal.bind(this);
@@ -9,7 +9,7 @@
left: 10px;
top: 50px;
right: 480px;
- z-index: 200;
+ z-index: 204;
.operations, .health{
float: left;