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

19 lines
1.0 KiB

.panel-obsetup {
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-obsetup .footer { -ms-grid-row: 2 ; -ms-grid-column: 1 ; }
.panel-obsetup textarea { width: 100% ; height: 100% ; resize: none ; }
.panel-obsetup input[type="button"][data-id='mol'] { float: left ; }
.panel-obsetup input[type="button"][data-id='mol-p'] { float: left ; }
.panel-obsetup input[type="button"][data-id='pf'] { float: left ; }
.panel-obsetup input[type="button"][data-id='psk'] { float: left ; }
.panel-obsetup input[type="button"][data-id='atmm'] { float: left ; }
.panel-obsetup input[type="button"][data-id='baz'] { float: left ; }
.panel-obsetup input[type="button"][data-id='piat'] { float: left ; }
.panel-obsetup input[type="button"][data-id='ob_setup_1'] { float: right ; }
.panel-obsetup input[type="button"][data-id='ob_setup_2'] { float: right ; }