Commit c178232a7142d748df3df5c08add50afaec6e3dd

Authored by Виталий
1 parent e27b3a51

Веталь

Showing 1 changed file with 24 additions and 8 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -332,7 +332,7 @@ ul.product_colors li img{
332 332 #modal_close{cursor:pointer;margin-top:-80px;margin-right:-50px;}
333 333  
334 334  
335   -.rightbar .control-label{float:left;width:80px;padding-top:5px;}
  335 +.rightbar .control-label, .textareagroup .control-label {float:left;width:80px;padding-top:5px;}
336 336 .form-control{outline:0;border:1px solid #d8d6d6;border-radius:5px;padding:5px 0px 5px 0px;font-size:14px;text-indent:10px;margin-bottom:3px;width:250px;}
337 337 .form-control:focus {
338 338 border:#1b9bb6 1px solid;
... ... @@ -1275,7 +1275,7 @@ ul.product-special li.promo:after {
1275 1275 padding: 0 13px;
1276 1276 height: 28px;
1277 1277 }
1278   -.field-orders-delivery .control-label, .field-orders-payment .control-label, .field-orders-body .control-label, .control-label {
  1278 +.field-orders-delivery .control-label, .field-orders-payment .control-label, .field-orders-body .control-label, .textareagroup .control-label {
1279 1279 width: 100%;
1280 1280 float: left;
1281 1281 }
... ... @@ -1325,24 +1325,39 @@ ul.product-special li.promo:after {
1325 1325 .custom-input-2 {
1326 1326 width: 100%;
1327 1327 height: 30px;
1328   - border: 1px solid #d2d2d2;
1329 1328 box-sizing: border-box;
1330 1329 outline: none;
1331   - color: #636363;
1332   - font-size: 13px;
1333 1330 line-height: 30px;
1334 1331 padding-left: 8px;
1335 1332 margin-top: 5px;
1336 1333 background: #fff;
1337 1334 border-radius: 4px;
1338 1335 }
  1336 +.custom-input-2, .custom-area-2, .textareagroup textarea {
  1337 + border: 1px solid #d2d2d2;
  1338 + box-sizing: border-box;
  1339 + font-size: 13px;
  1340 + color: #636363;
  1341 +}
  1342 +.custom-area-2, .textareagroup textarea {
  1343 + min-height: 128px;
  1344 + max-height: 128px;
  1345 + resize: none;
  1346 + width: 100%;
  1347 + max-width: 100%;
  1348 + outline: none;
  1349 + padding-left: 8px;
  1350 + padding-top: 8px;
  1351 + margin-top: 8px;
  1352 +}
1339 1353 .basket_input_2 .custom-input-2 {
1340 1354 width: 270px;
1341 1355 float: right;
1342 1356 margin-top: 0;
1343 1357 }
1344   -.custom-input-2:focus, .custom-area-3:focus{box-shadow: 1px 2px 2px 0px rgba(215, 215, 215, 0.75) inset; transition: 0.1s}
1345   -.title_groups, .radio_grp label.control-label {
  1358 +.custom-input-2:focus, .custom-area-3:focus, .textareagroup textarea:focus {box-shadow: 1px 2px 2px 0px rgba(215, 215, 215, 0.75) inset; transition: 0.1s}
  1359 +.textareagroup textarea:focus{border: 1px solid #d2d2d2;}
  1360 +.title_groups, .radio_grp label.control-label, .textareagroup .control-label {
1346 1361 font-size: 12px;
1347 1362 font-weight: bold;
1348 1363 text-transform: uppercase;
... ... @@ -1384,4 +1399,5 @@ input.custom-radio + label:hover {
1384 1399 .custom-form-buttons {
1385 1400 margin-top: 7px;
1386 1401 }
1387   -.custom-form-buttons:first-child {margin-top: 0}
1388 1402 \ No newline at end of file
  1403 +.custom-form-buttons:first-child {margin-top: 0}
  1404 +.delivery-data .field-order-delivery-childs .control-label {display: none;}
1389 1405 \ No newline at end of file
... ...