diff options
Diffstat (limited to 'htdocs')
| -rw-r--r-- | htdocs/admin.css | 43 | 
1 files changed, 40 insertions, 3 deletions
| diff --git a/htdocs/admin.css b/htdocs/admin.css index 86d0d49..1c2dac8 100644 --- a/htdocs/admin.css +++ b/htdocs/admin.css @@ -13,6 +13,10 @@      color: #000;  } +.admin .logout { +    text-align: right; +} +  .admin .menu {      background-image: none;      border-bottom: solid blue 1px; @@ -22,8 +26,18 @@      padding-left: 0px;  } +.admin .menu .entry { +    border: solid green 1px; +		margin: 2px; +} +  .admin .submenu { -    border-bottom: solid blue 1px; +    border-bottom: solid green 1px; +} + +.admin .submenu .entry{ +    border: solid red 1px; +		margin: 2px;  }  .admin .header { @@ -35,8 +49,12 @@      border-bottom: solid #0000ff 3px;  } -.admin .logout { -    text-align: right; +.admin .form .header { +    background-image: none; +    text-align: center; +    font-size: 14px; +    font-weight: bold; +    border: 0px;  }  .admin .preview { @@ -46,6 +64,25 @@  		margin: 20px 60px 20px 60px;  } +/* + * Forms + */ +.admin .textedit { +		width: 400px; +		height: 200px; +} + +.admin .form .label { +		width: 200px; +		display: inline; +		valign: top; +} + +.admin .form .widget { +		width: 200px; +		display: inline; +} +  .IGNOREadmin h2 {      text-align: center;  } | 
