diff --git a/templates/web/prod/actions/Bridge/Dailymotion/video_modify.twig b/templates/web/prod/actions/Bridge/Dailymotion/video_modify.twig
index 290f5727bf..98ebd9f15d 100644
--- a/templates/web/prod/actions/Bridge/Dailymotion/video_modify.twig
+++ b/templates/web/prod/actions/Bridge/Dailymotion/video_modify.twig
@@ -3,81 +3,72 @@
{% block menu %}
";
+ html += "
";
html += cleanTags(p4.edit.T_fields[i]._value) + "
";
}
}
diff --git a/www/skins/prod/000000/prodcolor.css b/www/skins/prod/000000/prodcolor.css
index 23975c42b7..8300f1bc3e 100644
--- a/www/skins/prod/000000/prodcolor.css
+++ b/www/skins/prod/000000/prodcolor.css
@@ -2343,7 +2343,7 @@ DIV.thesaurus U.w {
left: 0;
bottom: 0;
width: 100%;
- height: 24px;
+ height: 28px;
overflow: hidden;
text-align: center;
}
@@ -2445,6 +2445,20 @@ DIV.thesaurus U.w {
z-index: 10;
}
+#Edit_copyPreset_dlg form span {
+ color: #FFFFFF;
+}
+
+.Edit_preset_item {
+ position: relative;
+ top: 0px;
+ left: 0px;
+ width: 550px;
+ height: 250px;
+ overflow: auto;
+ color: #999999;
+}
+
#TH_Oreplace .btn,
#TH_Opresets .btn {
margin-bottom: 20px;
@@ -3445,12 +3459,7 @@ dans l'onglet thesaurus : arbres, menus contextuels
#dialog_publicator .api_content {
top: 30px;
bottom: 25px;
-}
-
-#dialog_publicator .api_content .blockresponse {
- padding: 0 10px;
- top: 40px;
- overflow: auto;
+ color: #FFFFFF;
}
#dialog_publicator .api_content .blockmenu {
@@ -3467,12 +3476,26 @@ dans l'onglet thesaurus : arbres, menus contextuels
color: #0088CC;
}
+#dialog_publicator .api_content .blockresponse {
+ padding: 0 10px;
+ top: 40px;
+ overflow: auto;
+ z-index: 2000;
+}
+
+#dialog_publicator .api_content .blockresponse .form-actions {
+ background-color: #000000;
+ border-top: none;
+ margin: 0;
+}
+
#dialog_publicator .api_infos {
top: auto;
height: 25px;
background-image: url('/skins/icons/api_info.png');
background-repeat: repeat-x;
background-position: 0 0;
+ color: #999999;
}
#dialog_publicator .main_menu {
@@ -3608,6 +3631,7 @@ dans l'onglet thesaurus : arbres, menus contextuels
#dialog_publicator .api_content .element {
padding: 5px;
+ color: #FFFFFF;
}
#dialog_publicator .api_content .element.odd {
@@ -3628,6 +3652,10 @@ dans l'onglet thesaurus : arbres, menus contextuels
background-color: #999999;
}
+#dialog_publicator .api_content .element table .informations {
+ width: 296px;
+}
+
.ui-selectable-helper {
border: 1px dotted #CCCCCC;
z-index: 10000;
diff --git a/www/skins/prod/959595/prodcolor.css b/www/skins/prod/959595/prodcolor.css
index 959fe1926d..b5c8202469 100644
--- a/www/skins/prod/959595/prodcolor.css
+++ b/www/skins/prod/959595/prodcolor.css
@@ -3583,13 +3583,7 @@ dans l'onglet thesaurus : arbres, menus contextuels
#dialog_publicator .api_content {
top: 30px;
bottom: 25px;
-}
-
-#dialog_publicator .api_content .blockresponse {
- padding: 0 10px;
- top: 40px;
- overflow: auto;
- z-index: 1000000000;
+ color: #333333;
}
#dialog_publicator .api_content .blockmenu {
@@ -3606,12 +3600,26 @@ dans l'onglet thesaurus : arbres, menus contextuels
color: #0088CC;
}
+#dialog_publicator .api_content .blockresponse {
+ padding: 0 10px;
+ top: 40px;
+ overflow: auto;
+ z-index: 2000;
+}
+
+#dialog_publicator .api_content .blockresponse .form-actions {
+ background-color: #D9D9D9;
+ border-top: none;
+ margin: 0;
+}
+
#dialog_publicator .api_infos {
top: auto;
height: 25px;
background-image: url('/skins/icons/api_info.png');
background-repeat: repeat-x;
background-position: 0 0;
+ color: #999999;
}
#dialog_publicator .main_menu {
@@ -3760,6 +3768,7 @@ dans l'onglet thesaurus : arbres, menus contextuels
#dialog_publicator .api_content .element {
padding: 5px;
+ color: #FFFFFF;
}
#dialog_publicator .api_content .element.odd {
@@ -3780,6 +3789,10 @@ dans l'onglet thesaurus : arbres, menus contextuels
background-color: #999999;
}
+#dialog_publicator .api_content .element table .informations {
+ width: 296px;
+}
+
.ui-selectable-helper {
border: 1px dotted #CCCCCC;
z-index: 10000;