Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
wizard: use css to scale wizard image & remove previously added logow…
…izard.png
  • Loading branch information
Mark Clarkstone authored and perexg committed May 7, 2016
1 parent 0d5d8bf commit ce227a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/webui/static/app/ext.css
Expand Up @@ -716,6 +716,10 @@

.x-wizard-icon {
float: right;
margin: 0px auto;
border: none;
padding: 5px;
max-width: 25%
}

.x-wizard-description {
Expand Down
Binary file removed src/webui/static/img/logowizard.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/wizard.c
Expand Up @@ -42,7 +42,7 @@ static const void *empty_get(void *o)

static const void *icon_get(void *o)
{
strcpy(prop_sbuf, "static/img/logowizard.png");
strcpy(prop_sbuf, "static/img/logobig.png");
return &prop_sbuf_ptr;
}

Expand Down

0 comments on commit ce227a9

Please sign in to comment.