From 4de4163b42370c9c4e6b0ffed56d254fd74f0801 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Wed, 9 Apr 2014 13:07:47 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B2=D1=91=D1=80=D1=81=D1=82=D0=BA=D1=83=20=D1=84?= =?UTF-8?q?=D1=83=D1=82=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ground/views/indexTemplate.php | 39 ++++++++++++++++++++-------------- public/css/style.css | 4 +++- 2 files changed, 26 insertions(+), 17 deletions(-) diff --git a/ground/views/indexTemplate.php b/ground/views/indexTemplate.php index f36f5a0..a064b4e 100644 --- a/ground/views/indexTemplate.php +++ b/ground/views/indexTemplate.php @@ -1,18 +1,25 @@
\ No newline at end of file + + + + + + + +
+
+ + + + +
+
+   + + + + + +
+ diff --git a/public/css/style.css b/public/css/style.css index d73ba03..a8c26cb 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -14,4 +14,6 @@ div.infoCard img {width: 200px; float: left; margin: 0 10px 5px 0;} div.header {display: block; position: absolute; top: 0; left: 110px; border-radius: 0 0 5px 5px; z-index: 1000; background-color: #FFF; padding: 5px 10px;} div.header h1 {display: inline; color: #333;} div.add {cursor: pointer;} -div#footer {position: absolute; width: 100%; height: 50px; bottom: 0; padding-top: 12px;} \ No newline at end of file + +div#footer {position: absolute; width: 100%; height: 50px; bottom: 0; padding: 12px 10px 0 10px;;} +div#footer table{}