Put back euro sign
This commit is contained in:
parent
a3a7ff8c44
commit
496cb16a8b
3 changed files with 30 additions and 2 deletions
|
@ -43,3 +43,26 @@
|
|||
background-color: rgb(83, 180, 79);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
fieldset.pure-group-inline {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: .35em 0 .75em;
|
||||
border: 0;
|
||||
.pure-group-addon {
|
||||
padding: .5em .6em;
|
||||
box-shadow: inset 0 1px 3px #ddd;
|
||||
border: 1px solid #ccc;
|
||||
white-space: nowrap;
|
||||
border-collapse: separate;
|
||||
margin-left: -4px;
|
||||
&:last-child {
|
||||
border-radius: 0 4px 4px 0;
|
||||
}
|
||||
&:first-child {
|
||||
margin-left: 0;
|
||||
border-radius: 4px 0 0 4px;
|
||||
border-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,3 +1,4 @@
|
|||
// Place all the styles related to the users controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
.icon-euro:before { content:"\20AC"; }
|
||||
|
|
|
@ -11,9 +11,13 @@
|
|||
%input.upper-bound{type: 'date', placeholder: 'before'}
|
||||
.pure-g
|
||||
.bound.input-listen.pure-u-1{ 'data-input-type': 'number-range' }
|
||||
%input.lower-bound{type: 'number', placeholder: 'lower', class: 'pure-u-1-5'}
|
||||
%fieldset.pure-group-inline
|
||||
%span.icon-euro.pure-group-addon
|
||||
%input.lower-bound.pure-group-addon{type: 'number', placeholder: 'Minimum'}
|
||||
\-
|
||||
%input.upper-bound{type: 'number', placeholder: 'upper', class: 'pure-u-1-5'}
|
||||
%fieldset.pure-group-inline
|
||||
%span.icon-euro.pure-group-addon
|
||||
%input.upper-bound.pure-group-addon{type: 'number', placeholder: 'Maximum'}
|
||||
.pure-g
|
||||
.input-listen.pure-u-md-1-4{ 'data-input-type': 'text' }
|
||||
%input{type: 'text', placeholder: 'Filter on Issuer'}
|
||||
|
|
Loading…
Reference in a new issue