diff --git a/layouts/v7/modules/Inventory/partials/LineItemsEdit.tpl b/layouts/v7/modules/Inventory/partials/LineItemsEdit.tpl index ebaa0c37711f5af3cd5cebed2baa554bc3691eab..c848e3de61ca669a056b2c003d475e17fce0887d 100644 --- a/layouts/v7/modules/Inventory/partials/LineItemsEdit.tpl +++ b/layouts/v7/modules/Inventory/partials/LineItemsEdit.tpl @@ -75,12 +75,12 @@ {if $BLOCK_FIELDS|@count gt 0} <div class='fieldBlockContainer'> <div class="row"> - <div class="col-lg-5 col-md-5 col-sm-5"> + <div class="col-sm-3"> + <h4 class='fieldBlockHeader' style="margin-top:5px;">{vtranslate($BLOCK_LABEL, $MODULE)}</h4> + </div> + <div class="col-sm-9 well"> <div class="row"> - <div class="col-lg-4 col-md-4 col-sm-4"> - <h4 class='fieldBlockHeader' style="margin-top:5px;">{vtranslate($BLOCK_LABEL, $MODULE)}</h4> - </div> - <div class="col-lg-8 col-md-8 col-sm-8" style="top: 3px;"> + <div class="col-sm-4"> {if $LINEITEM_FIELDS['region_id'] && $LINEITEM_FIELDS['region_id']->isEditable()} <span class="pull-right"> <i class="fa fa-info-circle"></i> @@ -92,54 +92,54 @@ {/foreach} </select> <input type="hidden" id="prevRegionId" value="{$RECORD->get('region_id')}" /> - <a class="fa fa-wrench" href="index.php?module=Vtiger&parent=Settings&view=TaxIndex" target="_blank" style="vertical-align:middle;"></a> - </span> + <a class="fa fa-wrench hidden-xs" href="index.php?module=Vtiger&parent=Settings&view=TaxIndex" target="_blank" style="vertical-align:middle;"></a> + </span> {/if} </div> - </div> - </div> - <div class="col-lg-3 col-md-3 col-sm-3" style="top: 3px;"> - <center> - <i class="fa fa-info-circle"></i> - <label>{vtranslate('LBL_CURRENCY',$MODULE)}</label> - {assign var=SELECTED_CURRENCY value=$CURRENCINFO} - {* Lookup the currency information if not yet set - create mode *} - {if $SELECTED_CURRENCY eq ''} - {assign var=USER_CURRENCY_ID value=$USER_MODEL->get('currency_id')} - {foreach item=currency_details from=$CURRENCIES} - {if $currency_details.curid eq $USER_CURRENCY_ID} - {assign var=SELECTED_CURRENCY value=$currency_details} + <div class="col-sm-4"> + <div class="pull-right"> + <i class="fa fa-info-circle"></i> + <label>{vtranslate('LBL_CURRENCY',$MODULE)}</label> + {assign var=SELECTED_CURRENCY value=$CURRENCINFO} + {* Lookup the currency information if not yet set - create mode *} + {if $SELECTED_CURRENCY eq ''} + {assign var=USER_CURRENCY_ID value=$USER_MODEL->get('currency_id')} + {foreach item=currency_details from=$CURRENCIES} + {if $currency_details.curid eq $USER_CURRENCY_ID} + {assign var=SELECTED_CURRENCY value=$currency_details} + {/if} + {/foreach} {/if} - {/foreach} - {/if} - <select class="select2" id="currency_id" name="currency_id" style="width: 150px;"> - {foreach item=currency_details key=count from=$CURRENCIES} - <option value="{$currency_details.curid}" class="textShadowNone" data-conversion-rate="{$currency_details.conversionrate}" {if $SELECTED_CURRENCY.currency_id eq $currency_details.curid} selected {/if}> - {$currency_details.currencylabel|@getTranslatedCurrencyString} ({$currency_details.currencysymbol}) - </option> - {/foreach} - </select> + <select class="select2" id="currency_id" name="currency_id" style="width: 150px;"> + {foreach item=currency_details key=count from=$CURRENCIES} + <option value="{$currency_details.curid}" class="textShadowNone" data-conversion-rate="{$currency_details.conversionrate}" {if $SELECTED_CURRENCY.currency_id eq $currency_details.curid} selected {/if}> + {$currency_details.currencylabel|@getTranslatedCurrencyString} ({$currency_details.currencysymbol}) + </option> + {/foreach} + </select> - {assign var="RECORD_CURRENCY_RATE" value=$RECORD_STRUCTURE_MODEL->getRecord()->get('conversion_rate')} - {if $RECORD_CURRENCY_RATE eq ''} - {assign var="RECORD_CURRENCY_RATE" value=$SELECTED_CURRENCY.conversionrate} - {/if} - <input type="hidden" name="conversion_rate" id="conversion_rate" value="{$RECORD_CURRENCY_RATE}" /> - <input type="hidden" value="{$SELECTED_CURRENCY.currency_id}" id="prev_selected_currency_id" /> - <!-- TODO : To get default currency in even better way than depending on first element --> - <input type="hidden" id="default_currency_id" value="{$CURRENCIES.0.curid}" /> - <input type="hidden" value="{$SELECTED_CURRENCY.currency_id}" id="selectedCurrencyId" /> - </center> - </div> - <div class="col-lg-4 col-md-4 col-sm-4" style="top: 3px;"> - <div style="float: right;"> - <i class="fa fa-info-circle"></i> - <label>{vtranslate('LBL_TAX_MODE',$MODULE)}</label> - <select class="select2 lineItemTax" id="taxtype" name="taxtype" style="width: 150px;"> - <option value="individual" {if $IS_INDIVIDUAL_TAX_TYPE}selected{/if}>{vtranslate('LBL_INDIVIDUAL', $MODULE)}</option> - <option value="group" {if $IS_GROUP_TAX_TYPE}selected{/if}>{vtranslate('LBL_GROUP', $MODULE)}</option> - </select> + {assign var="RECORD_CURRENCY_RATE" value=$RECORD_STRUCTURE_MODEL->getRecord()->get('conversion_rate')} + {if $RECORD_CURRENCY_RATE eq ''} + {assign var="RECORD_CURRENCY_RATE" value=$SELECTED_CURRENCY.conversionrate} + {/if} + <input type="hidden" name="conversion_rate" id="conversion_rate" value="{$RECORD_CURRENCY_RATE}" /> + <input type="hidden" value="{$SELECTED_CURRENCY.currency_id}" id="prev_selected_currency_id" /> + <!-- TODO : To get default currency in even better way than depending on first element --> + <input type="hidden" id="default_currency_id" value="{$CURRENCIES.0.curid}" /> + <input type="hidden" value="{$SELECTED_CURRENCY.currency_id}" id="selectedCurrencyId" /> + </div> + </div> + <div class="col-sm-4"> + <div class="pull-right"> + <i class="fa fa-info-circle"></i> + <label>{vtranslate('LBL_TAX_MODE',$MODULE)}</label> + <select class="select2 lineItemTax" id="taxtype" name="taxtype" style="width: 150px;"> + <option value="individual" {if $IS_INDIVIDUAL_TAX_TYPE}selected{/if}>{vtranslate('LBL_INDIVIDUAL', $MODULE)}</option> + <option value="group" {if $IS_GROUP_TAX_TYPE}selected{/if}>{vtranslate('LBL_GROUP', $MODULE)}</option> + </select> + </div> + </div> </div> </div> </div> diff --git a/layouts/v7/modules/Vtiger/ComposeEmailForm.tpl b/layouts/v7/modules/Vtiger/ComposeEmailForm.tpl index a2600f07cac903da5762fd7d41f1f7373a46fa11..03ee45c1d9ab3cca7ed00c73c922a18993fa559d 100644 --- a/layouts/v7/modules/Vtiger/ComposeEmailForm.tpl +++ b/layouts/v7/modules/Vtiger/ComposeEmailForm.tpl @@ -43,7 +43,7 @@ <div class="row toEmailField"> <div class="col-lg-12"> <div class="col-lg-2"> - <span class="pull-right">{vtranslate('LBL_TO',$MODULE)} <span class="redColor">*</span></span> + <span class="">{vtranslate('LBL_TO',$MODULE)} <span class="redColor">*</span></span> </div> <div class="col-lg-6"> {if !empty($TO)} @@ -52,7 +52,7 @@ <input id="emailField" style="width:100%" name="toEmail" type="text" class="autoComplete sourceField select2" data-rule-required="true" data-rule-multiEmails="true" value="{$TO_EMAILS}" placeholder="{vtranslate('LBL_TYPE_AND_SEARCH',$MODULE)}"> </div> <div class="col-lg-4 input-group"> - <select style="width: 140px;" class="select2 emailModulesList pull-right"> + <select style="width: 140px;" class="select2 emailModulesList"> {foreach item=MODULE_NAME from=$RELATED_MODULES} <option value="{$MODULE_NAME}" {if $MODULE_NAME eq $FIELD_MODULE} selected {/if}>{vtranslate($MODULE_NAME,$MODULE_NAME)}</option> {/foreach} @@ -71,7 +71,7 @@ <div class="row {if empty($CC)} hide {/if} ccContainer"> <div class="col-lg-12"> <div class="col-lg-2"> - <span class="pull-right">{vtranslate('LBL_CC',$MODULE)}</span> + <span class="">{vtranslate('LBL_CC',$MODULE)}</span> </div> <div class="col-lg-6"> <input type="text" name="cc" data-rule-multiEmails="true" value="{if !empty($CC)}{$CC}{/if}"/> @@ -83,7 +83,7 @@ <div class="row {if empty($BCC)} hide {/if} bccContainer"> <div class="col-lg-12"> <div class="col-lg-2"> - <span class="pull-right">{vtranslate('LBL_BCC',$MODULE)}</span> + <span class="">{vtranslate('LBL_BCC',$MODULE)}</span> </div> <div class="col-lg-6"> <input type="text" name="bcc" data-rule-multiEmails="true" value="{if !empty($BCC)}{$BCC}{/if}"/> @@ -107,7 +107,7 @@ <div class="row subjectField"> <div class="col-lg-12"> <div class="col-lg-2"> - <span class="pull-right">{vtranslate('LBL_SUBJECT',$MODULE)} <span class="redColor">*</span></span> + <span class="">{vtranslate('LBL_SUBJECT',$MODULE)} <span class="redColor">*</span></span> </div> <div class="col-lg-6"> <input type="text" name="subject" value="{$SUBJECT}" data-rule-required="true" id="subject" spellcheck="true" class="inputElement"/> @@ -119,7 +119,7 @@ <div class="row attachment"> <div class="col-lg-12"> <div class="col-lg-2"> - <span class="pull-right">{vtranslate('LBL_ATTACHMENT',$MODULE)}</span> + <span class="">{vtranslate('LBL_ATTACHMENT',$MODULE)}</span> </div> <div class="col-lg-9"> <div class="row"> @@ -130,7 +130,7 @@ <button type="button" class="btn btn-small btn-default" id="browseCrm" data-url="{$DOCUMENTS_URL}" title="{vtranslate('LBL_BROWSE_CRM',$MODULE)}">{vtranslate('LBL_BROWSE_CRM',$MODULE)}</button> </div> <div class="col-lg-4 insertTemplate"> - <button id="selectEmailTemplate" class="btn btn-success pull-right" data-url="module=EmailTemplates&view=Popup">{vtranslate('LBL_SELECT_EMAIL_TEMPLATE',$MODULE)}</button> + <button id="selectEmailTemplate" class="btn btn-success" data-url="module=EmailTemplates&view=Popup">{vtranslate('LBL_SELECT_EMAIL_TEMPLATE',$MODULE)}</button> </div> </div> <div id="attachments"> @@ -156,7 +156,7 @@ <div class="row"> <div class="col-lg-12"> <div class="col-lg-2"> - <span class="pull-right">{vtranslate('LBL_INCLUDE_SIGNATURE',$MODULE)}</span> + <span class="">{vtranslate('LBL_INCLUDE_SIGNATURE',$MODULE)}</span> </div> <div class="item col-lg-9"> <input class="" type="checkbox" name="signature" value="Yes" checked="checked" id="signature"> diff --git a/layouts/v7/modules/Vtiger/QuickCreate.tpl b/layouts/v7/modules/Vtiger/QuickCreate.tpl index cae856119138bd8d0ea6b73455631dfe36be0ab8..1793b932949a0da70d9a0b6e53c42925ecda06b7 100644 --- a/layouts/v7/modules/Vtiger/QuickCreate.tpl +++ b/layouts/v7/modules/Vtiger/QuickCreate.tpl @@ -12,7 +12,7 @@ {foreach key=index item=jsModel from=$SCRIPTS} <script type="{$jsModel->getType()}" src="{$jsModel->getSrc()}"></script> {/foreach} - + <div class="modal-dialog modal-lg"> <div class="modal-content"> <form class="form-horizontal recordEditView" id="QuickCreate" name="QuickCreate" method="post" action="index.php"> @@ -56,7 +56,7 @@ {assign var=COUNTER value=$COUNTER+1} {/if} <td class='fieldLabel col-lg-2'> - {if $isReferenceField neq "reference"}<label class="muted pull-right">{/if} + {if $isReferenceField neq "reference"}<label class="muted">{/if} {if $isReferenceField eq "reference"} {if $referenceListCount > 1} {assign var="DISPLAYID" value=$FIELD_MODEL->get('fieldvalue')} @@ -72,7 +72,7 @@ </select> </span> {else} - <label class="muted pull-right">{vtranslate($FIELD_MODEL->get('label'), $MODULE)} {if $FIELD_MODEL->isMandatory() eq true} <span class="redColor">*</span> {/if}</label> + <label class="muted">{vtranslate($FIELD_MODEL->get('label'), $MODULE)} {if $FIELD_MODEL->isMandatory() eq true} <span class="redColor">*</span> {/if}</label> {/if} {else if $FIELD_MODEL->get('uitype') eq '83'} {include file=vtemplate_path($FIELD_MODEL->getUITypeModel()->getTemplateName(),$MODULE) COUNTER=$COUNTER MODULE=$MODULE PULL_RIGHT=true} diff --git a/layouts/v7/modules/Vtiger/SummaryViewContents.tpl b/layouts/v7/modules/Vtiger/SummaryViewContents.tpl index 2d1581c024e44cf162a9ad7eb3f41e7452ae919a..1e320b4f61b01b46aca7251d288cacbb97418d6c 100644 --- a/layouts/v7/modules/Vtiger/SummaryViewContents.tpl +++ b/layouts/v7/modules/Vtiger/SummaryViewContents.tpl @@ -29,7 +29,7 @@ </label> </td> <td class="fieldValue"> - <div class="row"> + <div class=""> {assign var=DISPLAY_VALUE value="{$FIELD_MODEL->getDisplayValue($FIELD_MODEL->get("fieldvalue"))}"} <span class="value textOverflowEllipsis" title="{strip_tags($DISPLAY_VALUE)}" {if $FIELD_MODEL->get('uitype') eq '19' or $FIELD_MODEL->get('uitype') eq '20' or $FIELD_MODEL->get('uitype') eq '21'}style="word-wrap: break-word;"{/if}> {include file=$FIELD_MODEL->getUITypeModel()->getDetailViewTemplateName()|@vtemplate_path:$MODULE_NAME FIELD_MODEL=$FIELD_MODEL USER_MODEL=$USER_MODEL MODULE=$MODULE_NAME RECORD=$RECORD} diff --git a/layouts/v7/skins/contact/style.css b/layouts/v7/skins/contact/style.css index 20978a503d35623bcbf76fdbadbf96beacbfd235..6b79c0e02af75f357a84a4f6c9f97d4f5f1031f4 100644 --- a/layouts/v7/skins/contact/style.css +++ b/layouts/v7/skins/contact/style.css @@ -7552,6 +7552,24 @@ input:focus:-ms-input-placeholder { background: #FFFFFF; } @media all and (min-width: 0px) and (max-width: 600px) { + table.summary-table > tbody > tr > td, + table.summary-table > tbody > tr > th, + table.summary-table > tfoot > tr > td, + table.summary-table > tfoot > tr > th, + table.summary-table > thead > tr > td, + table.summary-table > thead > tr > th, + .quickCreateContent > table.table > tbody > tr > td, + .quickCreateContent > table.table > tbody > tr > th, + .quickCreateContent > table.table > tfoot > tr > td, + .quickCreateContent > table.table > tfoot > tr > th, + .quickCreateContent > table.table > thead > tr > td, + .quickCreateContent > table.table > thead > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > tbody > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > tbody > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > tfoot > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > tfoot > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > th, .detailview-table > tbody > tr > td, .detailview-table > tbody > tr > th, .detailview-table > tfoot > tr > td, @@ -7561,6 +7579,9 @@ input:focus:-ms-input-placeholder { display: block; min-width: 100%!important; } + table.summary-table > thead > tr > th, + .quickCreateContent > table.table > thead > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > th, .detailview-table > thead > tr > th { display: none; } @@ -7572,6 +7593,13 @@ input:focus:-ms-input-placeholder { float: none !important; display: inline-block; } + table.summary-table td.fieldValue .inputElement, + .quickCreateContent > table.table td.fieldValue .inputElement, + .fieldBlockContainer > table.table:not(#lineItemResult) td.fieldValue .inputElement, + .fieldBlockContainer > table.table:not(#lineItemResult) td.fieldValue .input-group { + width: 100%; + float: none !important; + } #detailView td.fieldLabel { padding-top: 20px; } @@ -7589,4 +7617,37 @@ input:focus:-ms-input-placeholder { #page > nav.navbar { border-bottom: 1px solid #eee; } + .modal-overlay-footer { + border-left: 0; + } + .app-footer { + font-size: 11px; + } + body { + font-size: 13px; + } + .overlay-container-60 { + margin-left: 0px ; + } + .overlayPageContent { + padding-bottom: 0; + } + .overlayPageContent.fade { + overflow: scroll; + } + .overlayDetail .modal-content { + position: relative; + } + .mCSB_inside > .mCSB_container { + margin-right: 0; + } + #mCSB_9_scrollbar_vertical { + display: none; + } + .lineItemInputBox { + width: 100%; + } + #comment1 { + border-left-color: #ccc; + } } diff --git a/layouts/v7/skins/inventory/style.css b/layouts/v7/skins/inventory/style.css index 18c9b3936589fd72d10fb2b07704ce7b518b5859..05ab41b9f091a501492e4f7b873b78b0ee442ff5 100644 --- a/layouts/v7/skins/inventory/style.css +++ b/layouts/v7/skins/inventory/style.css @@ -7552,6 +7552,24 @@ input:focus:-ms-input-placeholder { background: #FFFFFF; } @media all and (min-width: 0px) and (max-width: 600px) { + table.summary-table > tbody > tr > td, + table.summary-table > tbody > tr > th, + table.summary-table > tfoot > tr > td, + table.summary-table > tfoot > tr > th, + table.summary-table > thead > tr > td, + table.summary-table > thead > tr > th, + .quickCreateContent > table.table > tbody > tr > td, + .quickCreateContent > table.table > tbody > tr > th, + .quickCreateContent > table.table > tfoot > tr > td, + .quickCreateContent > table.table > tfoot > tr > th, + .quickCreateContent > table.table > thead > tr > td, + .quickCreateContent > table.table > thead > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > tbody > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > tbody > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > tfoot > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > tfoot > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > th, .detailview-table > tbody > tr > td, .detailview-table > tbody > tr > th, .detailview-table > tfoot > tr > td, @@ -7561,6 +7579,9 @@ input:focus:-ms-input-placeholder { display: block; min-width: 100%!important; } + table.summary-table > thead > tr > th, + .quickCreateContent > table.table > thead > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > th, .detailview-table > thead > tr > th { display: none; } @@ -7572,6 +7593,13 @@ input:focus:-ms-input-placeholder { float: none !important; display: inline-block; } + table.summary-table td.fieldValue .inputElement, + .quickCreateContent > table.table td.fieldValue .inputElement, + .fieldBlockContainer > table.table:not(#lineItemResult) td.fieldValue .inputElement, + .fieldBlockContainer > table.table:not(#lineItemResult) td.fieldValue .input-group { + width: 100%; + float: none !important; + } #detailView td.fieldLabel { padding-top: 20px; } @@ -7589,6 +7617,39 @@ input:focus:-ms-input-placeholder { #page > nav.navbar { border-bottom: 1px solid #eee; } + .modal-overlay-footer { + border-left: 0; + } + .app-footer { + font-size: 11px; + } + body { + font-size: 13px; + } + .overlay-container-60 { + margin-left: 0px ; + } + .overlayPageContent { + padding-bottom: 0; + } + .overlayPageContent.fade { + overflow: scroll; + } + .overlayDetail .modal-content { + position: relative; + } + .mCSB_inside > .mCSB_container { + margin-right: 0; + } + #mCSB_9_scrollbar_vertical { + display: none; + } + .lineItemInputBox { + width: 100%; + } + #comment1 { + border-left-color: #ccc; + } } .modules-menu ul li.active a { border-left: 3px solid #F1C40F; diff --git a/layouts/v7/skins/marketing/style.css b/layouts/v7/skins/marketing/style.css index b3831c463f5b84e61957b3ff251ef717640fc318..224e0e5ab09addeaee3879d9817195b8c63974eb 100644 --- a/layouts/v7/skins/marketing/style.css +++ b/layouts/v7/skins/marketing/style.css @@ -7552,6 +7552,24 @@ input:focus:-ms-input-placeholder { background: #FFFFFF; } @media all and (min-width: 0px) and (max-width: 600px) { + table.summary-table > tbody > tr > td, + table.summary-table > tbody > tr > th, + table.summary-table > tfoot > tr > td, + table.summary-table > tfoot > tr > th, + table.summary-table > thead > tr > td, + table.summary-table > thead > tr > th, + .quickCreateContent > table.table > tbody > tr > td, + .quickCreateContent > table.table > tbody > tr > th, + .quickCreateContent > table.table > tfoot > tr > td, + .quickCreateContent > table.table > tfoot > tr > th, + .quickCreateContent > table.table > thead > tr > td, + .quickCreateContent > table.table > thead > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > tbody > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > tbody > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > tfoot > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > tfoot > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > th, .detailview-table > tbody > tr > td, .detailview-table > tbody > tr > th, .detailview-table > tfoot > tr > td, @@ -7561,6 +7579,9 @@ input:focus:-ms-input-placeholder { display: block; min-width: 100%!important; } + table.summary-table > thead > tr > th, + .quickCreateContent > table.table > thead > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > th, .detailview-table > thead > tr > th { display: none; } @@ -7572,6 +7593,13 @@ input:focus:-ms-input-placeholder { float: none !important; display: inline-block; } + table.summary-table td.fieldValue .inputElement, + .quickCreateContent > table.table td.fieldValue .inputElement, + .fieldBlockContainer > table.table:not(#lineItemResult) td.fieldValue .inputElement, + .fieldBlockContainer > table.table:not(#lineItemResult) td.fieldValue .input-group { + width: 100%; + float: none !important; + } #detailView td.fieldLabel { padding-top: 20px; } @@ -7589,6 +7617,39 @@ input:focus:-ms-input-placeholder { #page > nav.navbar { border-bottom: 1px solid #eee; } + .modal-overlay-footer { + border-left: 0; + } + .app-footer { + font-size: 11px; + } + body { + font-size: 13px; + } + .overlay-container-60 { + margin-left: 0px ; + } + .overlayPageContent { + padding-bottom: 0; + } + .overlayPageContent.fade { + overflow: scroll; + } + .overlayDetail .modal-content { + position: relative; + } + .mCSB_inside > .mCSB_container { + margin-right: 0; + } + #mCSB_9_scrollbar_vertical { + display: none; + } + .lineItemInputBox { + width: 100%; + } + #comment1 { + border-left-color: #ccc; + } } .modules-menu ul li.active a { border-left: 3px solid #EF5E29; diff --git a/layouts/v7/skins/marketing_and_sales/style.css b/layouts/v7/skins/marketing_and_sales/style.css index 3326cf6325f9ba7d445a661509f64daeeb11fcff..19195d8bc364e388f4f420b5702899a66a17b912 100644 --- a/layouts/v7/skins/marketing_and_sales/style.css +++ b/layouts/v7/skins/marketing_and_sales/style.css @@ -7552,6 +7552,24 @@ input:focus:-ms-input-placeholder { background: #FFFFFF; } @media all and (min-width: 0px) and (max-width: 600px) { + table.summary-table > tbody > tr > td, + table.summary-table > tbody > tr > th, + table.summary-table > tfoot > tr > td, + table.summary-table > tfoot > tr > th, + table.summary-table > thead > tr > td, + table.summary-table > thead > tr > th, + .quickCreateContent > table.table > tbody > tr > td, + .quickCreateContent > table.table > tbody > tr > th, + .quickCreateContent > table.table > tfoot > tr > td, + .quickCreateContent > table.table > tfoot > tr > th, + .quickCreateContent > table.table > thead > tr > td, + .quickCreateContent > table.table > thead > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > tbody > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > tbody > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > tfoot > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > tfoot > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > th, .detailview-table > tbody > tr > td, .detailview-table > tbody > tr > th, .detailview-table > tfoot > tr > td, @@ -7561,6 +7579,9 @@ input:focus:-ms-input-placeholder { display: block; min-width: 100%!important; } + table.summary-table > thead > tr > th, + .quickCreateContent > table.table > thead > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > th, .detailview-table > thead > tr > th { display: none; } @@ -7572,6 +7593,13 @@ input:focus:-ms-input-placeholder { float: none !important; display: inline-block; } + table.summary-table td.fieldValue .inputElement, + .quickCreateContent > table.table td.fieldValue .inputElement, + .fieldBlockContainer > table.table:not(#lineItemResult) td.fieldValue .inputElement, + .fieldBlockContainer > table.table:not(#lineItemResult) td.fieldValue .input-group { + width: 100%; + float: none !important; + } #detailView td.fieldLabel { padding-top: 20px; } @@ -7589,6 +7617,39 @@ input:focus:-ms-input-placeholder { #page > nav.navbar { border-bottom: 1px solid #eee; } + .modal-overlay-footer { + border-left: 0; + } + .app-footer { + font-size: 11px; + } + body { + font-size: 13px; + } + .overlay-container-60 { + margin-left: 0px ; + } + .overlayPageContent { + padding-bottom: 0; + } + .overlayPageContent.fade { + overflow: scroll; + } + .overlayDetail .modal-content { + position: relative; + } + .mCSB_inside > .mCSB_container { + margin-right: 0; + } + #mCSB_9_scrollbar_vertical { + display: none; + } + .lineItemInputBox { + width: 100%; + } + #comment1 { + border-left-color: #ccc; + } } .modules-menu ul li.active a { border-left: 3px solid #3CB878; diff --git a/layouts/v7/skins/project/style.css b/layouts/v7/skins/project/style.css index 6e082e6aeb92f384957563fe44aeae1601071539..75f9019df375a105415f3a52463efcdbd6de0457 100644 --- a/layouts/v7/skins/project/style.css +++ b/layouts/v7/skins/project/style.css @@ -7552,6 +7552,24 @@ input:focus:-ms-input-placeholder { background: #FFFFFF; } @media all and (min-width: 0px) and (max-width: 600px) { + table.summary-table > tbody > tr > td, + table.summary-table > tbody > tr > th, + table.summary-table > tfoot > tr > td, + table.summary-table > tfoot > tr > th, + table.summary-table > thead > tr > td, + table.summary-table > thead > tr > th, + .quickCreateContent > table.table > tbody > tr > td, + .quickCreateContent > table.table > tbody > tr > th, + .quickCreateContent > table.table > tfoot > tr > td, + .quickCreateContent > table.table > tfoot > tr > th, + .quickCreateContent > table.table > thead > tr > td, + .quickCreateContent > table.table > thead > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > tbody > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > tbody > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > tfoot > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > tfoot > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > th, .detailview-table > tbody > tr > td, .detailview-table > tbody > tr > th, .detailview-table > tfoot > tr > td, @@ -7561,6 +7579,9 @@ input:focus:-ms-input-placeholder { display: block; min-width: 100%!important; } + table.summary-table > thead > tr > th, + .quickCreateContent > table.table > thead > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > th, .detailview-table > thead > tr > th { display: none; } @@ -7572,6 +7593,13 @@ input:focus:-ms-input-placeholder { float: none !important; display: inline-block; } + table.summary-table td.fieldValue .inputElement, + .quickCreateContent > table.table td.fieldValue .inputElement, + .fieldBlockContainer > table.table:not(#lineItemResult) td.fieldValue .inputElement, + .fieldBlockContainer > table.table:not(#lineItemResult) td.fieldValue .input-group { + width: 100%; + float: none !important; + } #detailView td.fieldLabel { padding-top: 20px; } @@ -7589,6 +7617,39 @@ input:focus:-ms-input-placeholder { #page > nav.navbar { border-bottom: 1px solid #eee; } + .modal-overlay-footer { + border-left: 0; + } + .app-footer { + font-size: 11px; + } + body { + font-size: 13px; + } + .overlay-container-60 { + margin-left: 0px ; + } + .overlayPageContent { + padding-bottom: 0; + } + .overlayPageContent.fade { + overflow: scroll; + } + .overlayDetail .modal-content { + position: relative; + } + .mCSB_inside > .mCSB_container { + margin-right: 0; + } + #mCSB_9_scrollbar_vertical { + display: none; + } + .lineItemInputBox { + width: 100%; + } + #comment1 { + border-left-color: #ccc; + } } .modules-menu ul li.active a { border-left: 3px solid #8E44AD; diff --git a/layouts/v7/skins/sales/style.css b/layouts/v7/skins/sales/style.css index 3326cf6325f9ba7d445a661509f64daeeb11fcff..19195d8bc364e388f4f420b5702899a66a17b912 100644 --- a/layouts/v7/skins/sales/style.css +++ b/layouts/v7/skins/sales/style.css @@ -7552,6 +7552,24 @@ input:focus:-ms-input-placeholder { background: #FFFFFF; } @media all and (min-width: 0px) and (max-width: 600px) { + table.summary-table > tbody > tr > td, + table.summary-table > tbody > tr > th, + table.summary-table > tfoot > tr > td, + table.summary-table > tfoot > tr > th, + table.summary-table > thead > tr > td, + table.summary-table > thead > tr > th, + .quickCreateContent > table.table > tbody > tr > td, + .quickCreateContent > table.table > tbody > tr > th, + .quickCreateContent > table.table > tfoot > tr > td, + .quickCreateContent > table.table > tfoot > tr > th, + .quickCreateContent > table.table > thead > tr > td, + .quickCreateContent > table.table > thead > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > tbody > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > tbody > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > tfoot > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > tfoot > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > th, .detailview-table > tbody > tr > td, .detailview-table > tbody > tr > th, .detailview-table > tfoot > tr > td, @@ -7561,6 +7579,9 @@ input:focus:-ms-input-placeholder { display: block; min-width: 100%!important; } + table.summary-table > thead > tr > th, + .quickCreateContent > table.table > thead > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > th, .detailview-table > thead > tr > th { display: none; } @@ -7572,6 +7593,13 @@ input:focus:-ms-input-placeholder { float: none !important; display: inline-block; } + table.summary-table td.fieldValue .inputElement, + .quickCreateContent > table.table td.fieldValue .inputElement, + .fieldBlockContainer > table.table:not(#lineItemResult) td.fieldValue .inputElement, + .fieldBlockContainer > table.table:not(#lineItemResult) td.fieldValue .input-group { + width: 100%; + float: none !important; + } #detailView td.fieldLabel { padding-top: 20px; } @@ -7589,6 +7617,39 @@ input:focus:-ms-input-placeholder { #page > nav.navbar { border-bottom: 1px solid #eee; } + .modal-overlay-footer { + border-left: 0; + } + .app-footer { + font-size: 11px; + } + body { + font-size: 13px; + } + .overlay-container-60 { + margin-left: 0px ; + } + .overlayPageContent { + padding-bottom: 0; + } + .overlayPageContent.fade { + overflow: scroll; + } + .overlayDetail .modal-content { + position: relative; + } + .mCSB_inside > .mCSB_container { + margin-right: 0; + } + #mCSB_9_scrollbar_vertical { + display: none; + } + .lineItemInputBox { + width: 100%; + } + #comment1 { + border-left-color: #ccc; + } } .modules-menu ul li.active a { border-left: 3px solid #3CB878; diff --git a/layouts/v7/skins/support/style.css b/layouts/v7/skins/support/style.css index b41c69e9cbdfd7f50a5e1228e09b7729b60dbe7e..95545a6ece7e1544fd5b3e6ba46fef64078ffeb2 100644 --- a/layouts/v7/skins/support/style.css +++ b/layouts/v7/skins/support/style.css @@ -7552,6 +7552,24 @@ input:focus:-ms-input-placeholder { background: #FFFFFF; } @media all and (min-width: 0px) and (max-width: 600px) { + table.summary-table > tbody > tr > td, + table.summary-table > tbody > tr > th, + table.summary-table > tfoot > tr > td, + table.summary-table > tfoot > tr > th, + table.summary-table > thead > tr > td, + table.summary-table > thead > tr > th, + .quickCreateContent > table.table > tbody > tr > td, + .quickCreateContent > table.table > tbody > tr > th, + .quickCreateContent > table.table > tfoot > tr > td, + .quickCreateContent > table.table > tfoot > tr > th, + .quickCreateContent > table.table > thead > tr > td, + .quickCreateContent > table.table > thead > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > tbody > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > tbody > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > tfoot > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > tfoot > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > th, .detailview-table > tbody > tr > td, .detailview-table > tbody > tr > th, .detailview-table > tfoot > tr > td, @@ -7561,6 +7579,9 @@ input:focus:-ms-input-placeholder { display: block; min-width: 100%!important; } + table.summary-table > thead > tr > th, + .quickCreateContent > table.table > thead > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > th, .detailview-table > thead > tr > th { display: none; } @@ -7572,6 +7593,13 @@ input:focus:-ms-input-placeholder { float: none !important; display: inline-block; } + table.summary-table td.fieldValue .inputElement, + .quickCreateContent > table.table td.fieldValue .inputElement, + .fieldBlockContainer > table.table:not(#lineItemResult) td.fieldValue .inputElement, + .fieldBlockContainer > table.table:not(#lineItemResult) td.fieldValue .input-group { + width: 100%; + float: none !important; + } #detailView td.fieldLabel { padding-top: 20px; } @@ -7589,6 +7617,39 @@ input:focus:-ms-input-placeholder { #page > nav.navbar { border-bottom: 1px solid #eee; } + .modal-overlay-footer { + border-left: 0; + } + .app-footer { + font-size: 11px; + } + body { + font-size: 13px; + } + .overlay-container-60 { + margin-left: 0px ; + } + .overlayPageContent { + padding-bottom: 0; + } + .overlayPageContent.fade { + overflow: scroll; + } + .overlayDetail .modal-content { + position: relative; + } + .mCSB_inside > .mCSB_container { + margin-right: 0; + } + #mCSB_9_scrollbar_vertical { + display: none; + } + .lineItemInputBox { + width: 100%; + } + #comment1 { + border-left-color: #ccc; + } } .modules-menu ul li.active a { border-left: 3px solid #6297C3; diff --git a/layouts/v7/skins/tools/style.css b/layouts/v7/skins/tools/style.css index 0da12a9abf450594837c8c4daf8ec60549138596..4585151c90489edc8d2360df19d8cf033caef1b9 100644 --- a/layouts/v7/skins/tools/style.css +++ b/layouts/v7/skins/tools/style.css @@ -7552,6 +7552,24 @@ input:focus:-ms-input-placeholder { background: #FFFFFF; } @media all and (min-width: 0px) and (max-width: 600px) { + table.summary-table > tbody > tr > td, + table.summary-table > tbody > tr > th, + table.summary-table > tfoot > tr > td, + table.summary-table > tfoot > tr > th, + table.summary-table > thead > tr > td, + table.summary-table > thead > tr > th, + .quickCreateContent > table.table > tbody > tr > td, + .quickCreateContent > table.table > tbody > tr > th, + .quickCreateContent > table.table > tfoot > tr > td, + .quickCreateContent > table.table > tfoot > tr > th, + .quickCreateContent > table.table > thead > tr > td, + .quickCreateContent > table.table > thead > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > tbody > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > tbody > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > tfoot > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > tfoot > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > td, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > th, .detailview-table > tbody > tr > td, .detailview-table > tbody > tr > th, .detailview-table > tfoot > tr > td, @@ -7561,6 +7579,9 @@ input:focus:-ms-input-placeholder { display: block; min-width: 100%!important; } + table.summary-table > thead > tr > th, + .quickCreateContent > table.table > thead > tr > th, + .fieldBlockContainer > table.table:not(#lineItemResult) > thead > tr > th, .detailview-table > thead > tr > th { display: none; } @@ -7572,6 +7593,13 @@ input:focus:-ms-input-placeholder { float: none !important; display: inline-block; } + table.summary-table td.fieldValue .inputElement, + .quickCreateContent > table.table td.fieldValue .inputElement, + .fieldBlockContainer > table.table:not(#lineItemResult) td.fieldValue .inputElement, + .fieldBlockContainer > table.table:not(#lineItemResult) td.fieldValue .input-group { + width: 100%; + float: none !important; + } #detailView td.fieldLabel { padding-top: 20px; } @@ -7589,4 +7617,37 @@ input:focus:-ms-input-placeholder { #page > nav.navbar { border-bottom: 1px solid #eee; } + .modal-overlay-footer { + border-left: 0; + } + .app-footer { + font-size: 11px; + } + body { + font-size: 13px; + } + .overlay-container-60 { + margin-left: 0px ; + } + .overlayPageContent { + padding-bottom: 0; + } + .overlayPageContent.fade { + overflow: scroll; + } + .overlayDetail .modal-content { + position: relative; + } + .mCSB_inside > .mCSB_container { + margin-right: 0; + } + #mCSB_9_scrollbar_vertical { + display: none; + } + .lineItemInputBox { + width: 100%; + } + #comment1 { + border-left-color: #ccc; + } } diff --git a/layouts/v7/skins/vtiger/style.less b/layouts/v7/skins/vtiger/style.less index 50bbab69b78874df6e4183126cbfbe8fdd754c91..260a8fb7c461f09832e85561d5a4c7cba7ee3edf 100644 --- a/layouts/v7/skins/vtiger/style.less +++ b/layouts/v7/skins/vtiger/style.less @@ -8488,7 +8488,25 @@ input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */ background: #FFFFFF; } @media all and (min-width:0px) and (max-width: 600px) { - //Detail View Table + //Responsive Table + table.summary-table>tbody>tr>td, + table.summary-table>tbody>tr>th, + table.summary-table>tfoot>tr>td, + table.summary-table>tfoot>tr>th, + table.summary-table>thead>tr>td, + table.summary-table>thead>tr>th, + .quickCreateContent>table.table>tbody>tr>td, + .quickCreateContent>table.table>tbody>tr>th, + .quickCreateContent>table.table>tfoot>tr>td, + .quickCreateContent>table.table>tfoot>tr>th, + .quickCreateContent>table.table>thead>tr>td, + .quickCreateContent>table.table>thead>tr>th, + .fieldBlockContainer>table.table:not(#lineItemResult)>tbody>tr>td, + .fieldBlockContainer>table.table:not(#lineItemResult)>tbody>tr>th, + .fieldBlockContainer>table.table:not(#lineItemResult)>tfoot>tr>td, + .fieldBlockContainer>table.table:not(#lineItemResult)>tfoot>tr>th, + .fieldBlockContainer>table.table:not(#lineItemResult)>thead>tr>td, + .fieldBlockContainer>table.table:not(#lineItemResult)>thead>tr>th, .detailview-table>tbody>tr>td, .detailview-table>tbody>tr>th, .detailview-table>tfoot>tr>td, @@ -8498,6 +8516,10 @@ input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */ display: block; min-width: 100%!important; } + + table.summary-table>thead>tr>th, + .quickCreateContent>table.table>thead>tr>th, + .fieldBlockContainer>table.table:not(#lineItemResult)>thead>tr>th, .detailview-table>thead>tr>th { display: none; } @@ -8509,6 +8531,13 @@ input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */ float: none !important; display: inline-block; } + table.summary-table td.fieldValue .inputElement, + .quickCreateContent>table.table td.fieldValue .inputElement, + .fieldBlockContainer>table.table:not(#lineItemResult) td.fieldValue .inputElement, + .fieldBlockContainer>table.table:not(#lineItemResult) td.fieldValue .input-group { + width: 100%; + float: none !important; + } #detailView td.fieldLabel { padding-top: 20px; } @@ -8527,5 +8556,39 @@ input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */ #page>nav.navbar { border-bottom: 1px solid #eee; } + .modal-overlay-footer + { + border-left: 0; + } + .app-footer { + font-size: 11px; + } + body { + font-size: 13px; + } + .overlay-container-60{ + margin-left:0px ; + } + .overlayPageContent { + padding-bottom: 0; + &.fade{ + overflow: scroll; + } + } + .overlayDetail .modal-content{ + position:relative; + } + .mCSB_inside > .mCSB_container { + margin-right: 0; + } + #mCSB_9_scrollbar_vertical { + display: none; + } + .lineItemInputBox { + width: 100%; + } + #comment1 { + border-left-color: #ccc; + } }