Commit 9461afeb authored by Anton V. Boyarshinov's avatar Anton V. Boyarshinov

Merge branch 'alt-desktop' into school-master

parents 0e0582f3 c30002cb
STATUS=@STATUS@
THEME=@THEME@
NAME=@NAME@
VERSION=@VERSION@
all: all:
cp -a /usr/src/design-bootloader-source ./ cp -a /usr/src/design-bootloader-source ./
cp -a bootloader/config design-bootloader-source/ cp -a bootloader/config design-bootloader-source/
cp -a bootloader/gfxboot.cfg design-bootloader-source/data-install/ cp -a bootloader/gfxboot.cfg design-bootloader-source/data-install/
cp -a bootloader/gfxboot.cfg design-bootloader-source/data-boot/ cp -a bootloader/gfxboot.cfg design-bootloader-source/data-boot/
convert images/boot.jpg -resize 800x600 -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' boot.jpg for size in 1024x768 800x600 640x480; do \
convert images/boot.jpg -resize 800x600 -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' boot-800x600.jpg convert images/boot.jpg -resize "$$size!" -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' boot-$$size.jpg ;\
cp -al boot-$$size.jpg bootsplash/images/silent-$$size.jpg ;\
convert -resize "$$size!" images/console.jpg bootsplash/images/bootsplash-$$size.jpg;\
done
cp -al boot-800x600.jpg design-bootloader-source/data-boot/back.jpg cp -al boot-800x600.jpg design-bootloader-source/data-boot/back.jpg
cp -al boot-800x600.jpg design-bootloader-source/data-install/back.jpg cp -al boot-800x600.jpg design-bootloader-source/data-install/back.jpg
cp -al boot.jpg bootsplash/images/silent-1024x768.jpg
convert -resize '800x600!' bootsplash/images/silent-1024x768.jpg bootsplash/images/silent-800x600.jpg
convert -resize '640x480!' bootsplash/images/silent-800x600.jpg bootsplash/images/silent-640x480.jpg
# background # background
convert images/background.png -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' background.png convert images/background.png -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' background.png
cp -al background.png graphics/backgrounds/default.png cp -al background.png graphics/backgrounds/default.png
...@@ -17,12 +22,8 @@ all: ...@@ -17,12 +22,8 @@ all:
convert background.png kde3-styles-splash/Background.jpg convert background.png kde3-styles-splash/Background.jpg
cp -al background.png kde3-styles-splash/Background.png cp -al background.png kde3-styles-splash/Background.png
convert -resize '400x320!' images/background.png kde3-styles-splash/Preview.png convert -resize '400x320!' images/background.png kde3-styles-splash/Preview.png
# installer background
convert images/installer.png -resize '800x600!' -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' alterator/design/bg.png
# console background
cp -al images/console.jpg bootsplash/images/bootsplash-800x600.jpg
convert -resize '640x480!' bootsplash/images/bootsplash-800x600.jpg bootsplash/images/bootsplash-640x480.jpg
# logo for web alterator
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@"' alterator/images/logo.png
#color scheme #color scheme
mv kde3-settings/apps/kdisplay/color-schemes/scheme.kcsrc "kde3-settings/apps/kdisplay/color-schemes/@BRAND_FNAME@ @NAME@.kcsrc" mv kde3-settings/apps/kdisplay/color-schemes/scheme.kcsrc "kde3-settings/apps/kdisplay/color-schemes/@BRAND_FNAME@ @NAME@.kcsrc"
include components.mk
install: browser-qt ahttpd
all:
rcc-qt4 -binary theme.qrc -o theme.rcc
body {
background-color: #cdcdcd;/*#92b2b8;/*#67999a;/*#c0dbdb;*/
color: #178093;
margin: 0px;
padding: 10px;
font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 9pt;
}
a {
color: #178093;
font-weight: bold;
}
table {
font-size: 9pt;
border-color: #178093;
border-collapse: collapse;
}
th {
padding: 0px 7px 3px 0px;
}
tr {
vertical-align: top;
}
hr {
border: none;
border-top: 1px solid #5ac;
}
h1 {
text-align: center;
margin: 0px;
}
textarea, select, input.text {
border: 1px solid #178093;
font-size: 8pt;
margin: 1px 3px 1px 0px;
padding: 1px 3px;
}
.btn {
background-color: #cdcdcd;
color: #178093;
border: 1px solid #178093;
cursor: pointer;
font-size: 9pt;
padding: 0px 3px;
}
.btn:hover {
background-color: #94c4cd;
}
.error-message {
background-color: #FFCACA;
border: 1px solid #FF6060;
padding-left:10px;
padding-right:10px;
margin-bottom:10px;
}
.info-name {
font-size: 18pt;
border-bottom: 2px solid #178093;
}
.info-description {
font-size: 12pt;
font-weight: bold;
padding-top: 10px;
}
.frame-table {
border-style:solid;
border-width:1px;
margin: 3px;
}
.frame-table td, .frame-table th {
border-style:solid;
border-width:1px;
padding: 1px 1px 3px 3px;
}
.disabled {
color: #6e6e6e;
}
.alterator-progress {
border: 1px solid #178093;
height: 20px;
width: 200px;
padding: 2px;
background-color: #FFFFFF;
}
.alterator-progress div {
background-color: #178093;
height: 20px;
}
.year {
font-weight: bold;
background-color: #baeaea;
}
.week {
border-style:solid;
border-width:1px;
background-color: white;
}
.today {
border-style:solid;
border-width:1px;
background-color: pink;
cursor: pointer;
}
.day {
border-style:solid;
border-width:1px;
background-color: #baeaea;
cursor: pointer;
}
.day:hover {
background-color: #178093;
}
.alterator-dateedit-calendar table {
width: 100%;
text-align: center;
background-color: #baeaea;
border-style: solid;
border-width: 1px;
}
.alterator-dateedit-calendar td {
padding: 3px;
}
.alterator-dateedit-button {
vertical-align:middle;
cursor:pointer;
background: url(/design/images/dateedit.png) no-repeat;
width: 15px;
height: 16px;
}
table.alterator-listbox {
border: solid 1px;
}
table.alterator-listbox th {
background-color: #cdcdcd;
font-weight: bold;
border: solid 1px;
padding: 3px;
}
table.alterator-listbox td {
background: #ffffff;
border-left: solid 1px;
border-right: solid 1px;
padding: 3px;
}
.selector-actions {
position: absolute;
right: 30px;
}
.selector-chooser {
width: 100%;
}
/* c0dbdb */
#logo-td {
border-left: none;
padding-left: 10px;
padding-right: 10px;
text-align:left;
/* background: #fff;*/
padding-top: 10px;
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
width: 275px;
-moz-border-radius-topleft: 1em;
-webkit-border-radius-topleft: 1em;
-khtml-border-radius-topleft: 1em;
border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
-webkit-border-radius-bottomleft: 1em;
-khtml-border-radius-bottomleft: 1em;
border-radius-bottomleft: 1em;
}
#logo-td img {
background: url(/design/images/logo.png) no-repeat;
width: 275px; /*325*/
height: 30px;
}
#help-td {
/*border-left: none;*/
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
width: 20px;
text-align:left;
color: #fff;
/* border-bottom: 1px solid #056560;;*/
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
/* -moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
-webkit-border-radius-topleft: 1em;
-khtml-border-radius-topleft: 1em;
border-radius-topleft: 1em; */
}
#locale-td {
/* border-left: none; */
padding-left: 10px;
padding-top: 10px;
color: #fff;
padding-right: 10px;
text-align:center;
width: 100px;
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
/* border-left: 1px solid #056560;;
border-right: 1px solid #056560;;
border-bottom: 1px solid #056560;; */
-moz-border-radius-topright: 1em;
-webkit-border-radius-topright: 1em;
-khtml-border-radius-topright: 1em;
border-radius-topright: 1em;
}
#hostinfo-td {
/* border-left: 1px solid #056560;;
border-top: 1px solid #056560;;
border-right: 1px solid #056560;; */
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
/* -moz-border-radius-topleft: 1em;
-webkit-border-radius-topleft: 1em;
-khtml-border-radius-topleft: 1em;
border-radius-topleft: 1em;
*/
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
text-align: left;
color: #fff; /*#0574B2;*/
font-weight: bold;
text-decoration: none;
font-size:large;
}
.expanded {
/* padding-left: 40px;*/
width: 100%;
}
/* main menu */
#menu-td {
padding-right: 12px;
}
#main {
padding: 10px 20px;
}
#main-td {
/* padding: 10px 20px;*/
/* background-color: #baeaea;*/
background-color: #fff;
width: 100%;
/*border: 1px solid #056560;;*/
-moz-border-radius-bottomright: 1em;
-webkit-border-radius-bottomright: 1em;
-khtml-border-radius-bottomright: 1em;
border-radius-bottomright: 1em;
-moz-border-radius-bottomleft: 1em;
-webkit-border-radius-bottomleft: 1em;
-khtml-border-radius-bottomleft: 1em;
border-radius-bottomleft: 1em;
}
.menu-item-normal a {
font-weight: normal;
padding-left: 5px;
padding-right: 5px;
text-decoration: none;
}
.menu-item-selected a {
font-weight: bold;
padding-left: 5px;
padding-right: 5px;
}
.menu-group-name {
padding-left: 5px;
padding-right: 5px;
color: #fff;
text-decoration: none;
/*background-color:#baeaea;*/
padding-top: 3px;
background: url(/design/images/gradient.png) 0% 0% repeat-x;
font-weight: bold;
-moz-border-radius-topright: 1em;
-webkit-border-radius-topright: 1em;
-khtml-border-radius-topright: 1em;
border-radius-topright: 1em;
-moz-border-radius-topleft: 1em;
-webkit-border-radius-topleft: 1em;
-khtml-border-radius-topleft: 1em;
border-radius-topleft: 1em;
}
.menu-group {
padding-bottom: 5px;
/*width:250px;*/
/* padding-right: 5px;*/
padding-top: 5px;
border-collapse: collapse;
background: url(/design/images/gradient-menu.png) 0% 0% repeat-x;
/* border-bottom: 1px solid #056560;;
border-left: 1px solid #056560;;
border-right: 1px solid #056560;; */
-moz-border-radius-bottomright: 1em; /* mozilla 1.5 */
-webkit-border-radius-bottomright: 1em; /* safari 3 */
-khtml-border-radius-bottomright: 1em; /* Konqueror */
border-radius-bottomright: 1em; /* CSS3 */
-moz-border-radius-bottomleft: 1em; /* mozilla 1.5 */
-webkit-border-radius-bottomleft: 1em; /* safari 3 */
-khtml-border-radius-bottomleft: 1em; /* Konqueror */
border-radius-bottomleft: 1em; /* CSS3 */
}
#help-popup {
padding-left: 10px;
width: 95%;
background-color: #EEF2F5;
/* padding-right: 5px;
padding-top: 10px;*/
}
.hresizeable {
width: 100%;
height: 7px;
background:#cdcdcd url(/design/images/hgrabber.gif) no-repeat scroll 45%;
cursor: s-resize;
}
.hresizeable:hover {
background-color: #178093;
}
...@@ -196,12 +196,9 @@ make ...@@ -196,12 +196,9 @@ make
DEFAULT_LANG='--lang-to-subst--' PATH=$PATH:/usr/sbin %make DEFAULT_LANG='--lang-to-subst--' PATH=$PATH:/usr/sbin %make
popd popd
#altarator
pushd alterator
%make_build
popd
%install %install
%makeinstall
#bootloader #bootloader
pushd design-bootloader-source pushd design-bootloader-source
install -d -m 755 %buildroot/boot/splash/%theme install -d -m 755 %buildroot/boot/splash/%theme
...@@ -225,23 +222,6 @@ for i in 1; do \ ...@@ -225,23 +222,6 @@ for i in 1; do \
done done
popd popd
#alterator
pushd alterator
mkdir -p %buildroot/usr/share/alterator-browser-qt/design
install theme.rcc %buildroot/usr/share/alterator-browser-qt/design/%theme.rcc
mkdir -p %buildroot/usr/share/alterator/design/
cp -a images %buildroot/usr/share/alterator/design/
cp -a styles %buildroot/usr/share/alterator/design/
popd
mkdir -p %buildroot/%_altdir
cat >%buildroot/%_altdir/%name-browser-qt <<__EOF__
/etc/alterator/design-browser-qt /usr/share/alterator-browser-qt/design/%theme.rcc 50
__EOF__
#graphics #graphics
mkdir -p %buildroot/%_datadir/design/{%theme,backgrounds} mkdir -p %buildroot/%_datadir/design/{%theme,backgrounds}
cp -ar graphics/* %buildroot/%_datadir/design/%theme cp -ar graphics/* %buildroot/%_datadir/design/%theme
...@@ -294,10 +274,10 @@ popd ...@@ -294,10 +274,10 @@ popd
#kde3-splash #kde3-splash
pushd kde3-styles-splash pushd kde3-styles-splash
mkdir -p %buildroot/%_datadir/apps/ksplash/Themes/ALTLinux%Theme mkdir -p "%buildroot/%_datadir/apps/ksplash/Themes/ALTLinux%Theme"
install -m 644 *.jpg %buildroot/%_datadir/apps/ksplash/Themes/ALTLinux%Theme/ install -m 644 *.jpg "%buildroot/%_datadir/apps/ksplash/Themes/ALTLinux%Theme/"
install -m 644 *.png %buildroot/%_datadir/apps/ksplash/Themes/ALTLinux%Theme/ install -m 644 *.png "%buildroot/%_datadir/apps/ksplash/Themes/ALTLinux%Theme/"
install -m 644 *.rc %buildroot/%_datadir/apps/ksplash/Themes/ALTLinux%Theme/ install -m 644 *.rc "%buildroot/%_datadir/apps/ksplash/Themes/ALTLinux%Theme/"
popd popd
#gnome-settings #gnome-settings
...@@ -362,8 +342,8 @@ echo $lang > lang ...@@ -362,8 +342,8 @@ echo $lang > lang
%files alterator %files alterator
%config %_altdir/%name-browser-qt %config %_altdir/*.rcc
/usr/share/alterator-browser-qt/design/%theme.rcc /usr/share/alterator-browser-qt/design/*.rcc
/usr/share/alterator/design/* /usr/share/alterator/design/*
%files graphics %files graphics
......
# browser-qt
components/browser-qt/design/bg.png: images/installer.png
convert $< -resize '800x600!' -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "$(STATUS)"' $@
browser-qt:components/browser-qt/design/bg.png
install -d $(datadir)/alterator-browser-qt/design
cd components/browser-qt; rcc-qt4 -binary theme.qrc -o $(datadir)/alterator-browser-qt/design/$(THEME).rcc; cd -
install -d $(sysconfdir)/alternatives/packages.d
printf '/etc/alterator/design-browser-qt\t/usr/share/alterator-browser-qt/design/$(THEME).rcc\t50\n'>$(sysconfdir)/alternatives/packages.d/$(THEME).rcc
# ahttpd
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
cp -a components/ahttpd/styles/*.css $(datadir)/alterator/design/styles
/* basic elements and widgets */
body { body {
background-color: #@MIDDLE_COLOR_HEX@;/*#92b2b8;/*#67999a;/*#c0dbdb;*/ background-color: #@MIDDLE_COLOR_HEX@;
color: #@MIDDLE_LABELS_HEX@; color: #@MIDDLE_LABELS_HEX@;
margin: 0px; margin: 0px;
padding: 10px; padding: 10px;
...@@ -64,18 +66,6 @@ textarea, select, input.text { ...@@ -64,18 +66,6 @@ textarea, select, input.text {
margin-bottom:10px; margin-bottom:10px;
} }
.info-name {
font-size: 18pt;
border-bottom: 2px solid #@MIDDLE_LABELS_HEX@;
}
.info-description {
font-size: 12pt;
font-weight: bold;
padding-top: 10px;
}
.frame-table { .frame-table {
border-style:solid; border-style:solid;
border-width:1px; border-width:1px;
...@@ -105,6 +95,19 @@ textarea, select, input.text { ...@@ -105,6 +95,19 @@ textarea, select, input.text {
height: 20px; height: 20px;
} }
.alterator-information-message {
font-style:italic;
font-size:small;
padding-top:3px;
padding-bottom:3px;
}
.alterator-information-message img {
vertical-align:middle;
}
/* calendar and dateedit */
.year { .year {
font-weight: bold; font-weight: bold;
background-color: #@LIGHT_COLOR_HEX@; background-color: #@LIGHT_COLOR_HEX@;
...@@ -160,6 +163,8 @@ textarea, select, input.text { ...@@ -160,6 +163,8 @@ textarea, select, input.text {
padding-top: 10px; padding-top: 10px;
} }
/* control center page */
#logo-td { #logo-td {
border-left: none; border-left: none;
padding-left: 10px; padding-left: 10px;
...@@ -192,17 +197,10 @@ textarea, select, input.text { ...@@ -192,17 +197,10 @@ textarea, select, input.text {
width: 20px; width: 20px;
text-align:left; text-align:left;
color: #@LIGHT_LABELS_HEX@; color: #@LIGHT_LABELS_HEX@;
/* border-bottom: 1px solid #056560;;*/
background: url(/design/images/gradient-top.png) 0% 0% repeat-x; background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
/* -moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
-webkit-border-radius-topleft: 1em;
-khtml-border-radius-topleft: 1em;
border-radius-topleft: 1em; */
} }
#locale-td { #locale-td {
/* border-left: none; */
padding-left: 10px; padding-left: 10px;
padding-top: 10px; padding-top: 10px;
color: #@LIGHT_LABELS_HEX@; color: #@LIGHT_LABELS_HEX@;
...@@ -210,9 +208,6 @@ textarea, select, input.text { ...@@ -210,9 +208,6 @@ textarea, select, input.text {
text-align:center; text-align:center;
width: 100px; width: 100px;
background: url(/design/images/gradient-top.png) 0% 0% repeat-x; background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
/* border-left: 1px solid #056560;;
border-right: 1px solid #@DARK_COLOR_HEX@;;
border-bottom: 1px solid #@DARK_COLOR_HEX@;; */
-moz-border-radius-topright: 1em; -moz-border-radius-topright: 1em;
-webkit-border-radius-topright: 1em; -webkit-border-radius-topright: 1em;
-khtml-border-radius-topright: 1em; -khtml-border-radius-topright: 1em;
...@@ -220,16 +215,8 @@ textarea, select, input.text { ...@@ -220,16 +215,8 @@ textarea, select, input.text {
} }
#hostinfo-td { #hostinfo-td {
/* border-left: 1px solid #056560;;
border-top: 1px solid #@DARK_COLOR_HEX@;;
border-right: 1px solid #@DARK_COLOR_HEX@;; */
background: url(/design/images/gradient-top.png) 0% 0% repeat-x; background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
/* -moz-border-radius-topleft: 1em;
-webkit-border-radius-topleft: 1em;
-khtml-border-radius-topleft: 1em;
border-radius-topleft: 1em;
*/
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
padding-top: 10px; padding-top: 10px;
...@@ -241,13 +228,6 @@ textarea, select, input.text { ...@@ -241,13 +228,6 @@ textarea, select, input.text {
font-size:large; font-size:large;
} }
.expanded {
/* padding-left: 40px;*/
width: 100%;
}
/* main menu */ /* main menu */
#menu-td { #menu-td {
...@@ -258,10 +238,7 @@ textarea, select, input.text { ...@@ -258,10 +238,7 @@ textarea, select, input.text {
padding: 10px 20px; padding: 10px 20px;
} }
#main-td { #main-td {
/* padding: 10px 20px;*/
/* background-color: #baeaea;*/
background-color: #ffffff; background-color: #ffffff;
width: 100%; width: 100%;
/*border: 1px solid #056560;;*/ /*border: 1px solid #056560;;*/
...@@ -310,13 +287,9 @@ textarea, select, input.text { ...@@ -310,13 +287,9 @@ textarea, select, input.text {
.menu-group { .menu-group {
padding-bottom: 5px; padding-bottom: 5px;
/*width:250px;*/ /*width:250px;*/
/* padding-right: 5px;*/
padding-top: 5px; padding-top: 5px;
border-collapse: collapse; border-collapse: collapse;
background: url(/design/images/gradient-menu.png) 0% 0% repeat-x; background: url(/design/images/gradient-menu.png) 0% 0% repeat-x;
/* border-bottom: 1px solid #056560;;
border-left: 1px solid #@DARK_COLOR_HEX@;;
border-right: 1px solid #@DARK_COLOR_HEX@;; */
-moz-border-radius-bottomright: 1em; /* mozilla 1.5 */ -moz-border-radius-bottomright: 1em; /* mozilla 1.5 */
-webkit-border-radius-bottomright: 1em; /* safari 3 */ -webkit-border-radius-bottomright: 1em; /* safari 3 */
-khtml-border-radius-bottomright: 1em; /* Konqueror */ -khtml-border-radius-bottomright: 1em; /* Konqueror */
...@@ -327,12 +300,12 @@ textarea, select, input.text { ...@@ -327,12 +300,12 @@ textarea, select, input.text {
border-radius-bottomleft: 1em; /* CSS3 */ border-radius-bottomleft: 1em; /* CSS3 */
} }
/* help popup */
#help-popup { #help-popup {
padding-left: 10px; padding-left: 10px;
width: 95%; width: 95%;
background-color: #@LIGHT_COLOR_HEX@; background-color: #@LIGHT_COLOR_HEX@;
/* padding-right: 5px;
padding-top: 10px;*/
} }
.hresizeable { .hresizeable {
...@@ -394,4 +367,10 @@ table.alterator-listbox thead tr .headerSortDown { ...@@ -394,4 +367,10 @@ table.alterator-listbox thead tr .headerSortDown {
table.alterator-listbox thead tr .headerSortDown, table.alterator-listbox thead tr .headerSortUp { table.alterator-listbox thead tr .headerSortDown, table.alterator-listbox thead tr .headerSortUp {
background-color: #@LIGHT_COLOR_HEX@; background-color: #@LIGHT_COLOR_HEX@;
} }
\ No newline at end of file
/* deprecated */
.expanded {
width: 100%;
}
...@@ -38,8 +38,8 @@ AC_CONFIG_FILES([ ...@@ -38,8 +38,8 @@ AC_CONFIG_FILES([
bootloader/config bootloader/config
bootsplash/config/bootsplash-640x480.cfg bootsplash/config/bootsplash-640x480.cfg
bootsplash/config/bootsplash-800x600.cfg bootsplash/config/bootsplash-800x600.cfg
alterator/design/design.ini components/browser-qt/design/design.ini
alterator/design/design.qss components/browser-qt/design/design.qss
bootloader/gfxboot.cfg bootloader/gfxboot.cfg
kde3-settings/apps/kdisplay/color-schemes/scheme.kcsrc kde3-settings/apps/kdisplay/color-schemes/scheme.kcsrc
indexhtml.desktop indexhtml.desktop
...@@ -50,7 +50,7 @@ AC_CONFIG_FILES([ ...@@ -50,7 +50,7 @@ AC_CONFIG_FILES([
gnome-settings/gtkrc gnome-settings/gtkrc
gnome-settings/index.theme gnome-settings/index.theme
gnome-settings/metacity-theme-1.xml gnome-settings/metacity-theme-1.xml
alterator/styles/alterator.css components/ahttpd/styles/alterator.css
kde3-styles-splash/Theme.rc kde3-styles-splash/Theme.rc
]) ])
AC_OUTPUT AC_OUTPUT
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment