add: Thingy asset
This commit is contained in:
parent
cd62f71573
commit
9de7e34112
10 changed files with 4411 additions and 2 deletions
36
www/extras/wobject/Thingy/thingy.css
Normal file
36
www/extras/wobject/Thingy/thingy.css
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
/*div.workarea { padding:10px; float:left }*/
|
||||
|
||||
ul.draglist {
|
||||
/*position: relative;*/
|
||||
width: 600px;
|
||||
background: #f7f7f7;
|
||||
/*border: 1px solid gray;*/
|
||||
list-style: none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
ul.draglist li {
|
||||
margin: 1px;
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
ul.draglist_alt li {
|
||||
margin: 1px;
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
|
||||
li.list1 {
|
||||
/*background-color: #D1E6EC;*/
|
||||
border:1px solid #7EA6B2;
|
||||
}
|
||||
|
||||
#dialog1{
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
#dialog2{
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue