Subversion Repositories ALCASAR

Rev

Rev 2813 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2813 Rev 2815
Line 123... Line 123...
123
.panel .panel-cell {
123
.panel .panel-cell {
124
	display: table-cell;
124
	display: table-cell;
125
	border: 1px solid black;
125
	border: 1px solid black;
126
	overflow: auto;
126
	overflow: auto;
127
}
127
}
-
 
128
.panel .panel-iframe
-
 
129
{
-
 
130
    height: 150vh;
-
 
131
    width: 100%;
-
 
132
    margin:  0px 0px 0px 0px  ;
-
 
133
    padding:  0px 0px 0px 0px  ;
-
 
134
    display: flex;
-
 
135
    border-left-style: solid;
-
 
136
    border-left-width: 1px;
-
 
137
    border-right-style: solid;
-
 
138
    border-top-style: solid;
-
 
139
    border-top-width: 1px;
-
 
140
    border-bottom-style: solid;
-
 
141
    border-bottom-width: 1px;
-
 
142
    border-right-width: 1px;
-
 
143
}