diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 206a4907d34..d8e82c7d0af 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -1881,6 +1881,9 @@ A.none, A.none:active, A.none:visited, A.none:hover { { border: 0px solid #FF0000 !important; } +span.cke_skin_kama { padding: 0 ! important; } + + /* ============================================================================== */ /* Test using div instead of tables */ diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 5a6e818d362..4abf4d53cc8 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1879,3 +1879,5 @@ A.none, A.none:active, A.none:visited, A.none:hover { { border: 0px solid #FF0000 !important; } +span.cke_skin_kama { padding: 0 !important; } +.cke_wrapper { padding: 4px !important; } diff --git a/htdocs/theme/freelug/style.css.php b/htdocs/theme/freelug/style.css.php index fe0e305ed8f..0ee39de6dbe 100644 --- a/htdocs/theme/freelug/style.css.php +++ b/htdocs/theme/freelug/style.css.php @@ -1466,4 +1466,5 @@ A.none, A.none:active, A.none:visited, A.none:hover { { border: 0px solid #FF0000 !important; } +span.cke_skin_kama { padding: 0 ! important; } diff --git a/htdocs/theme/yellow/style.css.php b/htdocs/theme/yellow/style.css.php index bbcde0afdee..343e93bdf05 100644 --- a/htdocs/theme/yellow/style.css.php +++ b/htdocs/theme/yellow/style.css.php @@ -1515,4 +1515,5 @@ A.none, A.none:active, A.none:visited, A.none:hover { { border: 0px solid #FF0000 !important; } +span.cke_skin_kama { padding: 0 ! important; }