sugarlabs / browse-activity

Sugar activity to browse the internet; WebKit on GTK on Sugar Toolkit
GNU General Public License v2.0
9 stars 44 forks source link

Enhance browser homepage with customisation #101

Closed nswarup14 closed 5 years ago

nswarup14 commented 5 years ago

Fixes #87

Changes 1) index.html

Updates 1) Autofocus to the Google Search bar, so that a user can start typing in without having to click first 2) Increased the size of the google search bar and button, to make it easier to find and click 3) Changed the shape of the Google search bar and button to rectangles with rounded edges, to make it similar to an actual google search bar, as shown on most browsers 4) Added equal padding to the text that's entered within the search box.

I have added @samswag as a co-author in the commit message, as I borrowed his earlier work on the issue which can be found here

Tested on Ubuntu 18.04 and Sugar v0.114

quozl commented 5 years ago

Changed styles seem anchored to pixel units, not display percentages, so the box won't scale with the display. Can you make them based on percentages? Updated https://github.com/sugarlabs/browse-activity/issues/87.

nswarup14 commented 5 years ago

@quozl @chimosky

I have made the following changes 1) Indented the tags for better readability and display 2) Changed the existing pixel values to percentages wherever necessary.

Thanks

quozl commented 5 years ago

Thanks. Tested.