From 3c18696f7e0f37c296126135dea03152f6ee5dca Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 20 Feb 2013 10:37:52 +0100 Subject: [PATCH] Removed deprecated code --- htdocs/theme/amarok/style.css.php | 105 ++--------------------- htdocs/theme/auguria/style.css.php | 110 +----------------------- htdocs/theme/bureau2crea/style.css.php | 112 +------------------------ htdocs/theme/cameleo/style.css.php | 112 +------------------------ 4 files changed, 16 insertions(+), 423 deletions(-) diff --git a/htdocs/theme/amarok/style.css.php b/htdocs/theme/amarok/style.css.php index 1ab5f9a7570..d7efa19804d 100755 --- a/htdocs/theme/amarok/style.css.php +++ b/htdocs/theme/amarok/style.css.php @@ -1446,7 +1446,7 @@ table.cal_month { border-spacing: 0px; } .cal_current_month { border-top: 0; border-left: solid 1px #E0E0E0; border-right: 0; border-bottom: solid 1px #E0E0E0; } .cal_other_month { border-top: 0; border-left: solid 1px #C0C0C0; border-right: 0; border-bottom: solid 1px #C0C0C0; } .cal_current_month_right { border-right: solid 1px #E0E0E0; } -.cal_other_month_right { border-right: solid 1px #C0C0C0; } +.cal_other_month_right { border-right: solid 1px #C0C0C0; } .cal_other_month { background:#dddddd; @@ -1581,105 +1581,10 @@ form.inplaceeditor-form a {/* The cancel link */ /* Admin Menu */ /* ============================================================================== */ -/* CSS à appliquer à l'arbre hierarchique */ - -/* Lien plier / déplier tout */ -.arbre-switch { - text-align:right; - padding:0 5px; - margin:0 0 -18px 0; -} - -/* Arbre */ -ul.arbre {padding:5px 10px;} - -/* strong:A modifier en fonction de la balise choisie */ -ul.arbre strong { - font-weight:normal; - padding:0 0 0 20px; - margin:0 0 0 -7px; - background-image:url(); - background-repeat:no-repeat; - background-position:1px 50%; -} - -ul.arbre strong.arbre-plier { - background-image:url(); - cursor:pointer; -} - -ul.arbre strong.arbre-deplier { - background-image:url(); - cursor:pointer; -} - -ul.arbre ul { - padding:0; - margin:0; -} - -ul.arbre li { - padding:0; - margin:0; - list-style:none; -} - -/* This is to create an indent */ -ul.arbre li li {margin:0 0 0 16px;} - -/* Classe pour masquer */ -.hide {display:none;} - -img.menuNew { - display:block; - border:0px; -} - -img.menuEdit { - border:0px; - display:block; -} - -img.menuDel { - display:none; - border:0px; -} - -div.menuNew { - margin-top:-20px; - margin-left:270px; - height:20px; - padding:0px; - width:30px; - position:relative; -} - -div.menuEdit { - margin-top:-15px; - margin-left:250px; - height:20px; - padding:0px; - width:30px; - position:relative; -} - -div.menuDel { - margin-top:-20px; - margin-left:290px; - height:20px; - padding:0px; - width:30px; - position:relative; -} - -div.menuFleche { - margin-top:-16px; - margin-left:320px; - height:20px; - padding:0px; - width:30px; - position:relative; -} +/* CSS for treeview */ +.treeview ul { background-color: transparent !important; margin-top: 0; } +.treeview li { background-color: transparent !important; padding: 0 0 0 16px !important; min-height: 20px; } +.treeview .hover { color: black !important; } /* ============================================================================== */ diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 94a07d52ea8..3360cb07f69 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -1742,113 +1742,9 @@ li.cal_event { border: none; list-style-type: none; } /* ============================================================================== */ /* CSS for treeview */ - -/* Lien plier /deplier tout */ -.arbre-switch { - text-align: right; - padding: 0 5px; - margin: 0 0 -18px 0; -} - -/* Arbre */ -ul.arbre { - padding: 5px 10px; -} -/* strong : A modifier en fonction de la balise choisie */ -ul.arbre strong { - font-weight: normal; - padding: 0 0 0 20px; - margin: 0 0 0 -7px; - background-image: url(); - background-repeat: no-repeat; - background-position: 1px 50%; -} -ul.arbre strong.arbre-plier { - background-image: url(); - cursor: pointer; -} -ul.arbre strong.arbre-deplier { - background-image: url(); - cursor: pointer; -} -ul.arbre ul { - padding: 0; - margin: 0; -} -ul.arbre li { - padding: 0; - margin: 0; - list-style: none; -} -/* This is to create an indent */ -ul.arbre li li { - margin: 0 0 0 16px; -} -/* Classe pour masquer */ -.hide { - display: none; -} - -img.menuNew -{ - display:block; - border:0px; -} - -img.menuEdit -{ - border: 0px; - display: block; -} - -img.menuDel -{ - display:none; - border: 0px; -} - -div.menuNew -{ - margin-top:-20px; - margin-:270px; - height:20px; - padding:0px; - width:30px; - position:relative; -} - -div.menuEdit -{ - margin-top:-15px; - margin-:250px; - height:20px; - padding:0px; - width:30px; - position:relative; - -} - -div.menuDel -{ - margin-top:-20px; - margin-:290px; - height:20px; - padding:0px; - width:30px; - position:relative; - -} - -div.menuFleche -{ - margin-top:-16px; - margin-:320px; - height:20px; - padding:0px; - width:30px; - position:relative; - -} +.treeview ul { background-color: transparent !important; margin-top: 0; } +.treeview li { background-color: transparent !important; padding: 0 0 0 16px !important; min-height: 20px; } +.treeview .hover { color: black !important; } /* ============================================================================== */ diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index 0c7b980ca29..97527a537cd 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -1851,7 +1851,7 @@ table.cal_month { border-spacing: 0px; } .cal_current_month { border-top: 0; border-left: solid 1px #E0E0E0; border-right: 0; border-bottom: solid 1px #E0E0E0; } .cal_other_month { border-top: 0; border-left: solid 1px #C0C0C0; border-right: 0; border-bottom: solid 1px #C0C0C0; } .cal_current_month_right { border-right: solid 1px #E0E0E0; } -.cal_other_month_right { border-right: solid 1px #C0C0C0; } +.cal_other_month_right { border-right: solid 1px #C0C0C0; } .cal_other_month { background: #DDDDDD; padding-: 2px; padding-: 1px; padding-top: 0px; padding-bottom: 0px; } .cal_past_month { background: #EEEEEE; padding-: 2px; padding-: 1px; padding-top: 0px; padding-bottom: 0px; } .cal_current_month { background: #FFFFFF; padding-: 2px; padding-: 1px; padding-top: 0px; padding-bottom: 0px; } @@ -1908,113 +1908,9 @@ li.cal_event { border: none; list-style-type: none; } /* ============================================================================== */ /* CSS for treeview */ - -/* Lien plier /deplier tout */ -.arbre-switch { - text-align: right; - padding: 0 5px; - margin: 0 0 -18px 0; -} - -/* Arbre */ -ul.arbre { - padding: 5px 10px; -} -/* strong : A modifier en fonction de la balise choisie */ -ul.arbre strong { - font-weight: normal; - padding: 0 0 0 20px; - margin: 0 0 0 -7px; - background-image: url(); - background-repeat: no-repeat; - background-position: 1px 50%; -} -ul.arbre strong.arbre-plier { - background-image: url(); - cursor: pointer; -} -ul.arbre strong.arbre-deplier { - background-image: url(); - cursor: pointer; -} -ul.arbre ul { - padding: 0; - margin: 0; -} -ul.arbre li { - padding: 0; - margin: 0; - list-style: none; -} -/* This is to create an indent */ -ul.arbre li li { - margin: 0 0 0 16px; -} -/* Classe pour masquer */ -.hide { - display: none; -} - -img.menuNew -{ - display:block; - border:0px; -} - -img.menuEdit -{ - border: 0px; - display: block; -} - -img.menuDel -{ - display:none; - border: 0px; -} - -div.menuNew -{ - margin-top:-20px; - margin-:270px; - height:20px; - padding:0px; - width:30px; - position:relative; -} - -div.menuEdit -{ - margin-top:-15px; - margin-:250px; - height:20px; - padding:0px; - width:30px; - position:relative; - -} - -div.menuDel -{ - margin-top:-20px; - margin-:290px; - height:20px; - padding:0px; - width:30px; - position:relative; - -} - -div.menuFleche -{ - margin-top:-16px; - margin-:320px; - height:20px; - padding:0px; - width:30px; - position:relative; - -} +.treeview ul { background-color: transparent !important; margin-top: 0; } +.treeview li { background-color: transparent !important; padding: 0 0 0 16px !important; min-height: 20px; } +.treeview .hover { color: black !important; } /* ============================================================================== */ diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php index 03a862da42f..2dd4bfc3a2f 100644 --- a/htdocs/theme/cameleo/style.css.php +++ b/htdocs/theme/cameleo/style.css.php @@ -1785,7 +1785,7 @@ table.cal_month { border-spacing: 0px; } .cal_current_month { border-top: 0; border-left: solid 1px #E0E0E0; border-right: 0; border-bottom: solid 1px #E0E0E0; } .cal_other_month { border-top: 0; border-left: solid 1px #C0C0C0; border-right: 0; border-bottom: solid 1px #C0C0C0; } .cal_current_month_right { border-right: solid 1px #E0E0E0; } -.cal_other_month_right { border-right: solid 1px #C0C0C0; } +.cal_other_month_right { border-right: solid 1px #C0C0C0; } .cal_other_month { background: #DDDDDD; padding-: 2px; padding-: 1px; padding-top: 0px; padding-bottom: 0px; } .cal_past_month { background: #EEEEEE; padding-: 2px; padding-: 1px; padding-top: 0px; padding-bottom: 0px; } .cal_current_month { background: #FFFFFF; padding-: 2px; padding-: 1px; padding-top: 0px; padding-bottom: 0px; } @@ -1863,113 +1863,9 @@ li.cal_event { border: none; list-style-type: none; } /* ============================================================================== */ /* CSS for treeview */ - -/* Lien plier /deplier tout */ -.arbre-switch { - text-align: right; - padding: 0 5px; - margin: 0 0 -18px 0; -} - -/* Arbre */ -ul.arbre { - padding: 5px 10px; -} -/* strong : A modifier en fonction de la balise choisie */ -ul.arbre strong { - font-weight: normal; - padding: 0 0 0 20px; - margin: 0 0 0 -7px; - background-image: url(); - background-repeat: no-repeat; - background-position: 1px 50%; -} -ul.arbre strong.arbre-plier { - background-image: url(); - cursor: pointer; -} -ul.arbre strong.arbre-deplier { - background-image: url(); - cursor: pointer; -} -ul.arbre ul { - padding: 0; - margin: 0; -} -ul.arbre li { - padding: 0; - margin: 0; - list-style: none; -} -/* This is to create an indent */ -ul.arbre li li { - margin: 0 0 0 16px; -} -/* Classe pour masquer */ -.hide { - display: none; -} - -img.menuNew -{ - display:block; - border:0px; -} - -img.menuEdit -{ - border: 0px; - display: block; -} - -img.menuDel -{ - display:none; - border: 0px; -} - -div.menuNew -{ - margin-top:-20px; - margin-:270px; - height:20px; - padding:0px; - width:30px; - position:relative; -} - -div.menuEdit -{ - margin-top:-15px; - margin-:250px; - height:20px; - padding:0px; - width:30px; - position:relative; - -} - -div.menuDel -{ - margin-top:-20px; - margin-:290px; - height:20px; - padding:0px; - width:30px; - position:relative; - -} - -div.menuFleche -{ - margin-top:-16px; - margin-:320px; - height:20px; - padding:0px; - width:30px; - position:relative; - -} +.treeview ul { background-color: transparent !important; margin-top: 0; } +.treeview li { background-color: transparent !important; padding: 0 0 0 16px !important; min-height: 20px; } +.treeview .hover { color: black !important; } /* ============================================================================== */