Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. *** В свой css файл в самый конец:
  2.  
  3. .costOfWork, .costOfWork >
  4. div {
  5. display: flex;
  6. flex-direction: column;
  7. align-items: center;
  8. justify-content: space-evenly;
  9. }
  10.  
  11. a.msBtnDopParams.btn.btn-link {line-height: 40px !important;margin-top: -7px !important;margin-bottom: -30px;display: block;}
  12.  
  13. input#center_CostOfWork90_mslBtnSubmit {
  14. margin-top: 22px;
  15. width: 280px;
  16. }
  17.  
  18. .msDopParams > h4:first-child {
  19. margin-bottom: -30px;
  20. }
  21.  
  22. aside#rightside {
  23. top: -455px;
  24. }
  25.  
  26. table.table-responsive.table-condensed.pull-right small {vertical-align: 22px;margin: 10px;}
  27.  
  28. .costOfWork {
  29. margin-bottom: -26px;
  30. }
  31.  
  32. *** Свой блок перемести после <aside class="str_right" id="rightside"> (https://i.imgur.com/ny3JOP1.png)
  33. *** Дописать стили к блокам: https://i.imgur.com/jHFbhUc.png, https://i.imgur.com/jhCNmbE.png, https://i.imgur.com/zTqpMbE.png, https://i.imgur.com/2EjilmC.png
  34.  
  35. ---------------------
  36. Итог: https://i.imgur.com/5Te0VGn.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement