New: css for hide an object and for add a pointer cursor

This commit is contained in:
Regis Houssin 2011-05-16 09:27:29 +00:00
parent 2eded2f792
commit 8127bd02cf
5 changed files with 19 additions and 0 deletions

View File

@ -165,6 +165,8 @@ div.float
float:<?php print $left; ?>;
}
/* For hide object and add pointer cursor */
.hideobject { display: none; }
.linkobject { cursor: pointer; }

View File

@ -202,6 +202,11 @@ form {
margin: 0em 0em 0em 0em;
}
/* For hide object and add pointer cursor */
.hideobject { display: none; }
.linkobject { cursor: pointer; }
/* For dragging lines */
.dragClass {

View File

@ -166,6 +166,10 @@ div.float
float:<?php print $left; ?>;
}
/* For hide object and add pointer cursor */
.hideobject { display: none; }
.linkobject { cursor: pointer; }
/* For dragging lines */

View File

@ -165,6 +165,10 @@ div.float
float:<?php print $left; ?>;
}
/* For hide object and add pointer cursor */
.hideobject { display: none; }
.linkobject { cursor: pointer; }
/* For dragging lines */

View File

@ -153,6 +153,10 @@ div.float
float:<?php print $left; ?>;
}
/* For hide object and add pointer cursor */
.hideobject { display: none; }
.linkobject { cursor: pointer; }
/* For dragging lines */