small css fix at the importexport panel
This commit is contained in:
parent
c72cd49ede
commit
3401a7bc11
|
@ -1003,7 +1003,7 @@ position: relative;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
-moz-border-radius: 6px;
|
-moz-border-radius: 6px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
height:170px;
|
height:190px;
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1032,7 +1032,7 @@ position: relative;
|
||||||
|
|
||||||
#importexportline{
|
#importexportline{
|
||||||
border: dotted 1px;
|
border: dotted 1px;
|
||||||
height: 165px;
|
height: 185px;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
width:0px;
|
width:0px;
|
||||||
left:260px;
|
left:260px;
|
||||||
|
|
Loading…
Reference in New Issue