mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
small css fix at the importexport panel
This commit is contained in:
parent
c72cd49ede
commit
3401a7bc11
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue