- redesign work with product-logo

This commit is contained in:
Stanislav Ievlev 2009-09-18 14:15:47 +04:00
parent 0fb2eae596
commit 011f0254af
5 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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;

View File

@ -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;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 B

BIN
images/product-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB