diff --git a/12/style.css b/12/style.css index 8bee83c..acd101e 100644 --- a/12/style.css +++ b/12/style.css @@ -706,4 +706,19 @@ filter: invert(1); color:black; width: 98%; display: inline-block; +} + +#etherpad_drag_header{ + position: absolute; + top:0px; + left:0px; + padding: 5px; + cursor: move; + background-color: white; + color: #fff; + z-index:2000; + font-size: 8pt; + color:black; + width: 98%; + display: inline-block; } \ No newline at end of file