This repository has been archived on 2020-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
plemp/public/plemp.css
Paul van Tilburg 37138619c0 Added support for other file types than images.
* Use mime/types library for MIME type management.
 * Use CodeRay for syntax highlighting code/text files.
 * Added code to observe the drags; fixed committing position changes to the app.
 * Commenced work on the Z-index problem.
2010-09-10 17:46:24 +02:00

14 lines
216 B
CSS

/* CSS style file for Plemp! */
.draggable {
position: absolute;
padding: 15px;
width: 400px;
max-height: 300px;
overflow: auto;
top: 0px;
left: 0px;
border: thin solid black;
background: white;
}