]> git.p6c8.net - jirafeau_mojo42.git/commitdiff
admin.php: div should be 'admin' not 'install'
authorJerome Jutteau <mojo@couak.net>
Mon, 23 Mar 2015 18:08:18 +0000 (19:08 +0100)
committerJerome Jutteau <mojo@couak.net>
Mon, 23 Mar 2015 18:08:18 +0000 (19:08 +0100)
admin.php
media/courgette/style.css.php
media/jyraphe/style.css.php

index 555e76aae0bd36ea13484b8816a2b9686e5458cd..2cad589cff73a7509ddda5d36583be5133b8b58a 100644 (file)
--- a/admin.php
+++ b/admin.php
@@ -129,7 +129,7 @@ if (!(isset ($_POST['action']) && strcmp ($_POST['action'], 'download') == 0))
         require (JIRAFEAU_ROOT . 'lib/template/header.php');
         ?><h2><?php echo t('Admin interface'); ?></h2><?php
 
-        ?><div id = "install">
+        ?><div id = "admin">
         <fieldset><legend><?php echo t('Actions');?></legend>
         <table>
         <form action = "<?php echo basename(__FILE__); ?>" method = "post">
index 9d9ddcd284967beca8f180032dbf008eb23ccb2e..f3763c9cc3afb701a599df556dc0d5b8cf1a72d2 100644 (file)
@@ -284,7 +284,7 @@ textarea[readonly="readonly"] + p + p a:focus {
 }
 
 /* ==========================================================================
-   6 = Admin
+   6 = Install
    ========================================================================== */
 
 #install fieldset,
@@ -349,3 +349,74 @@ textarea[readonly="readonly"] + p + p a:focus {
 #install + fieldset td:first-child input[type="submit"]:focus {
   text-decoration: underline;
 }
+
+/* ==========================================================================
+   7 = Admin
+   ========================================================================== */
+
+#admin fieldset,
+#admin + fieldset {
+  width: auto;
+  max-width: 50em;
+  border: 7px dashed #bcaaa4;
+}
+
+#admin table,
+#admin + fieldset table {
+  width: 100%;
+  border-collapse: collapse;
+  border-bottom: 2px solid #FFF;
+}
+
+#admin td,
+#admin + fieldset td {
+  padding: 0.5em 1em;
+  border: 2px solid #FFF;
+  border-bottom: 0;
+}
+
+#admin td:empty {
+  width: 13.1em;
+}
+
+#admin table form:nth-child(odd),
+#admin + fieldset tr:nth-child(odd) {
+  background: #bcaaa4;
+}
+
+#admin fieldset > form {
+  margin-top: 2em;
+  text-align: center;
+}
+
+#admin form {
+  display: table;
+  width: 100%;
+}
+
+#admin td:last-child { text-align: left; }
+
+#admin .info { width: 19em; }
+
+#admin input[type="submit"] {
+  min-width: 10.5em;
+}
+
+#admin + fieldset table {
+  font-size: 0.9em;
+}
+
+#admin + fieldset td:first-child input[type="submit"] {
+  background: none;
+  padding: 0;
+  color: #000;
+  font-weight: bold;
+  border-bottom: 0;
+}
+
+#admin + fieldset td:first-child input[type="submit"]:hover,
+#admin + fieldset td:first-child input[type="submit"]:focus {
+  text-decoration: underline;
+}
+
+
index dbe946e384e16539040ff6f2b33e85e2bb0f13e7..f19ccec3927271767db528fc30b549a128db8d7e 100644 (file)
@@ -176,3 +176,51 @@ h1 a {
 #install .navleft {
   float: left;
 }
+
+#admin {
+  width: 40em;
+  margin: 5ex auto;
+}
+
+#admin table {
+  width: 100%;
+}
+
+#admin label {
+  font-style: italic;
+}
+
+#admin .info {
+  text-align: justify;
+  padding-bottom: 1ex;
+}
+
+#admin .label {
+  text-align: justify;
+  vertical-align: top;
+}
+
+#admin .field {
+  text-align: right;
+  vertical-align: bottom;
+}
+
+#admin .nav {
+  padding-top: 2em;
+}
+
+#admin .next {
+  text-align: right;
+}
+
+#admin .previous {
+  text-align: left;
+}
+
+#admin .navright { 
+  float: right;
+}
+
+#admin .navleft {
+  float: left;
+}

patrick-canterino.de