X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=gallery%2Fgallery.css;fp=gallery%2Fgallery.css;h=cc83a2b1b88811b2bb7782acea7bee9cea4926b3;hb=328d2ccee498aefe549041b5c8a2b4a97a29fea1;hp=c0b5837fd335dc7a50abefe2cb82f9b125d8efef;hpb=72c8bf9993215da78476fa918af09e12b297a34c;p=dygraphs.git diff --git a/gallery/gallery.css b/gallery/gallery.css index c0b5837..cc83a2b 100644 --- a/gallery/gallery.css +++ b/gallery/gallery.css @@ -84,3 +84,13 @@ aside { border-style: solid; border-color: black; } + +/* CSS for resize */ +#workarea #resize #div_g { + /* The left and top are just guesses, this needs a proper run-through */ + position: absolute; + left: 200px; + right: 10px; + top: 100px; + bottom: 10px; +} \ No newline at end of file