You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
424 B
34 lines
424 B
14 years ago
|
.contentModeller .collection
|
||
|
{
|
||
|
width: 400px;
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.contentModeller .model
|
||
|
{
|
||
|
width: 475px;
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
.contentModeller img
|
||
|
{
|
||
|
width: 16px;
|
||
|
padding: 0px;
|
||
|
vertical-align: middle;
|
||
|
cursor: hand;
|
||
|
}
|
||
|
|
||
|
.contentModeller .ajaxForm
|
||
|
{
|
||
|
margin-top: 25px;
|
||
|
padding: 10px;
|
||
|
width:300px;
|
||
|
border: 1px dashed black;
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.contentModeller #ajaxBusy
|
||
|
{
|
||
|
display: none;
|
||
|
}
|