Create attractive VASL scenarios, with loads of useful information embedded to assist with game play. https://vasl-templates.org
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.
 
 
 
 
 
 
vasl-templates/vasl_templates/webapp/static/css/tabs-ob.css

14 lines
664 B

#panel-obsetup1, #panel-obsetup2 {
height: 100% ;
display: grid ; display: -ms-grid ;
grid-template-rows: 1fr 2em ; -ms-grid-rows: 1fr 2em ;
grid-template-columns: 1fr ; -ms-grid-columns: 1fr ;
}
/* FUDGE! IE hackamathon follows (nb: <label> doesn't work, we use <div> for labels instead :-/) */
#panel-obsetup1 .footer, #panel-obsetup2 .footer { -ms-grid-row: 2 ; -ms-grid-column: 1 ; }
#panel-obsetup1 textarea { width: 100% ; height: 100% ; resize: none ; }
#panel-obsetup1 input[type="button"] { float: right ; }
#panel-obsetup2 textarea { width: 100% ; height: 100% ; resize: none ; }
#panel-obsetup2 input[type="button"] { float: right ; }