]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
wizard: use css to scale wizard image & remove previously added logowizard.png
authorMark Clarkstone <hello@markclarkstone.co.uk>
Sat, 7 May 2016 14:34:01 +0000 (15:34 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sat, 7 May 2016 17:58:19 +0000 (19:58 +0200)
src/webui/static/app/ext.css
src/webui/static/img/logowizard.png [deleted file]
src/wizard.c

index 13c5c3b62c880fdad96a548268cd9a12cf07145c..567f469333f1e0a04a903f2210d963edcd71c9c6 100644 (file)
 
 .x-wizard-icon {
     float: right;
+    margin: 0px auto;
+    border: none;
+    padding: 5px;
+    max-width: 25%
 }
 
 .x-wizard-description {
diff --git a/src/webui/static/img/logowizard.png b/src/webui/static/img/logowizard.png
deleted file mode 100644 (file)
index 4f30bdf..0000000
Binary files a/src/webui/static/img/logowizard.png and /dev/null differ
index 92413874c63d827b594b9d6fc1b6d4749e7bd457..3f24ebeba3b5b9e9796a09118766547210e4aaf0 100644 (file)
@@ -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;
 }