diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php
index 91694fdf8cd..0ef7c830e68 100644
--- a/htdocs/compta/facture.php
+++ b/htdocs/compta/facture.php
@@ -3356,7 +3356,7 @@ else if ($id > 0 || ! empty($ref))
}
// Billed
- print '
| '.fieldLabel('ProspectCustomer','customerprospect',1).' | ';
@@ -1015,7 +1015,7 @@ else
print '';
print '';
- print ''.fieldLabel('CustomerCode','customer_code').' | ';
+ print ' | '.fieldLabel('CustomerCode','customer_code').' | ';
print '| ';
$tmpcode=$object->code_client;
if (empty($tmpcode) && ! empty($modCodeClient->code_auto)) $tmpcode=$modCodeClient->getNextValue($object,0);
@@ -1074,7 +1074,7 @@ else
print ' | ';
// Country
- print '| '.fieldLabel('Country','selectcountry_id').' | ';
+ print ' | | '.fieldLabel('Country','selectcountry_id').' | ';
print $form->select_country((GETPOST('country_id')!=''?GETPOST('country_id'):$object->country_id));
if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1);
print ' | ';
@@ -1103,9 +1103,9 @@ else
// Phone / Fax
print '| '.fieldLabel('Phone','phone').' | ';
- print ' | ';
+ print ' | ';
print ''.fieldLabel('Fax','fax').' | ';
- print ' | ';
+ print ' | ';
// Prof ids
$i=1; $j=0;
@@ -1541,7 +1541,7 @@ else
if (empty($conf->global->SOCIETE_DISABLE_CUSTOMERS)) print '';
print '';
print '';
- print ''.fieldLabel('CustomerCode','customer_code').' | ';
+ print ' | '.fieldLabel('CustomerCode','customer_code').' | ';
print '| ';
if ((!$object->code_client || $object->code_client == -1) && $modCodeClient->code_auto)
@@ -1656,9 +1656,9 @@ else
// Phone / Fax
print ' | | '.fieldLabel('Phone','phone').' | ';
- print ' | ';
+ print ' | ';
print ''.fieldLabel('Fax','fax').' | ';
- print ' | ';
+ print ' | ';
// Prof ids
$i=1; $j=0;
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 1d860f5f378..d2834a87669 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -277,7 +277,7 @@ input, input.flat, textarea, textarea.flat, form.flat select, select, select.fla
}
input, textarea, select {
- border-radius:4px;
+ border-radius: 2px;
border:solid 1px rgba(0,0,0,.3);
border-top:solid 1px rgba(0,0,0,.3);
border-bottom:solid 1px rgba(0,0,0,.2);
@@ -337,7 +337,6 @@ textarea:disabled {
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
input[type=radio] { background-color: transparent; border: none; box-shadow: none; }
input[type=image] { background-color: transparent; border: none; box-shadow: none; }
-input[type=text] { min-width: 20px; }
input:-webkit-autofill {
background-color: !important;
background-image:none !important;
@@ -380,9 +379,9 @@ fieldset { border: 1px solid #AAAAAA !important; }
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border: 1px solid #bbbbbb;
border-bottom-color: #a2a2a2;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
+ -webkit-border-radius: 2px;
+ -moz-border-radius: 2px;
+ border-radius: 2px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
@@ -599,17 +598,21 @@ div.myavailability {
.clearboth { clear:both; }
.hideobject { display: none; }
.minwidth50 { min-width: 50px; }
-.minwidth100 { min-width: 100px; }
-.minwidth200 { min-width: 200px; }
-.minwidth300 { min-width: 300px; }
-.minwidth400 { min-width: 400px; }
-.minwidth500 { min-width: 500px; }
-.minwidth50imp { min-width: 50px !important; }
-.minwidth100imp { min-width: 100px !important; }
-.minwidth200imp { min-width: 200px !important; }
-.minwidth300imp { min-width: 300px !important; }
-.minwidth400imp { min-width: 400px !important; }
-.minwidth500imp { min-width: 500px !important; }
+/* rule to reduce top menu - 3rd reduction */
+@media only screen and (min-width: px)
+{
+ .minwidth100 { min-width: 100px; }
+ .minwidth200 { min-width: 200px; }
+ .minwidth300 { min-width: 300px; }
+ .minwidth400 { min-width: 400px; }
+ .minwidth500 { min-width: 500px; }
+ .minwidth50imp { min-width: 50px !important; }
+ .minwidth100imp { min-width: 100px !important; }
+ .minwidth200imp { min-width: 200px !important; }
+ .minwidth300imp { min-width: 300px !important; }
+ .minwidth400imp { min-width: 400px !important; }
+ .minwidth500imp { min-width: 500px !important; }
+}
.maxwidth100 { max-width: 100px; }
.maxwidth150 { max-width: 150px; }
.maxwidth200 { max-width: 200px; }
@@ -648,6 +651,8 @@ div.myavailability {
/* Force values for small screen */
@media only screen and (max-width: 570px)
{
+ input[type=text] { min-width: 20px; }
+
.hideonsmartphone { display: none; }
.noenlargeonsmartphone { width : 50px !important; display: inline !important; }
.maxwidthonsmartphone { max-width: 100px; }
@@ -2081,9 +2086,9 @@ span.butAction, span.butActionDelete {
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border: 1px solid #bbbbbb;
border-bottom-color: #a2a2a2;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
+ -webkit-border-radius: 2px;
+ -moz-border-radius: 2px;
+ border-radius: 2px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
@@ -4287,20 +4292,40 @@ ul.ulmenu {
}
/* Style for first level menu with jmobile */
+.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li {
+ padding: .9em 15px;
+ display: block;
+}
+.ui-btn-up-c {
+ font-weight: normal;
+}
+.ui-bar-b {
+ border: 1px solid #888;
+ text-shadow: none;
+}
+.ui-focus, .ui-btn:focus {
+ -moz-box-shadow: none;
+ -webkit-box-shadow: none;
+ box-shadow: none;
+}
.ui-bar-b, .lilevel0 {
- border: 1px solid #888 !important;
+/* border: 1px solid #888 !important; */
background: rgb();
background-repeat: repeat-x;
+/*
background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(250,250,250,0.3) 100%);
background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(250,250,250,0.3) 100%);
background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(250,250,250,0.3) 100%);
background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(250,250,250,0.3) 100%);
- background-image: linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(250,250,250,0.3) 100%);
+ background-image: linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(250,250,250,0.3) 100%);*/
font-weight: bold;
color: rgb() !important;
}
+.ui-li.ui-last-child, .ui-li.ui-field-contain.ui-last-child {
+ border-bottom-width: 0px !important;
+}
.alilevel0 {
color: rgb() !important;
text-shadow: 1px 0px 1px #;
@@ -4313,7 +4338,7 @@ ul.ulmenu {
text-shadow: none;
}
.ui-btn-up-c, .ui-btn-hover-c {
- border: 1px solid #ccc;
+ /* border: 1px solid #ccc; */
text-shadow: none;
}
.ui-body-c .ui-link, .ui-body-c .ui-link:visited, .ui-body-c .ui-link:hover {
@@ -4487,7 +4512,7 @@ img.demothumb {
/* nboftopmenuentries = , fontsize= */
/* rule to reduce top menu - 1st reduction */
-@media only screen and (max-width: px)
+@media only screen and (max-width: px)
{
div.tmenucenter {
max-width: px; /* size of viewport */
@@ -4533,9 +4558,12 @@ img.demothumb {
background-size: 20px auto;
margin-top: 2px;
}
+ select {
+ width: 100%;
+ }
}
/* rule to reduce top menu - 3rd reduction */
-@media only screen and (max-width: 660px)
+@media only screen and (max-width: px)
{
/* Reduce login top right info */
.usertextatoplogin {
@@ -4588,6 +4616,12 @@ img.demothumb {
position: absolute;
width: px;
}
+ select {
+ width: 100%;
+ max-width: 100px;
+ min-width: 0 !important;
+ }
+
}
);
background-repeat: repeat-x;
- background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(250,250,250,0.3) 100%);
+ /*background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(250,250,250,0.3) 100%);
background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(250,250,250,0.3) 100%);
background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(250,250,250,0.3) 100%);
background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(250,250,250,0.3) 100%);
- background-image: linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(250,250,250,0.3) 100%);
+ background-image: linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(250,250,250,0.3) 100%);*/
font-weight: bold;
color: rgb() !important;
|
|