view mluk2.css @ 189:bc0d7a5d7b8e

Make class code selection list to autosubmit via javascript if scripts are enabled, while also hiding the separate "change"-button if so. This makes the controls a bit more less crowded.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 13 Jan 2016 08:18:22 +0200
parents f64a46fa7961
children
line wrap: on
line source

@import url("luk2.css");
body {
	font-size: 8pt;
}

h1, h2, h3 {
	font-size: 12pt;
	border-radius: 5pt;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	display: inline-block;
}

#infobox {
	font-size: 6pt;
}

#ctitle {
	font-size: 8pt;
}

#contents {
	position: relative;
	right: auto;
	left: auto;
	display: inline-block;
}

#timeTable * table {
	width: auto;
	height: 100%;
}