scss: add style for geoloc spinner and error

This commit is contained in:
Frédéric Péters 2015-12-02 11:15:44 +01:00
parent 0e327c84e8
commit eb3886e3e9
2 changed files with 13 additions and 0 deletions

BIN
static/img/spinner.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -331,3 +331,16 @@ div.halfwidth input,
div.fullwidth input {
width: 100%;
}
label.activity {
display: block;
background: url(../img/spinner.gif) no-repeat top right;
padding-right: 30px;
}
span.geoloc-error {
padding-left: 1ex;
font-weight: normal;
font-size: smaller;
float: right;
}