Re: [Freeipa-devel] [PATCH] 241 Fixed broken links in ipa_error.css and ipa_migration.css.

2011-08-11 Thread Petr Vobornik

On 08/10/2011 04:21 AM, Endi Sukma Dewata wrote:

Some of the images that were previously deleted are actually needed
by ipa_error.css and ipa_migration.css, so they have been restored.

Ticket #1564



___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

ACK

I don't like that there is no pattern in image file naming. Sometimes it 
uses dashes, sometimes underscores. Some file names are capitalized. But 
this isn't the subject of this patch (ticket).


--
Petr Vobornik

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH] 241 Fixed broken links in ipa_error.css and ipa_migration.css.

2011-08-11 Thread Endi Sukma Dewata

On 8/11/2011 3:53 AM, Petr Vobornik wrote:

ACK

I don't like that there is no pattern in image file naming. Sometimes it
uses dashes, sometimes underscores. Some file names are capitalized. But
this isn't the subject of this patch (ticket).


Yes, it's an existing issue. I opened a new ticket for that:
https://fedorahosted.org/freeipa/ticket/1613

Pushed to master.

--
Endi S. Dewata

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


[Freeipa-devel] [PATCH] 241 Fixed broken links in ipa_error.css and ipa_migration.css.

2011-08-09 Thread Endi Sukma Dewata

Some of the images that were previously deleted are actually needed
by ipa_error.css and ipa_migration.css, so they have been restored.

Ticket #1564

--
Endi S. Dewata
From 92b5307e6134c0611a466f636724df27c607576a Mon Sep 17 00:00:00 2001
From: Endi S. Dewata edew...@redhat.com
Date: Tue, 9 Aug 2011 16:08:29 -0500
Subject: [PATCH] Fixed broken links in ipa_error.css and ipa_migration.css.

Some of the images that were previously deleted are actually needed
by ipa_error.css and ipa_migration.css, so they have been restored.

Ticket #1564
---
 install/migration/ipa_migration.css |   16 
 install/ui/Makefile.am  |5 +
 install/ui/Static-Background.png|  Bin 0 - 183 bytes
 install/ui/Subnav-background.png|  Bin 0 - 1236 bytes
 install/ui/centered-bg.png  |  Bin 0 - 8199 bytes
 install/ui/modal-background.png |  Bin 0 - 642 bytes
 install/ui/panel-background.png |  Bin 0 - 266 bytes
 7 files changed, 13 insertions(+), 8 deletions(-)
 create mode 100644 install/ui/Static-Background.png
 create mode 100644 install/ui/Subnav-background.png
 create mode 100644 install/ui/centered-bg.png
 create mode 100644 install/ui/modal-background.png
 create mode 100644 install/ui/panel-background.png

diff --git a/install/migration/ipa_migration.css b/install/migration/ipa_migration.css
index 5cf950cc2baf9fe1b1f668c9b081c4c1d24c37b6..e4b6de48db4bb571120d53c9c1632df962eda793 100644
--- a/install/migration/ipa_migration.css
+++ b/install/migration/ipa_migration.css
@@ -33,7 +33,7 @@
 }
 
 body{
-background-image:url(outer-bg.png);
+background-image:url(../ui/outer-bg.png);
 background-repeat:repeat-x; 
 background-position:left top;
 background-color:#F9F9F9;
@@ -252,7 +252,7 @@ span.attrhint {
 padding-top: 2em;
 margin: 0;
 border: none;
-background-image: url(Mainnav-background.png);
+background-image: url(../ui/Mainnav-background.png);
 -moz-border-radius: 0;
 }
 
@@ -275,7 +275,7 @@ span.attrhint {
 }
 
 .ui-widget-content .ui-icon {
-background-image: url(ui-icons_22_256x240.png);
+background-image: url(../ui/ui-icons_22_256x240.png);
 background-color: #e2e2e2;
 }
 
@@ -290,7 +290,7 @@ span.attrhint {
 }
 
 .ui-widget-header {
-background: url(modal-background.png) repeat scroll 50% 50% #1f9123;
+background: url(../ui/modal-background.png) repeat scroll 50% 50% #1f9123;
 border: 1px solid #244c16;
 color: #EE;
 font-weight: bold;
@@ -317,7 +317,7 @@ span.attrhint {
 
 .tabs1 .ui-tabs-nav li {
 -moz-border-radius: 0 !important;
-background-image: url(Mainnav-offtab.png);
+background-image: url(../ui/Mainnav-offtab.png);
 margin: 0;
 border-width: 0;
 text-align: center;
@@ -326,7 +326,7 @@ span.attrhint {
 
 .tabs1 .ui-tabs-nav li.ui-tabs-selected {
 padding: 0 0;
-background-image: url(Mainnav-ontab.png);
+background-image: url(../ui/Mainnav-ontab.png);
 text-align: center;
 margin: 0;
 }
@@ -363,7 +363,7 @@ span.attrhint {
 padding:  0.3em 6em 0  4em;
 margin: 0;
 height:  2.4em;
-background-image: url(Subnav-background.png);
+background-image: url(../ui/Subnav-background.png);
 }
 
 .tabs2 .ui-tabs-nav li {
@@ -444,7 +444,7 @@ span.main-separator{
 padding-left: 0;
 position: fixed;
 width: 18em;
-background-image:url(panel-background.png);
+background-image:url(../ui/panel-background.png);
 background-repeat:no-repeat;
 background-position:right;
 }
diff --git a/install/ui/Makefile.am b/install/ui/Makefile.am
index fa1fe855bf5b869ad45cf1da481c68cbc48b5b69..8d2d817b23e205193fed5ab60322f4fba42ba7e9 100644
--- a/install/ui/Makefile.am
+++ b/install/ui/Makefile.am
@@ -19,6 +19,7 @@ app_DATA =\
 	background-right.png		\
 	caution.png			\
 	certificate.js 			\
+	centered-bg.png			\
 	check.png			\
 	combobox_open.png		\
 	consume.png			\
@@ -50,6 +51,7 @@ app_DATA =\
 	Mainnav-background.png		\
 	Mainnav-offtab.png  		\
 	Mainnav-ontab.png  		\
+	modal-background.png  		\
 	nav-arrow.png			\
 	navigation.js			\
 	netgroup.js 			\
@@ -76,6 +78,9 @@ app_DATA =\
 	spinner_small.gif		\
 	sudo.js\
 	top-bg.png			\
+	panel-background.png		\
+	Static-Background.png		\
+	Subnav-background.png		\
 	ui-bg_flat_65_ff_40x100.png \
 	ui-bg_glass_40_11_1x400.png \
 	ui-bg_glass_55_1c1c1c_1x400.png \
diff --git a/install/ui/Static-Background.png b/install/ui/Static-Background.png
new file mode 100644
index ..b8c28931edc00e18fb787ea451beafe2e0290f80
GIT binary patch
literal 183
zcmeAS@N?(olHy`uVBq!ia0vp^j6m$m!2~2yq$RxNJ*BsMwA5SrIf^7NscrsOB3
zDtP85rl$s_CZ#to=mj?DvI=UaSW-rm6Wt8Egmk0rS89R}d{8)tl!58-nHZsuM
znLO+3V@a{kl7cyIDOjJ9`sFCDCXitj;_+UxV3rwhgl|yE*gZ2`tQ$8#I`Ot;Hur
e3T$U)kznu+5lr-W*6{{t34^DrpUXO@geCw7EIO6|

literal 0
HcmV?d1

diff --git a/install/ui/Subnav-background.png b/install/ui/Subnav-background.png
new file mode 100644