- redesign work with product-logo
This commit is contained in:
parent
0fb2eae596
commit
011f0254af
@ -14,7 +14,7 @@ browser-qt:components/browser-qt/design/bg.png
|
||||
ahttpd:
|
||||
install -d $(datadir)/alterator/design/styles
|
||||
cp -a components/ahttpd/images $(datadir)/alterator/design
|
||||
[ ! -f images/logo.png ] || convert images/logo.png -fill '#ffffff' -font /usr/share/fonts/ttf/dejavu/DejaVuSans-Bold.ttf -style Normal -weight Normal -pointsize 24 -gravity northwest -draw 'text 0,0 "$(VERSION) $(NAME)"' $(datadir)/alterator/design/images/logo.png
|
||||
install -Dpm644 images/product-logo.png $(datadir)/alterator/design/images/product-logo.png
|
||||
cp -a components/ahttpd/styles/*.css $(datadir)/alterator/design/styles
|
||||
|
||||
# bootloader and bootsplash
|
||||
@ -48,5 +48,5 @@ indexhtml:
|
||||
done
|
||||
install -Dpm644 /dev/null $(INDEXHTML_DIR)/index.html
|
||||
cp -a components/indexhtml/img $(INDEXHTML_DIR)
|
||||
[ ! -f images/logo.png ] || convert images/logo.png -fill '#ffffff' -font /usr/share/fonts/ttf/dejavu/DejaVuSans-Bold.ttf -style Normal -weight Normal -pointsize 24 -gravity northwest -draw 'text 0,0 "$(VERSION) $(NAME)"' $(INDEXHTML_DIR)/img/logo.png
|
||||
install -Dpm644 images/product-logo.png $(INDEXHTML_DIR)/img/product-logo.png
|
||||
install -Dpm644 components/indexhtml/indexhtml.desktop $(datadir)/applications/indexhtml.desktop
|
||||
|
@ -362,7 +362,7 @@ div.alterator-accordion h3.ui-state-active {
|
||||
}
|
||||
|
||||
#product-logo {
|
||||
background: url(/design/images/logo.png) no-repeat;
|
||||
background: url(/design/images/product-logo.png) no-repeat;
|
||||
width: 275px;
|
||||
height: 30px;
|
||||
border: 0px;
|
||||
|
@ -123,7 +123,7 @@ div#lang {
|
||||
}
|
||||
|
||||
#product-logo {
|
||||
background: url('img/logo.png') no-repeat;
|
||||
background: url('img/product-logo.png') no-repeat;
|
||||
width: 275px;
|
||||
height: 30px;
|
||||
border: 0px;
|
||||
|
BIN
images/logo.png
BIN
images/logo.png
Binary file not shown.
Before Width: | Height: | Size: 168 B |
BIN
images/product-logo.png
Normal file
BIN
images/product-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Loading…
x
Reference in New Issue
Block a user