git://git.slightlycyberpunk.com
/
bdsm-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1886bef
)
Additional style adjustments to configure
author
Brian Flowers
<git-admn@bsflowers.net>
Thu, 22 Sep 2016 17:23:45 +0000
(13:23 -0400)
committer
Brian Flowers
<git-admn@bsflowers.net>
Thu, 22 Sep 2016 17:23:45 +0000
(13:23 -0400)
configure.php
patch
|
blob
|
history
diff --git
a/configure.php
b/configure.php
index
3599af7
..
3481adc
100755
(executable)
--- a/
configure.php
+++ b/
configure.php
@@
-40,6
+40,16
@@
{
width: 3em;
}
+
+ tr
+ {
+ text-align: center;
+ }
+
+ th
+ {
+ padding-top: 2em;
+ }
</STYLE>
</HEAD>
<BODY>
@@
-69,7
+79,7
@@
while($host = $result->fetchArray(SQLITE3_ASSOC))
foreach ($hosts as $host)
{
echo " <tr><th>$host</th>";
- echo "<t
d><input type='submit' value='Update host' /></td
></tr>";
+ echo "<t
h><input type='submit' value='Update host' /></th
></tr>";
$result = $db_handle->query("SELECT DISTINCT attribute FROM MEASUREMENTS WHERE host='$host'");
$attributes = Array();
while($attribute = $result->fetchArray(SQLITE3_ASSOC))