From aad58377f2f71dc2022caf5bcbf42978ffa04428 Mon Sep 17 00:00:00 2001 From: Palak Jadwani Date: Tue, 20 Feb 2018 19:07:59 +0530 Subject: [PATCH 1/4] Added Search button - added search buttton - fixed footer issue - changed UI a little --- code/css/PalakCss.css | 31 +++++++++++++++++++++++++++++++ code/popup.html | 36 ++++++++++++++++++++---------------- 2 files changed, 51 insertions(+), 16 deletions(-) create mode 100644 code/css/PalakCss.css diff --git a/code/css/PalakCss.css b/code/css/PalakCss.css new file mode 100644 index 0000000..2420f66 --- /dev/null +++ b/code/css/PalakCss.css @@ -0,0 +1,31 @@ +#bookmarks{ + padding-bottom:60px; +} +.input-group{ + border:1px solid #ced4da; + border-radius:5px; + border-width: 2px; + margin-top: 25px; +} +.input-group search{ + float: left; + width: 90%; + border: none; + padding: 0px; +} +.input-group button{ + height: 40px; + margin: 0px; + border-radius:px; + float:left; + width:10%; + border-left:none; + cursor:pointer; +} +#pop-tags{ + padding-left: 20%; +} +@media (min-width: 1200px) +.container { + max-width: 100% !important; +} \ No newline at end of file diff --git a/code/popup.html b/code/popup.html index a0628f3..e3fc2ac 100644 --- a/code/popup.html +++ b/code/popup.html @@ -5,7 +5,9 @@ + + OpenGenus: World's first Offline Search Engine @@ -21,39 +23,41 @@
- -
-
-
+ + + +
GitHub
+
+
- + -
-

World's first Offline Search Engine

-
- - Enjoy our daily code fact +
+

World's first Offline Search Engine

+
+ + Enjoy our daily code fact -
-
+
+
-
+
-
+
- From bdf7f3f72930538e79790b40b39fc7565c56ad8e Mon Sep 17 00:00:00 2001 From: Palak Jadwani Date: Tue, 20 Feb 2018 21:18:52 +0530 Subject: [PATCH 2/4] Added search button --- code/css/popup.css | 34 ++++++++++++++++++++++++++++++++++ code/popup.html | 8 ++++---- 2 files changed, 38 insertions(+), 4 deletions(-) diff --git a/code/css/popup.css b/code/css/popup.css index f751a15..8495685 100644 --- a/code/css/popup.css +++ b/code/css/popup.css @@ -43,3 +43,37 @@ html { height: 24px; font-size: 12px; } + + + +#bookmarks{ + padding-bottom:60px; +} +.input-group{ + border:1px solid #ced4da; + border-radius:5px; + border-width: 2px; + margin-top: 25px; +} +.input-group search{ + float: left; + width: 90%; + border: none; + padding: 0px; +} +.input-group button{ + height: 40px; + margin: 0px; + border-radius:px; + float:left; + width:10%; + border-left:none; + cursor:pointer; +} +#pop-tags{ + padding-left: 20%; +} +@media (min-width: 1200px) +.container { + max-width: 100% !important; +} \ No newline at end of file diff --git a/code/popup.html b/code/popup.html index e3fc2ac..fa512a2 100644 --- a/code/popup.html +++ b/code/popup.html @@ -18,15 +18,15 @@
- +
- -
-
+ +
+
GitHub From f08b9068f542926b3956124ecdfa81502acbfa26 Mon Sep 17 00:00:00 2001 From: Palak Jadwani Date: Tue, 20 Feb 2018 21:44:44 +0530 Subject: [PATCH 3/4] Search button added - Search button added - Footer issues fixed - UI improvised --- code/css/PalakCss.css | 31 ------------------------------- code/popup.html | 1 - 2 files changed, 32 deletions(-) delete mode 100644 code/css/PalakCss.css diff --git a/code/css/PalakCss.css b/code/css/PalakCss.css deleted file mode 100644 index 2420f66..0000000 --- a/code/css/PalakCss.css +++ /dev/null @@ -1,31 +0,0 @@ -#bookmarks{ - padding-bottom:60px; -} -.input-group{ - border:1px solid #ced4da; - border-radius:5px; - border-width: 2px; - margin-top: 25px; -} -.input-group search{ - float: left; - width: 90%; - border: none; - padding: 0px; -} -.input-group button{ - height: 40px; - margin: 0px; - border-radius:px; - float:left; - width:10%; - border-left:none; - cursor:pointer; -} -#pop-tags{ - padding-left: 20%; -} -@media (min-width: 1200px) -.container { - max-width: 100% !important; -} \ No newline at end of file diff --git a/code/popup.html b/code/popup.html index fa512a2..f9e3a2e 100644 --- a/code/popup.html +++ b/code/popup.html @@ -5,7 +5,6 @@ - OpenGenus: World's first Offline Search Engine From 63533a239c0d53d8a5ed110f8ec298584a90d2ec Mon Sep 17 00:00:00 2001 From: Palak Jadwani Date: Tue, 20 Feb 2018 22:25:42 +0530 Subject: [PATCH 4/4] Search button - Added search button - Fixed footer issue - Header Changed a little --- code/css/popup.css | 2 -- code/popup.html | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/code/css/popup.css b/code/css/popup.css index 8495685..4bd1cd7 100644 --- a/code/css/popup.css +++ b/code/css/popup.css @@ -44,8 +44,6 @@ html { font-size: 12px; } - - #bookmarks{ padding-bottom:60px; } diff --git a/code/popup.html b/code/popup.html index f9e3a2e..53bf4fd 100644 --- a/code/popup.html +++ b/code/popup.html @@ -17,13 +17,13 @@
- +
- +