Licitator 1.0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
509 B

5 years ago
  1. {% if getvars.modal is defined and getvars.modal==1 %}
  2. body{
  3. padding-top: 0px;
  4. }
  5. header.main-header{display:none;}
  6. aside.main-sidebar{display:none;}
  7. .content-wrapper .content .container {margin-top:0px;}
  8. div.content-wrapper{margin-left: 0px;padding-top: 100px!important;}
  9. .exercises_links{ display:none;}
  10. .exercises_links_ex14{ display:none;}
  11. div.content-wrapper { padding-top:0px;}
  12. .fixed .content-wrapper, .fixed .right-side { padding-top: 0px!important;}
  13. {% endif %}