User:Zocky/Draglets.css

From Wikipedia, the free encyclopedia

Note: After saving, you have to bypass your browser's cache to see the changes. Firefox/Mozilla/Safari: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Internet Explorer: press Ctrl-F5, Opera/Konqueror: press F5.

.draglet
{
  width:300px;
  border:solid 1px silver;
  background:white;
  padding:2px;
}

.draglet_titlebar
{
  background:#DDD;
  padding:0;
  font-size:90%;
}

.draglet_title
{
  cursor:default;
  width:100%;
  overflow:hidden;
  white-space:nowrap;
  display:block;
}

.draglet_titlebar_right
{
  position:absolute;
  right:0;
  background:#DDD;
  white-space:nowrap;
  padding:0 2px;
}

.draglet_content
{
  margin-top:2px;
  background:white;
  position:relative;
  width:100%;
  padding:0px;
}