From b857587a8f070b93749d8c25286cf28bad436f80 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Sun, 26 Apr 2015 14:50:52 +0200 Subject: Add styling to task 4 --- Aufgabe04/category.html | 21 ++++++++++++++------- Aufgabe04/product.html | 44 +++++++++++++++++++++++++++++++------------- Aufgabe04/style.css | 38 ++++++++++++++++++++++++++++++++++++++ Aufgabe04/underline.css | 4 ---- Aufgabe04/user.html | 27 +++++++++++++++++---------- 5 files changed, 100 insertions(+), 34 deletions(-) create mode 100644 Aufgabe04/style.css delete mode 100644 Aufgabe04/underline.css (limited to 'Aufgabe04') diff --git a/Aufgabe04/category.html b/Aufgabe04/category.html index 462a678..09b56ed 100644 --- a/Aufgabe04/category.html +++ b/Aufgabe04/category.html @@ -3,18 +3,25 @@ Category - + Back

Category

-
- -
+
+ +
+
+ + +
+
+   +
diff --git a/Aufgabe04/product.html b/Aufgabe04/product.html index 7aa7e1c..6b37cf1 100644 --- a/Aufgabe04/product.html +++ b/Aufgabe04/product.html @@ -3,24 +3,42 @@ Production - + Back

Product

-



- -
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
 
diff --git a/Aufgabe04/style.css b/Aufgabe04/style.css new file mode 100644 index 0000000..27cd8b8 --- /dev/null +++ b/Aufgabe04/style.css @@ -0,0 +1,38 @@ +@CHARSET "UTF-8"; + +u { + text-decoration: underline; +} + +form { + width: 450px; + background-color: #ccc; + border: 1px dotted #333; + padding: 5px; + margin: 0px auto; +} + +form h1 { + text-align: center; +} + +div.row { + clear: both; + padding-top: 5px; +} + +div.row label { + float: left; + width: 200px; + text-align: right; +} + +div.row .formw { + float: right; + width: 235px; + text-align: left; +} + +div.spacer { + clear: both; +} \ No newline at end of file diff --git a/Aufgabe04/underline.css b/Aufgabe04/underline.css deleted file mode 100644 index bd4bfcb..0000000 --- a/Aufgabe04/underline.css +++ /dev/null @@ -1,4 +0,0 @@ -@CHARSET "UTF-8"; -u { - text-decoration: underline; -} \ No newline at end of file diff --git a/Aufgabe04/user.html b/Aufgabe04/user.html index c647f51..4c090cb 100644 --- a/Aufgabe04/user.html +++ b/Aufgabe04/user.html @@ -3,20 +3,27 @@ User - + - Back - + Back

User

-


+
+ +
+
+ +
+
+ +
+
 
-- cgit v1.2.3-70-g09d2