From f566584c4445996c9d6dd9283892f445848d4cc0 Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Mon, 7 Aug 2017 21:24:35 +0200 Subject: [PATCH 01/44] added some padding --- prototype/css/zallery.css | 2 +- prototype/main.html | 32 ++++++++------------------------ 2 files changed, 9 insertions(+), 25 deletions(-) diff --git a/prototype/css/zallery.css b/prototype/css/zallery.css index 2cb83d8..1b67eeb 100755 --- a/prototype/css/zallery.css +++ b/prototype/css/zallery.css @@ -11,7 +11,7 @@ body{ } .photo-thumb, .photo { - padding: 0px; + padding: 2px; } .photo-thumb img, .photo img { width: 100%; diff --git a/prototype/main.html b/prototype/main.html index 854e90b..f7f00d2 100755 --- a/prototype/main.html +++ b/prototype/main.html @@ -100,30 +100,14 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
From 41b7baa38293d73c6c8024ea1d6db19beff5e183 Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Tue, 8 Aug 2017 14:05:46 +0200 Subject: [PATCH 02/44] Made actions a dropdown --- prototype/css/zallery.css | 15 +++++++++++++-- prototype/main.html | 23 +++++++++++++++++------ 2 files changed, 30 insertions(+), 8 deletions(-) diff --git a/prototype/css/zallery.css b/prototype/css/zallery.css index 1b67eeb..55d4867 100755 --- a/prototype/css/zallery.css +++ b/prototype/css/zallery.css @@ -3,13 +3,24 @@ body{ } .navbar { - margin-top: 40px; - margin-bottom: 40px; + margin-top: 20px; + margin-bottom: 0px; } .navbar .action a, .navbar .action span{ color: #5a5ada !important; } +.subnav { + width: 80%; + height: 10px; + margin: 0 auto; + padding: 0 20px; +} + +.content { + margin-top: 20px; +} + .photo-thumb, .photo { padding: 2px; } diff --git a/prototype/main.html b/prototype/main.html index f7f00d2..f210529 100755 --- a/prototype/main.html +++ b/prototype/main.html @@ -55,13 +55,24 @@