From 114bc038ed6906aa1708e050722a26225fb76961 Mon Sep 17 00:00:00 2001 From: satish <satish.dvnk@vtiger.com> Date: Thu, 8 Feb 2018 15:19:20 +0530 Subject: [PATCH] overwritten changes in less files --- layouts/v7/skins/vtiger/style.less | 141 ++++++++++++++++++++++++++++- 1 file changed, 137 insertions(+), 4 deletions(-) diff --git a/layouts/v7/skins/vtiger/style.less b/layouts/v7/skins/vtiger/style.less index 1e320a8fa..ccc7f53b7 100644 --- a/layouts/v7/skins/vtiger/style.less +++ b/layouts/v7/skins/vtiger/style.less @@ -238,8 +238,8 @@ body{ } .company-logo img{ - height: 100%; - width: auto; + max-height: 100%; + max-width: 100%; } .navbar .fa{ @@ -884,6 +884,10 @@ a.menu-item:hover{ .fieldValue .value{ max-width:85%; //for every field values display:inline-block; + word-break: break-word; + a { + color: #15c !important; + } } .modal-header button.close{ @@ -1632,7 +1636,7 @@ ul.unstyled{ .listview-table-norecords .table-actions, .listview-table .table-actions{ - width: 110px; + width: 120px; font-size: 15px; color: #555; margin-left: 7px; @@ -1911,6 +1915,9 @@ input[type=checkbox]:checked{ .detailViewButtoncontainer{ padding-top:5px; } +.detailViewButtoncontainer button.btn { + margin: 0px 1px !important; +} .detailview-header .recordBasicInfo > .info-row{ margin-bottom: 4px; .socialLinks{ @@ -2007,6 +2014,9 @@ strong, b, th{ margin-top: 3%; margin-right: 2%; } +.overlayDetailHeader button.btn { + margin: 0px 1px !important; +} //detail view header edit end @@ -2617,6 +2627,25 @@ strong, b, th{ width:208px; float:left; } + .fieldLabel { + min-width: 100px; + width: 20%; + word-break: break-all; + } + .fieldValue { + width:30%; + } + td.fieldValue[colspan="3"] { + width:80%; + } + textarea.textAreaElement { + width: 88%; + } + input[type="checkbox"], + input[type="radio"] { + width: 15px; + height: 15px; + } } .input-group.inputElement .input-group-addon{ border:none; @@ -3162,6 +3191,9 @@ strong, b, th{ .active .stepNum{ color: @white; } +.mailBoxEditDiv .crumbs li { + width: 22%; +} .stepNum{ display: inline-block; padding: 0 5px; @@ -5112,6 +5144,7 @@ form[name="notification_settings"] .select2-choice { } #tagCloud { .tag { + padding: 0px; background-color: @white; border-color: @white; border-radius: 0px; @@ -5434,7 +5467,7 @@ form[name="notification_settings"] .select2-choice { border-radius: 1px; } .modal { - z-index:1070; + z-index:1100; } .select2-container .select2-choice { height:28px; @@ -8323,3 +8356,103 @@ input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */ .importServiceSelectionContainer .app-item { text-align: center; } +#composeEmailContainer .modal-body, +#QuickCreate .modal-body, +#create { + .quickCreateContent { + margin-top: 25px; + } +} +.settingsgroup-panel .widgetContainer .menuItemLabel .pinUnpinShortCut { + display: none; + margin-top: 2px; +} +.settingsgroup-panel .widgetContainer .menuItemLabel:hover .pinUnpinShortCut { + display: inline-block; +} +@-moz-document url-prefix() { + .duplicateHandlingContainer .tooltip-inner { + width: 550px; + max-width: 550px; + } +} +.duplicateHandlingContainer{ + .tooltip-inner { + text-align: left !important; + } + .syncMessage { + margin-top: 5px !important; + } + .actionsList { + width: 230px !important; + } +} +.duplicationMessageContainer { + background-color: #f2dede !important; + color: #b94a48 !important; + .duplicationMessageHeader { + margin-bottom: 8px; + } +} +.listViewRecordActions .quickView, .listViewRecordActions .markStar, +.listViewRecordActions .markAsHeld,.listViewRecordActions .holdFollowupOn { + margin-top: 4px; +} +.app-menu .module-icon .custom-module { + font-size: 14px; + border-radius: 4px; + color: #000; + background-color: @white; + padding: 4px 10px 4px 5px !important +} +.menu-item .custom-module { + font-family: 'OpenSans-Regular', sans-serif; + font-size: 12px; + border-radius: 4px; + padding: 2px; + color: #000; + background-color: @white; +} +.modules-menu .custom-module { + color: @white; + margin-left: 0px; + display: inline; + border: 1px solid @white; + border-radius: 4px; + padding: 3px 4px 3px 2px !important; + font-weight: bold; +} +#quickCreateModules .custom-module, +.workflowListContainer .custom-module, +.dashBoardTabContents .custom-module { + border-radius: 4px; + padding: 3px 5px; + color: @white; + background-color: #777; +} +.menuEditorItem .custom-module { + border-radius: 4px; + padding: 3px 5px; + color: @black; + background-color: @white; +} +.task-details .custom-module { + border-radius: 4px; + padding: 1px 4px; + color: @white; + background-color: #777; +} +.related-tabs .custom-module, +#relatedmenuList .custom-module { + border-radius: 4px; + color: @white; + background-color: #777; + padding: 5px 7px; + font-weight: bold; +} +.record-header .custom-module { + font-size: 30px; +} +.moduleIcon .custom-module { + font-weight: bold; +} \ No newline at end of file -- GitLab