Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2814 → Rev 2815

/web/css/style.css
125,3 → 125,19
border: 1px solid black;
overflow: auto;
}
.panel .panel-iframe
{
height: 150vh;
width: 100%;
margin: 0px 0px 0px 0px ;
padding: 0px 0px 0px 0px ;
display: flex;
border-left-style: solid;
border-left-width: 1px;
border-right-style: solid;
border-top-style: solid;
border-top-width: 1px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-right-width: 1px;
}