diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 231ed81..d253c8c 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -4586,8 +4586,8 @@ ul.download-list-files li:hover .download-link {transition: 0.2s; opacity: 1; -m float: left; } .tender-form-buttons-wr a { - height: 45px; - line-height: 45px; + height: 29px; + line-height: 29px; float: left; font-size: 13px; color: #bfbfbf; @@ -4646,8 +4646,9 @@ ul.download-list-files li:hover .download-link {transition: 0.2s; opacity: 1; -m left: -17px; } .max-size { - float: right; color: #c2c2c2; font-size: 11px; margin-top: 20px; + float: right; color: #c2c2c2; font-size: 11px; } +.tender-file-wr .form-group {height: 21px} .settings-map-ul { width: 100%;float: left; height: 27px; text-align: center;margin-top: 13px;} .settings-map-ul ul{height: 100%; display: inline-block} .settings-map-ul ul li{float: left; list-style: none; height: 100%;margin-left: 4px} @@ -7045,8 +7046,26 @@ li.active-menu-admin:hover a .ico_num { ._fix_errors_tender .get-project-new { height: 29px !important; line-height: 29px !important; - background: #087dc8 !important; - border-bottom: 1px solid #0054a6; + background: #148ad6; + background: -moz-linear-gradient(top, #148ad6 0%, #207cca 95%, #207cca 95%, #207cca 95%, #0054a6 95%); + background: -webkit-linear-gradient(top, #148ad6 0%,#207cca 95%,#207cca 95%,#207cca 95%,#0054a6 95%); + background: linear-gradient(to bottom, #148ad6 0%,#207cca 95%,#207cca 95%,#207cca 95%,#0054a6 95%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#148ad6', endColorstr='#0054a6',GradientType=0 ); + border-bottom: 0; +} +._fix_errors_tender .get-project-new:hover { + background: #0054a6; + background: -moz-linear-gradient(top, #0054a6 5%, #207cca 5%, #207cca 5%, #207cca 5%, #148ad6 100%); + background: -webkit-linear-gradient(top, #0054a6 5%,#207cca 5%,#207cca 5%,#207cca 5%,#148ad6 100%); + background: linear-gradient(to bottom, #0054a6 5%,#207cca 5%,#207cca 5%,#207cca 5%,#148ad6 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0054a6', endColorstr='#148ad6',GradientType=0 ); +} +._fix_errors_tender .get-project-new:focus { + box-shadow: none; + border-bottom: 0; +} +._fix_errors_tender .get-project-new:active { + background: #0054a6; } ._fix_errors_tender .get-list-new { height: 29px !important; @@ -7055,6 +7074,17 @@ li.active-menu-admin:hover a .ico_num { border: 1px solid #0072bc !important; color: #0072bc !important; } +._fix_errors_tender .get-list-new:hover { + background: #148ad6 !important; + border: 1px solid #148ad6 !important; + color: #fff !important; +} +._fix_errors_tender .get-list-new:focus {box-shadow: none} +._fix_errors_tender .get-list-new:active { + background: #0054a6 !important; + border: 1px solid #0054a6 !important; + color: #fff !important; +} /*Rating glyphicon*/ @font-face { font-family: 'Glyphicons Halflings'; diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index 0f1c691..64abc1d 100755 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -731,12 +731,6 @@ $(document).ready( fileValMulti(); function fileValMulti() { - $('.tender-file-wr input[type="file"]').change( - function() - { - $('.max-size').css({marginTop : 20}) - } - ) if($('.tender-file-wr input[type="file"]').val == 0) { alert('fdg') -- libgit2 0.21.4