Nicer CSS for signup admin page
authorAndreas 'ads' Scherbaum <ads@pgug.de>
Thu, 29 Mar 2018 10:03:44 +0000 (12:03 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 29 Mar 2018 10:04:04 +0000 (12:04 +0200)
template/confwiki/signup_admin_edit_form.html

index 820e7ebc96facfb2e78f75b7fc12ade92b13f0d8..fb1f859cd8eaac1684ead86ad88f39992ce591d5 100644 (file)
@@ -10,9 +10,30 @@ tr.error {
 table.signupform tr {
    vertical-align: top;
 }
+table.signupform th, td {
+   padding: 5px;
+}
 table.signupform input[type=text],textarea,select {
    width: 500px;
 }
+table.signupresults {
+   border-spacing: 1px;
+}
+table.signupresults th, td {
+   padding: 5px;
+}
+table.signupdetails {
+   border-spacing: 1px;
+}
+table.signupdetails th, td {
+   padding: 5px;
+}
+table.signupresponse {
+   border-spacing: 1px;
+}
+table.signupresponse th, td {
+   padding: 5px;
+}
 </style>
 
 <script type="text/javascript">
@@ -44,7 +65,7 @@ $(function() {
 <a name="results"></a>
 <h2>Current results</h2>
 <h3>Summary</h3>
-<table border="0" cellspacing="1">
+<table border="0" class="signupresults">
  <tr>
   <th>Choice</th>
   <th>Count</th>
@@ -63,7 +84,7 @@ $(function() {
 {%endif%}
 
 <h3>Details</h3>
-<table border="0" cellspacing="1">
+<table border="0" class="signupdetails">
  <tr>
   <th>Name</th>
   <th>Choice</th>
@@ -80,7 +101,7 @@ $(function() {
 
 {%if results.awaiting%}
 <h3>Awaiting response</h3>
-<table border="0" cellspacing="1">
+<table border="0" class="signupresponse">
  <tr>
   <th>Name</th>
  </tr>