all repos — moviedb @ f25c391052d70e10de30cebb7974827fc11c1af9

A Flask web-app to browse movie information from IMDb using imdbpy

UI changes
Prithu Goswami prithugoswami524@gmail.com
Thu, 21 May 2020 15:47:14 +0530
commit

f25c391052d70e10de30cebb7974827fc11c1af9

parent

aa2a17256f06eeb068a77da1f15c1f7527aa2f59

1 files changed, 6 insertions(+), 2 deletions(-)

jump to
M moviedb/static/css/custom.cssmoviedb/static/css/custom.css

@@ -172,9 +172,13 @@ border-radius: 2.8rem;

border: none; box-sizing: border-box; font-family: Roboto; - font-style: style; font-size: 20px; padding-left: 2rem; +} + +.srch-input:focus{ + outline: none; + border: none; } .material-icons.md-36.grey {

@@ -197,7 +201,7 @@ background-color: white;

padding: 2.5rem; border-radius: 1.6rem; box-shadow: 0 10px 20px 3px rgba(0,0,0,0.15); - margin-top: 2.5rem; + margin: 2.5rem 0 5rem 0; width: 80%; display: flex; justify-content: center;