Look: Add style div.float
This commit is contained in:
parent
c9ee7d8b97
commit
a34c118be4
@ -160,6 +160,11 @@ form {
|
||||
padding: 0em 0em 0em 0em;
|
||||
margin: 0em 0em 0em 0em;
|
||||
}
|
||||
div.float
|
||||
{
|
||||
float:<?php print $left; ?>;
|
||||
}
|
||||
|
||||
|
||||
/* For dragging lines */
|
||||
|
||||
|
||||
@ -208,6 +208,11 @@ form {
|
||||
padding: 0em 0em 0em 0em;
|
||||
margin: 0em 0em 0em 0em;
|
||||
}
|
||||
div.float
|
||||
{
|
||||
float:<?php print $left; ?>;
|
||||
}
|
||||
|
||||
|
||||
/* For dragging lines */
|
||||
|
||||
|
||||
@ -161,7 +161,10 @@ form {
|
||||
padding: 0em 0em 0em 0em;
|
||||
margin: 0em 0em 0em 0em;
|
||||
}
|
||||
|
||||
div.float
|
||||
{
|
||||
float:<?php print $left; ?>;
|
||||
}
|
||||
|
||||
|
||||
/* For dragging lines */
|
||||
|
||||
@ -160,6 +160,11 @@ form
|
||||
padding: 0px 0px 0px 0px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
||||
div.float
|
||||
{
|
||||
float:<?php print $left; ?>;
|
||||
}
|
||||
|
||||
|
||||
/* For dragging lines */
|
||||
|
||||
|
||||
@ -148,6 +148,11 @@ form
|
||||
padding: 0em 0em 0em 0em;
|
||||
margin: 0em 0em 0em 0em;
|
||||
}
|
||||
div.float
|
||||
{
|
||||
float:<?php print $left; ?>;
|
||||
}
|
||||
|
||||
|
||||
/* For dragging lines */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user