From e3ed3516b10454e2fe5e87d1a7ad85a9bc92007e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 13 Nov 2010 15:56:25 +0000 Subject: [PATCH] Look: Enhance style for popup --- htdocs/theme/auguria/style.css.php | 12 +++++++++++- htdocs/theme/eldy/style.css.php | 15 +++++++++++++-- htdocs/theme/freelug/style.css.php | 12 +++++++++++- htdocs/theme/yellow/style.css.php | 12 +++++++++++- 4 files changed, 46 insertions(+), 5 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index ee3ff0ae86e..ab2373a0a84 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -1313,7 +1313,17 @@ div.titre { /* ============================================================================== */ -/* Formulaire confirmation (HTML) */ +/* Formulaire confirmation (When Ajax JQuery is used) */ +/* ============================================================================== */ + +.ui-dialog-titlebar { +} +.ui-dialog-content { + font-size: px !important; +} + +/* ============================================================================== */ +/* Formulaire confirmation (When HTML is used) */ /* ============================================================================== */ table.valid { diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 98708a4fddb..06177062068 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1292,10 +1292,21 @@ div.titre { /* ============================================================================== */ -/* Formulaire confirmation (HTML) */ +/* Formulaire confirmation (When Ajax JQuery is used) */ +/* ============================================================================== */ + +.ui-dialog-titlebar { +} +.ui-dialog-content { + font-size: px !important; +} + +/* ============================================================================== */ +/* Formulaire confirmation (When HTML is used) */ /* ============================================================================== */ table.valid { + font-size: 8px; border-top: solid 1px #E6E6E6; border-: solid 1px #E6E6E6; border-: solid 1px #444444; @@ -1550,7 +1561,7 @@ form.inplaceeditor-form a { /* The cancel link */ /* Admin Menu */ /* ============================================================================== */ -/* CSS a appliquer a l'arbre hierarchique */ +/* CSS for treeview */ /* Lien plier /deplier tout */ .arbre-switch { diff --git a/htdocs/theme/freelug/style.css.php b/htdocs/theme/freelug/style.css.php index e22c2034ba9..531b0acd90e 100644 --- a/htdocs/theme/freelug/style.css.php +++ b/htdocs/theme/freelug/style.css.php @@ -1037,7 +1037,17 @@ tr.fiche { /* ============================================================================== */ -/* Formulaire confirmation (HTML) */ +/* Formulaire confirmation (When Ajax JQuery is used) */ +/* ============================================================================== */ + +.ui-dialog-titlebar { +} +.ui-dialog-content { + font-size: 12px !important; +} + +/* ============================================================================== */ +/* Formulaire confirmation (When HTML is used) */ /* ============================================================================== */ table.valid { diff --git a/htdocs/theme/yellow/style.css.php b/htdocs/theme/yellow/style.css.php index 992bb874400..e2344758027 100644 --- a/htdocs/theme/yellow/style.css.php +++ b/htdocs/theme/yellow/style.css.php @@ -1031,7 +1031,17 @@ tr.fiche { /* ============================================================================== */ -/* Formulaire confirmation (HTML) */ +/* Formulaire confirmation (When Ajax JQuery is used) */ +/* ============================================================================== */ + +.ui-dialog-titlebar { +} +.ui-dialog-content { + font-size: 12px !important; +} + +/* ============================================================================== */ +/* Formulaire confirmation (When HTML is used) */ /* ============================================================================== */ table.valid {