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/desktop.css

11 lines
455 B

/* NOTE: This file contains work-arounds for the desktop app. */
fieldset[name='scenario'] { max-height: 251px ; }
/* these work around vertical alignment of text in input controls */
#panel-scenario label { margin-bottom: -1px ; }
#panel-scenario label[for="TURN_TRACK_NTURNS"], #panel-scenario label[for="PLAYER_1"], #panel-scenario label[for="PLAYER_2"] {
line-height: 20px ;
}
#panel-scenario input[name="SCENARIO_DATE"] { padding-top: 2px ; }