diff options
| author | Ian C <ianc@noddybox.co.uk> | 2018-06-27 14:17:13 +0000 | 
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2018-06-27 14:17:13 +0000 | 
| commit | e19daf5e4efe081a721ba627df5cf5499930d497 (patch) | |
| tree | 591e02023f139e8f9b9e012aee3f2823a707937c /www/css | |
| parent | c4c55c23c564160a7150062ffb73041f21de70e9 (diff) | |
Initial attempts at adding the commands.
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; | 
