diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/main.css | 51 | 
1 files changed, 50 insertions, 1 deletions
| diff --git a/www/css/main.css b/www/css/main.css index ab6eb04..d400b22 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -6,7 +6,7 @@ body  .smalltext  { -	font-size: small; +	font-size: x-small;  }  td input @@ -26,6 +26,55 @@ tr.style2  	background-color: #ccccff;  } +td.headertext +{ +	width: 150px; +} + +td.headerinput +{ +	width: 200px; +} + +td.headerbutton +{ +	width: 100px; +} + +td.description +{ +	width: 40%; +	min-width: 100px; +	max-width: 500px; +} + +td.username +{ +	width: 20%; +	min-width: 50px; +	max-width: 200px; +} + +td.password +{ +	width: 20%; +	min-width: 50px; +	max-width: 200px; +} + +td.commands +{ +	width: 20%; +	min-width: 50px; +	max-width: 100px; +} + +table.datatable +{ +	width: 100%; +	max-width: 1000px; +} +  a:link  {  	color: black; | 
