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.
13 lines
509 B
13 lines
509 B
{% if getvars.modal is defined and getvars.modal==1 %}
|
|
body{
|
|
padding-top: 0px;
|
|
}
|
|
header.main-header{display:none;}
|
|
aside.main-sidebar{display:none;}
|
|
.content-wrapper .content .container {margin-top:0px;}
|
|
div.content-wrapper{margin-left: 0px;padding-top: 100px!important;}
|
|
.exercises_links{ display:none;}
|
|
.exercises_links_ex14{ display:none;}
|
|
div.content-wrapper { padding-top:0px;}
|
|
.fixed .content-wrapper, .fixed .right-side { padding-top: 0px!important;}
|
|
{% endif %}
|