search button for user finder
This commit is contained in:
parent
ea805bbbe6
commit
6b3489a4d3
13 changed files with 59 additions and 31 deletions
15
static/font/css/fontello.css
vendored
15
static/font/css/fontello.css
vendored
|
@ -1,11 +1,11 @@
|
|||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.eot?60305294');
|
||||
src: url('../font/fontello.eot?60305294#iefix') format('embedded-opentype'),
|
||||
url('../font/fontello.woff2?60305294') format('woff2'),
|
||||
url('../font/fontello.woff?60305294') format('woff'),
|
||||
url('../font/fontello.ttf?60305294') format('truetype'),
|
||||
url('../font/fontello.svg?60305294#fontello') format('svg');
|
||||
src: url('../font/fontello.eot?43308757');
|
||||
src: url('../font/fontello.eot?43308757#iefix') format('embedded-opentype'),
|
||||
url('../font/fontello.woff2?43308757') format('woff2'),
|
||||
url('../font/fontello.woff?43308757') format('woff'),
|
||||
url('../font/fontello.ttf?43308757') format('truetype'),
|
||||
url('../font/fontello.svg?43308757#fontello') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -15,7 +15,7 @@
|
|||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.svg?60305294#fontello') format('svg');
|
||||
src: url('../font/fontello.svg?43308757#fontello') format('svg');
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
@ -61,6 +61,7 @@
|
|||
.icon-star-empty:before { content: '\e803'; } /* '' */
|
||||
.icon-retweet:before { content: '\e804'; } /* '' */
|
||||
.icon-eye-off:before { content: '\e805'; } /* '' */
|
||||
.icon-search:before { content: '\e806'; } /* '' */
|
||||
.icon-plus-squared:before { content: '\e806'; } /* '' */
|
||||
.icon-cog:before { content: '\e807'; } /* '' */
|
||||
.icon-logout:before { content: '\e808'; } /* '' */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue