From 1c23b43d68bcd0c237f54367d15067f6bf2d9d49 Mon Sep 17 00:00:00 2001 From: jeena Date: Fri, 19 Jul 2013 14:43:25 +0200 Subject: [PATCH] fixed popup stuff --- application/view/AdminPage/image.phtml | 44 +++++++++++++++----------- public/style/popup.css | 5 +++ 2 files changed, 31 insertions(+), 18 deletions(-) create mode 100644 public/style/popup.css diff --git a/application/view/AdminPage/image.phtml b/application/view/AdminPage/image.phtml index 25b893e..cc7ccf9 100644 --- a/application/view/AdminPage/image.phtml +++ b/application/view/AdminPage/image.phtml @@ -1,31 +1,39 @@ - Seinheit - + <?php echo ucfirst($this->type) ?> Bilder - Seinheit + -
-

Bild Hochladen

-

- -
-

-

Bild Auswählen

+

Bild Hochladen

+
+

+ + +

+
-
\ No newline at end of file diff --git a/public/style/popup.css b/public/style/popup.css new file mode 100644 index 0000000..5ce2728 --- /dev/null +++ b/public/style/popup.css @@ -0,0 +1,5 @@ +body { font-family: sans-serif; background: white; color: black; } +h1 { color: white; background: #CB3829; padding: 0.3em; font-size: 1em; } +img { max-width: 200px; } +a { text-decoration: none; color: #2877A2; } +