{% if api.get_connector().get_image_url() %}
@@ -69,7 +69,7 @@
{% endif %}
{% endfor %}
{% else %}
- {% trans 'Aucun bridge disponible. Veuillez contacté un administrateur.' %}
+ {% trans 'Aucun bridge disponible. Veuillez contacter un administrateur.' %}
{% endif %}
@@ -105,13 +105,10 @@ $(function() {
popme(url);
return false;
- }).button();
+ });
$('.error_box, .notice_box', $panel).delay(10000).fadeOut();
- $(".multi_menu", $panel).buttonsetv();
- $(".single_menu", $panel).button();
-
$('.back_link', $panel).bind('click', function(){
$('#pub_tabs').tabs('load',$('#pub_tabs').tabs('option', 'selected'));
@@ -139,6 +136,7 @@ $(function() {
return false;
});
+
$('.form_submitter', $panel).bind('click', function(){
var $form = $(this).closest('form');
var method = $form.attr('method');
@@ -168,9 +166,6 @@ $(function() {
});
-
-
-
$(".bridge_all_selector", $panel).bind("click", function() {
var checkboxes = $('.bridge_element_selector', $panel);
var $this = $(this);
@@ -305,7 +300,7 @@ $(function() {
popme(url);
return false;
- }).button();
+ });
$("ul li a.account", pub_tabs).bind("click", function(){
$('form[name="current_datas"] input[name="account_id"]', container).val($('input[name="account_id"]', this).val());
@@ -359,8 +354,6 @@ $(function() {
$("#api_connexion").click(function(){
container.dialog("close")
});
- $('.multi_menu', container).buttonsetv();
- $('.single_menu', container).button();
{% if route.get_count_element_received() == 0 %}
alert('{% trans "Vous n\'avez selectionne aucun element" %}');
diff --git a/templates/web/prod/actions/Bridge/wrapper.twig b/templates/web/prod/actions/Bridge/wrapper.twig
index 67565b6984..8a1ff8564d 100644
--- a/templates/web/prod/actions/Bridge/wrapper.twig
+++ b/templates/web/prod/actions/Bridge/wrapper.twig
@@ -1,78 +1,77 @@
diff --git a/templates/web/prod/index.html.twig b/templates/web/prod/index.html.twig
index 9fc6d2ff06..b864747b4e 100644
--- a/templates/web/prod/index.html.twig
+++ b/templates/web/prod/index.html.twig
@@ -1058,24 +1058,30 @@
{% trans 'Presentation de vignettes de panier' %}
{% set basket_status_display = user.getPrefs('basket_status_display') %}
-
+
- {% trans 'Afficher les status' %}
+ {% trans 'Afficher les status' %}
+
{% set basket_caption_display = user.getPrefs('basket_caption_display') %}
-
+
- {% trans 'Afficher la fiche descriptive' %}
+ {% trans 'Afficher la fiche descriptive' %}
+
{% set basket_title_display = user.getPrefs('basket_title_display') %}
-
+
- {% trans 'Afficher le titre' %}
+ {% trans 'Afficher le titre' %}
+
diff --git a/www/prod/docfunction.php b/www/prod/docfunction.php
index 44ac6f1fe4..bbd985a207 100644
--- a/www/prod/docfunction.php
+++ b/www/prod/docfunction.php
@@ -523,7 +523,7 @@ foreach ($types as $sbas_id => $typeBR) {
echo 'Record ' . $rec2[1] . "
";
$thumbnail = $record->get_thumbnail();
- echo '
';
+ echo '
';
echo '
' . $select . '
';
flush();
}
diff --git a/www/skins/prod/000000/prodcolor.css b/www/skins/prod/000000/prodcolor.css
index 15473f0e0f..7bee1191c8 100644
--- a/www/skins/prod/000000/prodcolor.css
+++ b/www/skins/prod/000000/prodcolor.css
@@ -517,14 +517,16 @@ span.ww_winTitle {
}
#tool_navigate a {
- cursor: pointer;
+ padding: 1px 5px;
+ margin: 0 4px;
+ background-color: #0077BC;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
- padding: 1px 5px;
- margin: 0 4px;
+ font-size: 12px;
+ line-height: 14px;
font-weight: bold;
- background-color: #0077BC;
+ cursor: pointer;
}
.diapo div.title {
@@ -628,11 +630,6 @@ div.diapo {
color: #aaaaaa;
}
-#idFrameT .tools .classicButton button.btn-inverse img,
-#idFrameT .tools .dropdownButton button.btn-inverse img {
- margin: 0 2px;
-}
-
#idFrameT .tools .classicButton button.btn-inverse:hover,
#idFrameT .tools .dropdownButton button.btn-inverse:hover {
background-color: #393939;
@@ -640,6 +637,11 @@ div.diapo {
color: #ffffff;
}
+#idFrameT .tools .classicButton button.btn-inverse img,
+#idFrameT .tools .dropdownButton button.btn-inverse img {
+ margin: 0 2px;
+}
+
#idFrameT .tools .dropdown-menu {
min-width: 95px;
background-color: #393939;
@@ -1065,7 +1067,7 @@ form.phrasea_query input.query {
.phrasea_query .field_filter.danger,
.phrasea_query .status_filter.danger {
border-color: #c9c900;
- background-color: #FFFDDA;
+ background-color: #FCEC98;
color: #000000;
}
@@ -1390,7 +1392,7 @@ input:radio, input:checkbox, .checkbox {
input.btn-mini {
margin: 0 2px;
height: 12px;
- width: 11px;
+ width: 9px;
cursor: default;
font-size: 12px;
}
@@ -1456,8 +1458,26 @@ input.btn-mini {
width: 98%;
}
-
-
+#notification_trigger .counter {
+ position: relative;
+ top: -2px;
+ margin: 0 2px;
+ padding: 1px 4px;
+ background: none repeat scroll 0 0 red;
+ background-color: #DA4F49;
+ background-repeat: repeat-x;
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+ border-style: solid;
+ border-width: 1px;
+ border-radius: 4px 4px 4px 4px;
+ box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
+ font-size: 12px;
+ font-weight: bold;
+ line-height: 14px;
+ text-align: center;
+ color: #FFFFFF;
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+}
@@ -3473,7 +3493,7 @@ dans l'onglet thesaurus : arbres, menus contextuels
}
.ui-dialog-content label {
- line-height: 26px;
+ line-height: 18px;
}
.ui-dialog-content p {
@@ -3514,8 +3534,89 @@ dans l'onglet thesaurus : arbres, menus contextuels
font-style: normal;
}
+#publicator_selection {
+ height: 190px;
+ bottom: auto;
+ background-color: #404040;
+}
+
+#publicator_selection > .PNB10 {
+ overflow: auto;
+ bottom: 50px;
+ background-color: #111111;
+}
+
+#publicator_selection .btn {
+ font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
+ font-size: 12px;
+ font-weight: bold;
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
+ -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
+}
+
+#publicator_selection .btn-inverse {
+ *background-color: #393939;
+ background-image: -ms-linear-gradient(top, #444444, #393939);
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#393939));
+ background-image: -webkit-linear-gradient(top, #444444, #393939);
+ background-image: -o-linear-gradient(top, #444444, #393939);
+ background-image: -moz-linear-gradient(top, #444444, #393939);
+ background-image: linear-gradient(top, #444444, #393939);
+ /*border: 1px solid #515151;*/
+ color: #aaaaaa;
+}
+
+#publicator_selection .btn-inverse:hover {
+ background-color: #393939;
+ *background-color: #393939;
+ color: #ffffff;
+}
+
+#pub_tabs .btn {
+ font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
+ font-size: 12px;
+ font-weight: bold;
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
+ -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
+}
+
+#pub_tabs .btn-inverse {
+ /*border: 1px solid #515151;*/
+ color: #AAAAAA;
+}
+
+#pub_tabs .btn-inverse:hover {
+ color: #FFFFFF;
+}
+
+#pub_tabs .btn-group.open .btn-inverse.dropdown-toggle {
+ background-color: #222222;
+ background-image: none;
+}
+
#pub_tabs .container {
- background-color:#111111;
+ width: 660px;
+ background-color: #000000;
+ color: #FFFFFF;
+}
+
+#pub_tabs .container .blockmenu .dropdown-menu {
+ background-clip: padding-box;
+ background-color: transparent;
+ border: none;
+ border-radius: 0;
+ box-shadow: none;
+ float: left;
+ left: 0;
+ list-style: none outside none;
+ margin: 0;
+ min-width: 160px;
+ padding: 0;
+ position: absolute;
+ top: 100%;
+ z-index: 1000;
}
#dialog_publicator .ui-tabs .ui-tabs-panel.loading {
@@ -3564,33 +3665,51 @@ dans l'onglet thesaurus : arbres, menus contextuels
}
#dialog_publicator .api_banner {
- height:30px;
+ height: 30px;
+ bottom: auto;
+ background-color: #414141;
+}
+
+#dialog_publicator .api_banner button {
+ border: 1px solid #515151;
+ background-color: #404040;
+}
+
+#dialog_publicator .api_banner .submenu.ui-buttonset {
+ z-index: 600;
+}
+
+#dialog_publicator .api_content {
+ top: 30px;
+ bottom: 25px;
+}
+
+#dialog_publicator .api_content .blockresponse {
+ padding: 0 10px;
+ top: 40px;
+ overflow: auto;
+}
+
+#dialog_publicator .api_content .blockmenu {
+ height:100%;
bottom:auto;
- background-color:#414141;
+ overflow:hidden;
+ background-repeat: repeat-x;
+ background-position: left bottom;
}
#dialog_publicator .api_content .blockmenu a.selected,
#dialog_publicator .api_banner a.selected {
- font-weight:bold;
- color:#0099CC;
-}
-
-#dialog_publicator .api_content {
- top:30px;
- bottom:25px;
+ font-weight: bold;
+ color: #0099CC;
}
#dialog_publicator .api_infos {
- top:auto;
- height:25px;
+ top: auto;
+ height: 25px;
background-image: url('/skins/icons/api_info.png');
background-repeat: repeat-x;
- background-position:0 0;
-}
-#dialog_publicator .api_content .blockmenu
-{
- background-repeat: repeat-x;
- background-position:left bottom;
+ background-position: 0 0;
}
#dialog_publicator .main_menu {
@@ -3626,6 +3745,10 @@ dans l'onglet thesaurus : arbres, menus contextuels
overflow:hidden;
}
+#ul_main_pub_tabs {
+ margin-top: -1px;
+}
+
#ul_main_pub_tabs li {
padding-left:20px;
background-repeat: no-repeat;
@@ -3719,25 +3842,26 @@ dans l'onglet thesaurus : arbres, menus contextuels
background-color: #212121;
}
-#dialog_publicator .api_banner button {
- border:1px solid #515151;
- background-color : #404040;
+#dialog_publicator .api_content .element {
+ padding:5px;
}
-#dialog_publicator .api_banner .submenu.ui-buttonset {
- z-index:600;
+#dialog_publicator .api_content .element.odd {
+ background-color: #414141;
+ -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
+ -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
+ box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
}
-#dialog_publicator .api_content .element{
- padding:5px;
+#dialog_publicator .api_content .element.even {
+ background-color: #666666;
+ -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
+ -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
+ box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
}
-#dialog_publicator .api_content .element.odd{
- background-color:#2a2a2a;
-}
-
-#dialog_publicator .api_content .element.selected{
- background-color:#666666;
+#dialog_publicator .api_content .element.selected {
+ background-color: #999999;
}
.ui-selectable-helper {
diff --git a/www/skins/prod/959595/prodcolor.css b/www/skins/prod/959595/prodcolor.css
index 9dd6a5775f..232fc9a246 100644
--- a/www/skins/prod/959595/prodcolor.css
+++ b/www/skins/prod/959595/prodcolor.css
@@ -535,14 +535,16 @@ span.ww_winTitle {
}
#tool_navigate a {
- cursor: pointer;
+ padding: 1px 5px;
+ margin: 0 4px;
+ background-color: #0077BC;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
- padding: 1px 5px;
- margin: 0 4px;
+ font-size: 12px;
+ line-height: 14px;
font-weight: bold;
- background-color: #0077BC;
+ cursor: pointer;
}
@@ -651,11 +653,6 @@ div.diapo {
padding-left: 5px;
}
-#idFrameT .tools .classicButton button.btn-inverse img,
-#idFrameT .tools .dropdownButton button.btn-inverse img {
- margin: 0 2px;
-}
-
#idFrameT .tools .classicButton button.btn-inverse:hover,
#idFrameT .tools .dropdownButton button.btn-inverse:hover {
background-color: #A4A4A4;
@@ -663,6 +660,11 @@ div.diapo {
color: #FFFFFF;
}
+#idFrameT .tools .classicButton button.btn-inverse img,
+#idFrameT .tools .dropdownButton button.btn-inverse img {
+ margin: 0 2px;
+}
+
#idFrameT .tools .dropdown-menu {
min-width: 95px;
background-color: #A4A4A4;
@@ -1098,21 +1100,18 @@ form.phrasea_query input.query {
.phrasea_query input.danger,
.phrasea_query .date_filter.danger,
.phrasea_query .field_filter.danger,
-.phrasea_query .status_filter.danger
-{
- border-color:#c9c900;
- background-color:#FFFDDA;
- color:#000000;
+.phrasea_query .status_filter.danger {
+ border-color: #c9c900;
+ background-color: #FCEC98;
+ color: #000000;
}
-#adv_search table.colllist
-{
- width:290px;
+#adv_search table.colllist {
+ width: 290px;
}
-#adv_search table.filterlist
-{
- width:600px;
+#adv_search table.filterlist {
+ width: 600px;
}
.history-validate, .history-push
@@ -1419,7 +1418,7 @@ input:radio, input:checkbox, .checkbox {
input.btn-mini {
margin: 0 2px;
height: 12px;
- width: 11px;
+ width: 9px;
cursor: default;
font-size: 12px;
}
@@ -1489,6 +1488,26 @@ input.btn-mini {
}
+#notification_trigger .counter {
+ position: relative;
+ top: -2px;
+ margin: 0 2px;
+ padding: 1px 4px;
+ background: none repeat scroll 0 0 red;
+ background-color: #DA4F49;
+ background-repeat: repeat-x;
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+ border-style: solid;
+ border-width: 1px;
+ border-radius: 4px 4px 4px 4px;
+ box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
+ font-size: 12px;
+ font-weight: bold;
+ line-height: 14px;
+ text-align: center;
+ color: #FFFFFF;
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+}
@@ -3583,7 +3602,7 @@ dans l'onglet thesaurus : arbres, menus contextuels
}
.ui-dialog-content label{
- line-height:26px;
+ line-height:18px;
}
.ui-dialog-content p{
@@ -3624,29 +3643,129 @@ dans l'onglet thesaurus : arbres, menus contextuels
font-style: normal;
}
-#pub_tabs .container{
- background-color:#111111;
+#publicator_selection {
+ height: 190px;
+ bottom: auto;
+ background-color: #B1B1B1;
}
-#dialog_publicator .ui-tabs .ui-tabs-panel.loading{
- background-image:url('/skins/icons/loader000.gif');
- background-position:center center;
- background-repeat:no-repeat;
+#publicator_selection > .PNB10 {
+ overflow: auto;
+ bottom: 50px;
+ background-color: #D9D9D9;
}
-#dialog_publicator .diapo.ui-selected{
- background-color:#404040 ;
+#publicator_selection .btn {
+ font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
+ font-size: 12px;
+ font-weight: bold;
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
+ -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
-#dialog_publicator .diapo.ui-selecting{
- background-color:#202020 ;
+#publicator_selection .btn-inverse {
+ background-color: #B1B1B1;
+ *background-color: #B1B1B1;
+ background-image: -ms-linear-gradient(top, #B9B9B9, #A4A4A4);
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B9B9B9), to(#A4A4A4));
+ background-image: -webkit-linear-gradient(top, #B9B9B9, #A4A4A4);
+ background-image: -o-linear-gradient(top, #B9B9B9, #A4A4A4);
+ background-image: -moz-linear-gradient(top, #B9B9B9, #A4A4A4);
+ background-image: linear-gradient(top, #B9B9B9, #A4A4A4);
+ /*border: 1px solid #666666;*/
+ filter: progid:dximagetransform.microsoft.gradient(startColorstr='#B9B9B9', endColorstr='#A4A4A4', GradientType=0);
+ filter: progid:dximagetransform.microsoft.gradient(enabled=false);
+ color: #EAEAEA;
}
-#ul_main_pub_tabs{
- width:200px;
- position:absolute;
- overflow:hidden;
- right:auto;
+#publicator_selection .btn-inverse:hover {
+ background-color: #A4A4A4;
+ *background-color: #A4A4A4;
+ color: #FFFFFF;
+}
+
+#pub_tabs .btn {
+ font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
+ font-size: 12px;
+ font-weight: bold;
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
+ -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
+}
+
+#pub_tabs .btn-inverse {
+ background-color: #D6D6D6;
+ *background-color: #D6D6D6;
+ background-image: -ms-linear-gradient(top, #FFFFFF, #D6D6D6);
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#D6D6D6));
+ background-image: -webkit-linear-gradient(top, #FFFFFF, #D6D6D6);
+ background-image: -o-linear-gradient(top, #FFFFFF, #D6D6D6);
+ background-image: linear-gradient(top, #FFFFFF, #D6D6D6);
+ background-image: -moz-linear-gradient(top, #FFFFFF, #D6D6D6);
+ border-color: #D6D6D6 #D6D6D6 #bfbfbf;
+ border-bottom-color: #b3b3b3;
+ filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#D6D6D6', GradientType=0);
+ filter: progid:dximagetransform.microsoft.gradient(enabled=false);
+ /*border: 1px solid #666666;*/
+ text-shadow: none;
+ color: #777777;
+}
+
+#pub_tabs .btn-inverse:hover {
+ background-color: #D6D6D6;
+ *background-color: #D6D6D6;
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+ color: #FFFFFF;
+}
+
+#pub_tabs .btn-group.open .btn-inverse.dropdown-toggle {
+ background-color: #E6E6E6;
+ background-image: none;
+}
+
+#pub_tabs .container {
+ width: 660px;
+ background-color: #D9D9D9;
+ color: #FFFFFF;
+}
+
+#pub_tabs .container .blockmenu .dropdown-menu {
+ background-clip: padding-box;
+ background-color: transparent;
+ border: none;
+ border-radius: 0;
+ box-shadow: none;
+ float: left;
+ left: 0;
+ list-style: none outside none;
+ margin: 0;
+ min-width: 160px;
+ padding: 0;
+ position: absolute;
+ top: 100%;
+ z-index: 1000;
+}
+
+#dialog_publicator .ui-tabs .ui-tabs-panel.loading {
+ background-image: url('/skins/icons/loader000.gif');
+ background-position: center center;
+ background-repeat: no-repeat;
+}
+
+#dialog_publicator .diapo.ui-selected {
+ background-color: #404040;
+}
+
+#dialog_publicator .diapo.ui-selecting {
+ background-color: #202020;
+}
+
+#ul_main_pub_tabs {
+ width: 200px;
+ position: absolute;
+ overflow: hidden;
+ right: auto;
}
#dialog_publicator .ui-tabs-panel{
@@ -3672,38 +3791,55 @@ dans l'onglet thesaurus : arbres, menus contextuels
background-color: orange;
}
-#dialog_publicator .api_banner{
- height:30px;
+#dialog_publicator .api_banner {
+ height: 30px;
+ bottom: auto;
+ background-color: #B1B1B1;
+}
+
+#dialog_publicator .api_banner button {
+ border: 1px solid #515151;
+ background-color: #404040;
+}
+
+#dialog_publicator .api_banner .submenu.ui-buttonset {
+ z-index: 600;
+}
+
+#dialog_publicator .api_content {
+ top: 30px;
+ bottom: 25px;
+}
+
+#dialog_publicator .api_content .blockresponse {
+ padding: 0 10px;
+ top: 40px;
+ overflow: auto;
+}
+
+#dialog_publicator .api_content .blockmenu {
+ height:100%;
bottom:auto;
- background-color:#414141;
+ overflow:hidden;
+ background-repeat: repeat-x;
+ background-position: left bottom;
}
#dialog_publicator .api_content .blockmenu a.selected,
-#dialog_publicator .api_banner a.selected{
- font-weight:bold;
- color:#0099CC;
+#dialog_publicator .api_banner a.selected {
+ font-weight: bold;
+ color: #0099CC;
}
-#dialog_publicator .api_content{
- top:30px;
- bottom:25px;
-}
-
-#dialog_publicator .api_infos{
- top:auto;
- height:25px;
+#dialog_publicator .api_infos {
+ top: auto;
+ height: 25px;
background-image: url('/skins/icons/api_info.png');
background-repeat: repeat-x;
- background-position:0 0;
+ background-position: 0 0;
}
-#dialog_publicator .api_content .blockmenu
-{
- background-repeat: repeat-x;
- background-position:left bottom;
-}
-
-#dialog_publicator .main_menu{
+#dialog_publicator .main_menu {
float:left;
}
@@ -3736,25 +3872,25 @@ dans l'onglet thesaurus : arbres, menus contextuels
overflow:hidden;
}
-#ul_main_pub_tabs li
-{
- padding-left:20px;
+#ul_main_pub_tabs {
+ margin-top: -1px;
+}
+
+#ul_main_pub_tabs li {
+ padding-left: 20px;
background-repeat: no-repeat;
background-position: 6px center;
}
-#ul_main_pub_tabs li.bridge_Youtube
-{
+#ul_main_pub_tabs li.bridge_Youtube {
background-image:url('/skins/icons/youtube-small.gif');
}
-#ul_main_pub_tabs li.bridge_Dailymotion
-{
+#ul_main_pub_tabs li.bridge_Dailymotion {
background-image:url('/skins/icons/dailymotion-small.gif');
}
-#ul_main_pub_tabs li.bridge_Flickr
-{
+#ul_main_pub_tabs li.bridge_Flickr {
background-image:url('/skins/icons/flickr-small.gif');
}
@@ -3850,18 +3986,27 @@ dans l'onglet thesaurus : arbres, menus contextuels
z-index:600;
}
-#dialog_publicator .api_content .element{
- padding:5px;
+#dialog_publicator .api_content .element {
+ padding:5px;
}
-#dialog_publicator .api_content .element.odd{
- background-color:#2a2a2a;
+#dialog_publicator .api_content .element.odd {
+ background-color: #414141;
+ -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
+ -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
+ box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
}
-#dialog_publicator .api_content .element.selected{
- background-color:#666666;
+#dialog_publicator .api_content .element.even {
+ background-color: #666666;
+ -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
+ -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
+ box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
}
+#dialog_publicator .api_content .element.selected {
+ background-color: #999999;
+}
.ui-selectable-helper{
border:1px dotted #CCCCCC;
diff --git a/www/skins/prod/Basket.css b/www/skins/prod/Basket.css
index 695ea4b87b..6135c65b5b 100644
--- a/www/skins/prod/Basket.css
+++ b/www/skins/prod/Basket.css
@@ -40,20 +40,30 @@
}
#BasketBrowser .result td.thumbnail{
- text-align:center;
- width:105px;
+ display: table-cell;
+ width: 105px;
+ height: 80px;
+ padding: 0;
+ border: none;
+ border-radius: 0;
+ box-shadow: none;
+ line-height: 18px;
+ text-align: center;
}
+
#BasketBrowser .result td.thumbnail .counter{
- bottom: 20px;
+ bottom: 18px;
font-size: 14px;
position: relative;
- right: 10px;
+ right: 5px;
text-align: right;
}
+
#BasketBrowser .result td.content{
width:390px;
vertical-align:top;
}
+
#BasketBrowser .results .result h1.title{
font-size:14px;
}