summaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authordeva <deva>2009-04-28 07:34:22 +0000
committerdeva <deva>2009-04-28 07:34:22 +0000
commit69bd7a81597461d6afa3e294fc33bb89d6ef4ef2 (patch)
tree1ffef9d62b42fe49947410e4e9ab03da0c3b1805 /htdocs
parentb26608edbcbf524e609ad7936e063b0dd7a3c835 (diff)
Fixed admin page height.
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/admin.css79
1 files changed, 1 insertions, 78 deletions
diff --git a/htdocs/admin.css b/htdocs/admin.css
index 1c2dac8..fe11c56 100644
--- a/htdocs/admin.css
+++ b/htdocs/admin.css
@@ -7,7 +7,7 @@
left: 10%;
right: 10%;
width: 80%;
- height: 500px;
+ min-height: 500px;
border: solid #0000ff 3px;
background: url(gfx/transparent.png) repeat;
color: #000;
@@ -82,80 +82,3 @@
width: 200px;
display: inline;
}
-
-.IGNOREadmin h2 {
- text-align: center;
-}
-
-.IGNOREadmin_menu {
- margin-top: 4px;
- border-top: solid #930104 1px;
- border-left: solid #930104 1px;
- border-right: solid #930104 1px;
- padding-right: 2px;
- float: left;
-}
-
-.IGNOREadmin_menu_entry {
- text-align: center;
- background: url(gfx/chicken.jpg) repeat;
- border: solid #930104 1px;
- color: #cc7f00;
- padding: 1px;
- margin: 3px 0px 3px 3px;
- width: 67px;
- float: left;
- text-decoration: none;
-}
-
-.IGNOREadmin_menu_entry_active {
- text-align: center;
- background: url(gfx/chicken.jpg) repeat;
- border-top: solid #930104 1px;
- border-left: solid #930104 1px;
- border-right: solid #930104 1px;
- color: #ffaf00;
- font-weight: bold;
- padding: 2px 2px 6px 2px;
- margin: 1px -1px 0px 2px;
- width: 67px;
- float: left;
- text-decoration: none;
-}
-
-.IGNOREadmin_form {
- padding: 4px;
- border: solid #930104 1px;
- min-height: 300px;
- clear:both;
-}
-
-.IGNOREadmin_form input {
- margin: 1px;
- padding: 0px;
- background: #000;
- border: solid #930104 1px;
- color: #6f6f6f;
- width: 150px;
-}
-
-.IGNOREadmin_form select {
- background: #000;
- border: solid #930104 1px;
- color: #6f6f6f;
- width: 150px;
-}
-
-.IGNOREadmin_form textarea {
- background: #000;
- border: solid #930104 1px;
- color: #6f6f6f;
- width: 500px;
- margin-bottom: 4px;
-}
-
-.IGNOREadmin_form button {
- background: url(gfx/chicken.jpg) repeat;
- border: solid #930104 1px;
- color: #ff9f00;
-}