From 8127bd02cf13fe2c4c45897c96c88eeb5a1a2a43 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 16 May 2011 09:27:29 +0000 Subject: [PATCH] New: css for hide an object and for add a pointer cursor --- htdocs/theme/auguria/style.css.php | 2 ++ htdocs/theme/bureau2crea/style.css.php | 5 +++++ htdocs/theme/eldy/style.css.php | 4 ++++ htdocs/theme/freelug/style.css.php | 4 ++++ htdocs/theme/yellow/style.css.php | 4 ++++ 5 files changed, 19 insertions(+) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 91fc347c169..7403eced625 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -165,6 +165,8 @@ div.float float:; } +/* For hide object and add pointer cursor */ + .hideobject { display: none; } .linkobject { cursor: pointer; } diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index bc69d263462..b58699274d2 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -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 { diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 3ac7f6792d0..293074279c6 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -166,6 +166,10 @@ div.float float:; } +/* For hide object and add pointer cursor */ + +.hideobject { display: none; } +.linkobject { cursor: pointer; } /* For dragging lines */ diff --git a/htdocs/theme/freelug/style.css.php b/htdocs/theme/freelug/style.css.php index 05c00eca8f2..c607a925fa3 100644 --- a/htdocs/theme/freelug/style.css.php +++ b/htdocs/theme/freelug/style.css.php @@ -165,6 +165,10 @@ div.float float:; } +/* For hide object and add pointer cursor */ + +.hideobject { display: none; } +.linkobject { cursor: pointer; } /* For dragging lines */ diff --git a/htdocs/theme/yellow/style.css.php b/htdocs/theme/yellow/style.css.php index 6c0bd890516..8b76d033102 100644 --- a/htdocs/theme/yellow/style.css.php +++ b/htdocs/theme/yellow/style.css.php @@ -153,6 +153,10 @@ div.float float:; } +/* For hide object and add pointer cursor */ + +.hideobject { display: none; } +.linkobject { cursor: pointer; } /* For dragging lines */