From 057d462a7a29732673ecd678fa7104dd391ab0ee Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 26 Oct 2011 09:28:00 +0200 Subject: [PATCH] Add css style for jeditable --- htdocs/theme/auguria/style.css.php | 36 ++++---------------------- htdocs/theme/bureau2crea/style.css.php | 34 +++--------------------- htdocs/theme/cameleo/style.css.php | 34 +++--------------------- htdocs/theme/eldy/style.css.php | 34 +++--------------------- 4 files changed, 17 insertions(+), 121 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 3ab3d691e9b..2951fdcfecb 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -1650,44 +1650,18 @@ table.cal_event td { border: 0px; padding-: 0px; padding-) right center no-repeat; } +.ui-autocomplete-loading { background: white url() right center no-repeat; } /* ============================================================================== */ -/* Ajax - In place editor */ +/* jQuery - jeditable */ /* ============================================================================== */ -form.inplaceeditor-form { /* The form */ +.edit_area:hover { + background: white url() right center no-repeat; + cursor: pointer; } -form.inplaceeditor-form input[type="text"] { /* Input box */ -} - -form.inplaceeditor-form textarea { /* Textarea, if multiple columns */ -background: #FAF8E8; -color: black; -} - -form.inplaceeditor-form input[type="submit"] { /* The submit button */ - font-size: 100%; - font-weight:normal; - border: 0px; - background-image : url(); - background-position : bottom; - cursor:pointer; -} - -form.inplaceeditor-form a { /* The cancel link */ - margin-left: 5px; - font-size: 11px; - font-weight:normal; - border: 0px; - background-image : url(); - background-position : bottom; - cursor:pointer; -} - - /* ============================================================================== */ /* Admin Menu */ diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index 4dda379c374..a4eea5e32b6 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -1860,40 +1860,14 @@ table.cal_event td { border: 0px; padding-: 0px; padding-) right center no-repeat; + cursor: pointer; } -form.inplaceeditor-form input[type="text"] { /* Input box */ -} - -form.inplaceeditor-form textarea { /* Textarea, if multiple columns */ -background: #FAF8E8; -color: black; -} - -form.inplaceeditor-form input[type="submit"] { /* The submit button */ - font-size: 100%; - font-weight:normal; - border: 0px; - background-image : url(); - background-position : bottom; - cursor:pointer; -} - -form.inplaceeditor-form a { /* The cancel link */ - margin-left: 5px; - font-size: 11px; - font-weight:normal; - border: 0px; - background-image : url(); - background-position : bottom; - cursor:pointer; -} - - /* ============================================================================== */ /* Admin Menu */ diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php index bb8372247a1..9b0f897cfa6 100644 --- a/htdocs/theme/cameleo/style.css.php +++ b/htdocs/theme/cameleo/style.css.php @@ -1810,40 +1810,14 @@ table.cal_event td { border: 0px; padding-: 0px; padding-) right center no-repeat; + cursor: pointer; } -form.inplaceeditor-form input[type="text"] { /* Input box */ -} - -form.inplaceeditor-form textarea { /* Textarea, if multiple columns */ -background: #FAF8E8; -color: black; -} - -form.inplaceeditor-form input[type="submit"] { /* The submit button */ - font-size: 100%; - font-weight:normal; - border: 0px; - background-image : url(); - background-position : bottom; - cursor:pointer; -} - -form.inplaceeditor-form a { /* The cancel link */ - margin-left: 5px; - font-size: 11px; - font-weight:normal; - border: 0px; - background-image : url(); - background-position : bottom; - cursor:pointer; -} - - /* ============================================================================== */ /* Admin Menu */ diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 61cedd8395a..8c98d4b3218 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1710,40 +1710,14 @@ table.cal_event td { border: 0px; padding-: 0px; padding-) right center no-repeat; + cursor: pointer; } -form.inplaceeditor-form input[type="text"] { /* Input box */ -} - -form.inplaceeditor-form textarea { /* Textarea, if multiple columns */ -background: #FAF8E8; -color: black; -} - -form.inplaceeditor-form input[type="submit"] { /* The submit button */ - font-size: 100%; - font-weight:normal; - border: 0px; - background-image : url(); - background-position : bottom; - cursor:pointer; -} - -form.inplaceeditor-form a { /* The cancel link */ - margin-left: 5px; - font-size: 11px; - font-weight:normal; - border: 0px; - background-image : url(); - background-position : bottom; - cursor:pointer; -} - - /* ============================================================================== */ /* Admin Menu */