Tightened up the layout.

master
Pacman Ghost 6 years ago
parent 87204ae9ac
commit bb3ecb0852
  1. 12
      vasl_templates/webapp/static/css/main.css
  2. 2
      vasl_templates/webapp/static/css/tabs-scenario.css

@ -20,9 +20,6 @@ body { height: 100% ; }
#tabs .ui-tabs-nav li img { position: relative ; top: 2px ; height: 1em ; }
.snippet-control-menu-item { font-size: 75% ; }
.ui-selectmenu-icon.ui-icon { margin-top: -8px; }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#tabs-scenario {
@ -84,6 +81,15 @@ input[type="text"] { margin-bottom: 0.25em ; }
/* -------------------------------------------------------------------- */
/* FUDGE! Fix vertical alignment between labels and their input boxes :-/ */
div.label { border: 1px dotted transparent ; }
.snippet-control { margin-top: -1px ; }
.snippet-control input[type="button"] { padding: 2px 5px ; }
.snippet-control .ui-selectmenu-button { padding: 2px 10px ; }
.snippet-control-menu-item { font-size: 75% ; }
.ui-selectmenu-icon.ui-icon { margin-top: -8px; }
.ui-dialog-titlebar { padding: 0.2em 0.5em 0.2em 0.5em !important ; }
.ui-dialog-titlebar-close { margin-top: -10px !important ; }

@ -56,7 +56,7 @@
/* FUDGE! IE hackamathon follows (nb: <label> doesn't work, we use <div> for labels instead :-/) */
#panel-vc .footer { -ms-grid-row: 2 ; -ms-grid-column: 1 ; }
#panel-vc textarea { width: 100% ; height: 100% ; resize: none ; }
#panel-vc textarea { width: 100% ; margin-bottom: 0.5em ; resize: none ; }
#panel-vc .footer { text-align: right ; font-size: 75% ; }
/* -------------------------------------------------------------------- */

Loading…
Cancel
Save