mysociety / sobanukirwa-theme

The Alavateli theme for Sobanukirwa (Rwanda)
https://sobanukirwa.rw
MIT License
1 stars 3 forks source link

French 'Make a request' text is running over out of green box on authority pages #69

Closed StephenAbbott closed 9 years ago

StephenAbbott commented 9 years ago

I spotted the following issue using Safari mobile browser on an iPhone 5:

img_4499

The Make a request button on sobanukirwa.rw/fr homepage is fine.

Green text box on mobile version of user profile pages also seems to be extending off the right-hand side of the screen: img_4502

garethrees commented 9 years ago

Note to self

Fix

input[type=submit], a.link_button_green, a.link_button_green_large {
text-decoration: none;
color: #fff;
background-color: #62973b;
display: inline-block;
cursor: pointer;
border-style: solid;
border-color: #4a722d;
border-width: 0 0 4px 0;
border-radius: 0;
padding: 3px 7px;
line-height: normal;
font-size: 1.1rem;
/* height: 2.3125rem; Remove fixed height on mobile. Keep on desktop otherwise the button is too thin*/
vertical-align: top;
}
garethrees commented 9 years ago

Fixed in ce52ffe