Lots more Dashboard features/changes.

Internationalization and Help to come.
Default dashlet demos/walkthroughs to come.
This commit is contained in:
Matthew Wilson 2005-12-01 15:46:04 +00:00
parent 440ca63333
commit 09bf2b263f
12 changed files with 369 additions and 281 deletions

View file

@ -6,6 +6,7 @@ div.dragable:hover
.dragable
{
position: relative;
/*width:100%;*/
border: 1px solid #fff;
}
@ -25,13 +26,14 @@ div.dragTrigger
div.dragging
{
overflow-x:visible;
position: relative;
width: auto;
filter:alpha(opacity=60);
opacity:.60;
cursor: pointer; cursor: hand;
z-index: 2000;
border: 1px dotted #cccccc;
/* border: 1px dotted #cccccc; */
}
div.dragging div.content
@ -74,7 +76,7 @@ div.dragging div.content
{
position: relative;
cursor: pointer; cursor: hand;
background-color: #eeeeee;
background-color: #dddddd;
}
.empty
@ -83,7 +85,7 @@ div.dragging div.content
padding: 0px;
margin: 3px;
width: 100%;
height: 250px;
height: 50px;
}
.blankTable {