From 27323b026a913853964efaee26a76a827e7b55f9 Mon Sep 17 00:00:00 2001 From: Findus23 Date: Sun, 29 Dec 2013 11:26:32 +0100 Subject: [PATCH] CSS --- ort_aendern.php | 1 + ort_erstellen.php | 1 + orte.php | 11 +++-------- registrieren.php | 2 ++ style.css | 6 ++++++ teilnahme.php | 2 ++ veranstaltung_aendern.php | 2 ++ veranstaltung_erstellen.php | 4 +++- veranstaltungen.php | 12 +++--------- 9 files changed, 23 insertions(+), 18 deletions(-) create mode 100644 style.css diff --git a/ort_aendern.php b/ort_aendern.php index 7df29a6..e82086f 100644 --- a/ort_aendern.php +++ b/ort_aendern.php @@ -5,6 +5,7 @@ Ort ändern + diff --git a/ort_erstellen.php b/ort_erstellen.php index 040e43f..f5cabcb 100644 --- a/ort_erstellen.php +++ b/ort_erstellen.php @@ -5,6 +5,7 @@ Ort hinzufügen + diff --git a/orte.php b/orte.php index 049ca54..6d3490c 100644 --- a/orte.php +++ b/orte.php @@ -5,12 +5,7 @@ Orte - + @@ -24,8 +19,8 @@ while ($zeile = $ergebnis->fetch_array()) { echo "" . htmlspecialchars($zeile["ort_name"]) . "" . "" . htmlspecialchars($zeile['plz']) . " " . htmlspecialchars($zeile['stadt']) . " " . " " . htmlspecialchars($zeile['strasse']) . " " . htmlspecialchars($zeile['hausnummer']) . "" - . "ändern" - . "löschen" + . "ändern" + . "löschen" ."\n" ; } echo ""; diff --git a/registrieren.php b/registrieren.php index 17edd2d..5f17595 100644 --- a/registrieren.php +++ b/registrieren.php @@ -5,6 +5,8 @@ Registrieren + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..2d806ec --- /dev/null +++ b/style.css @@ -0,0 +1,6 @@ +tr:nth-child(2n) td { + background: #EEE8AA; +} +a.tabelle:visited { + color: blue; +} diff --git a/teilnahme.php b/teilnahme.php index 2b613f2..ce33b88 100644 --- a/teilnahme.php +++ b/teilnahme.php @@ -5,6 +5,8 @@ Teilnahme + +