diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 47 | 
1 files changed, 31 insertions, 16 deletions
| @@ -273,24 +273,39 @@ input:not([type=submit]) {  }  @media print { +	nav, .container { +		display: none; +	} -    nav, -    .container, -    h1 { -        display: none; -    } +	h1 { +		font-size: 2em; +		text-decoration: underline; +	} -    table.log:before { -        content: "Abrechenbarkeit Log"; -        font-size: 2em; -        text-decoration: underline; -    } +	table.log:before { +		content: "Abrechnung"; +		font-size: 2em; +		text-decoration: underline; +	} -    table.productlist:before { -        content: "Produkt Liste"; -        font-size: 2em; -        text-decoration: underline; -    } +	div.userlist:before { +		content: "User List, is still work in progress :/"; +		clear: right; +		width: 100vw; +		font-size: 2em; +		text-decoration: underline; +		display: block; +	} + +	.userlist a, ul { +		display: block; +		width: 100%; +	} + +	.userlist > li > a { +		width: 100%; +		display: flex; +	}      tr :last-child {          display: none; @@ -309,4 +324,4 @@ input:not([type=submit]) {      form {          display: none;      } -}
\ No newline at end of file +} | 
