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

27 lines
403 B
CSS

/* CSS style file for Plemp! */
#header {
position: relative;
border-bottom: thin solid gray;
height: 100%;
}
#header h1 { margin: 5pt 0pt; }
#add_dialog {
display: none;
}
.left { text-align: left; }
.right { text-align: right; }
.draggable {
position: absolute;
padding: 10px;
width: 400px;
max-height: 300px;
overflow: auto;
border: thin solid #888;
background: white;
}