';
-$urlwiki='http://wiki.dolibarr.org/index.php/List of Dolibarr partners and providers';
+#$urlwiki='http://wiki.dolibarr.org/index.php/List of Dolibarr partners and providers';
+$urlwiki='http://partners.dolibarr.org';
print '';
print '';
print '| ';
diff --git a/htdocs/theme/amarok/style.css.php b/htdocs/theme/amarok/style.css.php
index 96febfcda9c..80f64e41561 100644
--- a/htdocs/theme/amarok/style.css.php
+++ b/htdocs/theme/amarok/style.css.php
@@ -2266,6 +2266,101 @@ div.jnotify-background {
}
+/* ============================================================================== */
+/* Select2 */
+/* ============================================================================== */
+
+.selectoptiondisabledwhite {
+ background: #FFFFFF !important;
+}
+
+.select2-choice,
+.select2-drop.select2-drop-above.select2-drop-active,
+.select2-container-active .select2-choice,
+.select2-container-active .select2-choices,
+.select2-dropdown-open.select2-drop-above .select2-choice,
+.select2-dropdown-open.select2-drop-above .select2-choices,
+.select2-container-multi.select2-container-active .select2-choices
+{
+ border: 1px solid #aaa;
+}
+.select2-disabled
+{
+ color: #888;
+}
+.select2-drop-active
+{
+ border: 1px solid #aaa;
+ border-top: none;
+}
+a span.select2-chosen
+{
+ font-weight: normal !important;
+}
+.select2-container .select2-choice {
+ background-image: none;
+ height: 24px;
+ line-height: 24px;
+}
+.select2-choices .select2-search-choice {
+ border: 1px solid #aaa !important;
+}
+.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit
+{
+ background: #FFFFFF;
+}
+.select2-container-multi.select2-container-disabled .select2-choices {
+ background-color: #FFFFFF;
+ background-image: none;
+ border: none;
+ cursor: default;
+}
+.select2-container-multi .select2-choices .select2-search-choice {
+ margin-bottom: 3px;
+}
+/* To emulate select 2 style */
+.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
+ padding: 2px 5px 1px 5px;
+ margin: 0 0 2px 3px;
+ position: relative;
+ line-height: 13px;
+ color: #333;
+ cursor: default;
+ border: 1px solid #aaaaaa;
+ border-radius: 3px;
+ -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
+ box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
+ background-clip: padding-box;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ background-color: #e4e4e4;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
+ background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
+ background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
+ background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
+ background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
+}
+.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr a {
+ font-weight: normal;
+}
+.select2-container-multi-dolibarr .select2-choices-dolibarr li {
+ float: left;
+ list-style: none;
+}
+.select2-container-multi-dolibarr .select2-choices-dolibarr {
+ height: auto !important;
+ height: 1%;
+ margin: 0;
+ padding: 0 5px 0 0;
+ position: relative;
+ cursor: text;
+ overflow: hidden;
+}
+
+
/* ============================================================================== */
/* JMobile */
/* ============================================================================== */
diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php
index ec652179ac1..d1dd0ab4091 100644
--- a/htdocs/theme/auguria/style.css.php
+++ b/htdocs/theme/auguria/style.css.php
@@ -2440,6 +2440,101 @@ div.ecmjqft {
}
+/* ============================================================================== */
+/* Select2 */
+/* ============================================================================== */
+
+.selectoptiondisabledwhite {
+ background: #FFFFFF !important;
+}
+
+.select2-choice,
+.select2-drop.select2-drop-above.select2-drop-active,
+.select2-container-active .select2-choice,
+.select2-container-active .select2-choices,
+.select2-dropdown-open.select2-drop-above .select2-choice,
+.select2-dropdown-open.select2-drop-above .select2-choices,
+.select2-container-multi.select2-container-active .select2-choices
+{
+ border: 1px solid #aaa;
+}
+.select2-disabled
+{
+ color: #888;
+}
+.select2-drop-active
+{
+ border: 1px solid #aaa;
+ border-top: none;
+}
+a span.select2-chosen
+{
+ font-weight: normal !important;
+}
+.select2-container .select2-choice {
+ background-image: none;
+ height: 24px;
+ line-height: 24px;
+}
+.select2-choices .select2-search-choice {
+ border: 1px solid #aaa !important;
+}
+.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit
+{
+ background: #FFFFFF;
+}
+.select2-container-multi.select2-container-disabled .select2-choices {
+ background-color: #FFFFFF;
+ background-image: none;
+ border: none;
+ cursor: default;
+}
+.select2-container-multi .select2-choices .select2-search-choice {
+ margin-bottom: 3px;
+}
+/* To emulate select 2 style */
+.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
+ padding: 2px 5px 1px 5px;
+ margin: 0 0 2px 3px;
+ position: relative;
+ line-height: 13px;
+ color: #333;
+ cursor: default;
+ border: 1px solid #aaaaaa;
+ border-radius: 3px;
+ -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
+ box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
+ background-clip: padding-box;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ background-color: #e4e4e4;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
+ background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
+ background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
+ background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
+ background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
+}
+.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr a {
+ font-weight: normal;
+}
+.select2-container-multi-dolibarr .select2-choices-dolibarr li {
+ float: left;
+ list-style: none;
+}
+.select2-container-multi-dolibarr .select2-choices-dolibarr {
+ height: auto !important;
+ height: 1%;
+ margin: 0;
+ padding: 0 5px 0 0;
+ position: relative;
+ cursor: text;
+ overflow: hidden;
+}
+
+
/* ============================================================================== */
/* JMobile */
/* ============================================================================== */
diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php
index 41a7b6fef87..eee7afcb9c0 100644
--- a/htdocs/theme/bureau2crea/style.css.php
+++ b/htdocs/theme/bureau2crea/style.css.php
@@ -2625,6 +2625,101 @@ div.ecmjqft {
}
+/* ============================================================================== */
+/* Select2 */
+/* ============================================================================== */
+
+.selectoptiondisabledwhite {
+ background: #FFFFFF !important;
+}
+
+.select2-choice,
+.select2-drop.select2-drop-above.select2-drop-active,
+.select2-container-active .select2-choice,
+.select2-container-active .select2-choices,
+.select2-dropdown-open.select2-drop-above .select2-choice,
+.select2-dropdown-open.select2-drop-above .select2-choices,
+.select2-container-multi.select2-container-active .select2-choices
+{
+ border: 1px solid #aaa;
+}
+.select2-disabled
+{
+ color: #888;
+}
+.select2-drop-active
+{
+ border: 1px solid #aaa;
+ border-top: none;
+}
+a span.select2-chosen
+{
+ font-weight: normal !important;
+}
+.select2-container .select2-choice {
+ background-image: none;
+ height: 24px;
+ line-height: 24px;
+}
+.select2-choices .select2-search-choice {
+ border: 1px solid #aaa !important;
+}
+.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit
+{
+ background: #FFFFFF;
+}
+.select2-container-multi.select2-container-disabled .select2-choices {
+ background-color: #FFFFFF;
+ background-image: none;
+ border: none;
+ cursor: default;
+}
+.select2-container-multi .select2-choices .select2-search-choice {
+ margin-bottom: 3px;
+}
+/* To emulate select 2 style */
+.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
+ padding: 2px 5px 1px 5px;
+ margin: 0 0 2px 3px;
+ position: relative;
+ line-height: 13px;
+ color: #333;
+ cursor: default;
+ border: 1px solid #aaaaaa;
+ border-radius: 3px;
+ -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
+ box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
+ background-clip: padding-box;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ background-color: #e4e4e4;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
+ background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
+ background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
+ background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
+ background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
+}
+.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr a {
+ font-weight: normal;
+}
+.select2-container-multi-dolibarr .select2-choices-dolibarr li {
+ float: left;
+ list-style: none;
+}
+.select2-container-multi-dolibarr .select2-choices-dolibarr {
+ height: auto !important;
+ height: 1%;
+ margin: 0;
+ padding: 0 5px 0 0;
+ position: relative;
+ cursor: text;
+ overflow: hidden;
+}
+
+
/* ============================================================================== */
/* JMobile */
/* ============================================================================== */
diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php
index 640fea40575..4b8955953bd 100644
--- a/htdocs/theme/cameleo/style.css.php
+++ b/htdocs/theme/cameleo/style.css.php
@@ -195,7 +195,7 @@ legend { margin-bottom: 8px; }
}
.buttonRefused {
pointer-events: none;
- cursor: default;
+ cursor: default;
opacity: 0.4;
filter: alpha(opacity=40); /* For IE8 and earlier */
box-shadow: none;
@@ -2505,6 +2505,102 @@ div.ecmjqft {
background-image: none;
}
+
+/* ============================================================================== */
+/* Select2 */
+/* ============================================================================== */
+
+.selectoptiondisabledwhite {
+ background: #FFFFFF !important;
+}
+
+.select2-choice,
+.select2-drop.select2-drop-above.select2-drop-active,
+.select2-container-active .select2-choice,
+.select2-container-active .select2-choices,
+.select2-dropdown-open.select2-drop-above .select2-choice,
+.select2-dropdown-open.select2-drop-above .select2-choices,
+.select2-container-multi.select2-container-active .select2-choices
+{
+ border: 1px solid #aaa;
+}
+.select2-disabled
+{
+ color: #888;
+}
+.select2-drop-active
+{
+ border: 1px solid #aaa;
+ border-top: none;
+}
+a span.select2-chosen
+{
+ font-weight: normal !important;
+}
+.select2-container .select2-choice {
+ background-image: none;
+ height: 24px;
+ line-height: 24px;
+}
+.select2-choices .select2-search-choice {
+ border: 1px solid #aaa !important;
+}
+.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit
+{
+ background: #FFFFFF;
+}
+.select2-container-multi.select2-container-disabled .select2-choices {
+ background-color: #FFFFFF;
+ background-image: none;
+ border: none;
+ cursor: default;
+}
+.select2-container-multi .select2-choices .select2-search-choice {
+ margin-bottom: 3px;
+}
+/* To emulate select 2 style */
+.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
+ padding: 2px 5px 1px 5px;
+ margin: 0 0 2px 3px;
+ position: relative;
+ line-height: 13px;
+ color: #333;
+ cursor: default;
+ border: 1px solid #aaaaaa;
+ border-radius: 3px;
+ -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
+ box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
+ background-clip: padding-box;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ background-color: #e4e4e4;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
+ background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
+ background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
+ background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
+ background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
+}
+.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr a {
+ font-weight: normal;
+}
+.select2-container-multi-dolibarr .select2-choices-dolibarr li {
+ float: left;
+ list-style: none;
+}
+.select2-container-multi-dolibarr .select2-choices-dolibarr {
+ height: auto !important;
+ height: 1%;
+ margin: 0;
+ padding: 0 5px 0 0;
+ position: relative;
+ cursor: text;
+ overflow: hidden;
+}
+
+
/* ============================================================================== */
/* JMobile */
/* ============================================================================== */
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 44c71a304eb..5eaa49a3072 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -465,7 +465,9 @@ div.divsearchfield {
float: ;
margin-: 12px;
}
-
+div.confirmmessage {
+ padding-top: 6px;
+}
/* Style to move picto into left of button */
/*
.buttonactionview {
@@ -3392,8 +3394,50 @@ a span.select2-chosen
cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice {
- margin-bottom: 2px;
+ margin-bottom: 3px;
}
+/* To emulate select 2 style */
+.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
+ padding: 2px 5px 1px 5px;
+ margin: 0 0 2px 3px;
+ position: relative;
+ line-height: 13px;
+ color: #333;
+ cursor: default;
+ border: 1px solid #aaaaaa;
+ border-radius: 3px;
+ -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
+ box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
+ background-clip: padding-box;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ background-color: #e4e4e4;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
+ background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
+ background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
+ background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
+ background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
+}
+.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr a {
+ font-weight: normal;
+}
+.select2-container-multi-dolibarr .select2-choices-dolibarr li {
+ float: left;
+ list-style: none;
+}
+.select2-container-multi-dolibarr .select2-choices-dolibarr {
+ height: auto !important;
+ height: 1%;
+ margin: 0;
+ padding: 0 5px 0 0;
+ position: relative;
+ cursor: text;
+ overflow: hidden;
+}
+
/* ============================================================================== */
| |