mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 11:40:11 +03:00
CSS style polish for Firefox
This commit is contained in:
parent
da2879073b
commit
0051449b13
File diff suppressed because one or more lines are too long
@ -107,12 +107,12 @@ export default class WeatherTile extends Component {
|
|||||||
</a>
|
</a>
|
||||||
{secureCheck}
|
{secureCheck}
|
||||||
<p className="label-regular white pt2">
|
<p className="label-regular white pt2">
|
||||||
Please enter your <a href="https://latitudeandlongitude.org/" target="_blank">latitude and longitude</a>.</p>
|
Please enter your <a className="white" href="https://latitudeandlongitude.org/" target="_blank">latitude and longitude</a>.</p>
|
||||||
{error}
|
{error}
|
||||||
<form className="flex absolute" style={{"bottom": 0, "left": 8}}>
|
<form className="flex absolute" style={{"bottom": 0, "left": 8}}>
|
||||||
<input id="gps"
|
<input id="gps"
|
||||||
className="white pa1 bg-transparent outline-0 bn bb-ns b--white"
|
className="white pa1 bg-transparent outline-0 bn bb-ns b--white"
|
||||||
style={{width: "100%"}}
|
style={{width: "86%"}}
|
||||||
type="text"
|
type="text"
|
||||||
placeholder="29.558107, -95.089023"
|
placeholder="29.558107, -95.089023"
|
||||||
onKeyDown={this.keyPress.bind(this)}>
|
onKeyDown={this.keyPress.bind(this)}>
|
||||||
|
Loading…
Reference in New Issue
Block a user