mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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
This commit is contained in:
parent
e6d061224e
commit
9aec07e03b
@ -33,7 +33,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body{
|
body{
|
||||||
background-image:url("outer-bg.png");
|
background-image:url("../ui/outer-bg.png");
|
||||||
background-repeat:repeat-x;
|
background-repeat:repeat-x;
|
||||||
background-position:left top;
|
background-position:left top;
|
||||||
background-color:#F9F9F9;
|
background-color:#F9F9F9;
|
||||||
@ -252,7 +252,7 @@ span.attrhint {
|
|||||||
padding-top: 2em;
|
padding-top: 2em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: none;
|
border: none;
|
||||||
background-image: url("Mainnav-background.png");
|
background-image: url("../ui/Mainnav-background.png");
|
||||||
-moz-border-radius: 0;
|
-moz-border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -275,7 +275,7 @@ span.attrhint {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ui-widget-content .ui-icon {
|
.ui-widget-content .ui-icon {
|
||||||
background-image: url("ui-icons_222222_256x240.png");
|
background-image: url("../ui/ui-icons_222222_256x240.png");
|
||||||
background-color: #e2e2e2;
|
background-color: #e2e2e2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -290,7 +290,7 @@ span.attrhint {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ui-widget-header {
|
.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;
|
border: 1px solid #244c16;
|
||||||
color: #EEEEEE;
|
color: #EEEEEE;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -317,7 +317,7 @@ span.attrhint {
|
|||||||
|
|
||||||
.tabs1 .ui-tabs-nav li {
|
.tabs1 .ui-tabs-nav li {
|
||||||
-moz-border-radius: 0 !important;
|
-moz-border-radius: 0 !important;
|
||||||
background-image: url("Mainnav-offtab.png");
|
background-image: url("../ui/Mainnav-offtab.png");
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -326,7 +326,7 @@ span.attrhint {
|
|||||||
|
|
||||||
.tabs1 .ui-tabs-nav li.ui-tabs-selected {
|
.tabs1 .ui-tabs-nav li.ui-tabs-selected {
|
||||||
padding: 0 0;
|
padding: 0 0;
|
||||||
background-image: url("Mainnav-ontab.png");
|
background-image: url("../ui/Mainnav-ontab.png");
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
@ -363,7 +363,7 @@ span.attrhint {
|
|||||||
padding: 0.3em 6em 0 4em;
|
padding: 0.3em 6em 0 4em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: 2.4em;
|
height: 2.4em;
|
||||||
background-image: url("Subnav-background.png");
|
background-image: url("../ui/Subnav-background.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabs2 .ui-tabs-nav li {
|
.tabs2 .ui-tabs-nav li {
|
||||||
@ -444,7 +444,7 @@ span.main-separator{
|
|||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 18em;
|
width: 18em;
|
||||||
background-image:url("panel-background.png");
|
background-image:url("../ui/panel-background.png");
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-position:right;
|
background-position:right;
|
||||||
}
|
}
|
||||||
|
@ -19,6 +19,7 @@ app_DATA = \
|
|||||||
background-right.png \
|
background-right.png \
|
||||||
caution.png \
|
caution.png \
|
||||||
certificate.js \
|
certificate.js \
|
||||||
|
centered-bg.png \
|
||||||
check.png \
|
check.png \
|
||||||
combobox_open.png \
|
combobox_open.png \
|
||||||
consume.png \
|
consume.png \
|
||||||
@ -50,6 +51,7 @@ app_DATA = \
|
|||||||
Mainnav-background.png \
|
Mainnav-background.png \
|
||||||
Mainnav-offtab.png \
|
Mainnav-offtab.png \
|
||||||
Mainnav-ontab.png \
|
Mainnav-ontab.png \
|
||||||
|
modal-background.png \
|
||||||
nav-arrow.png \
|
nav-arrow.png \
|
||||||
navigation.js \
|
navigation.js \
|
||||||
netgroup.js \
|
netgroup.js \
|
||||||
@ -76,6 +78,9 @@ app_DATA = \
|
|||||||
spinner_small.gif \
|
spinner_small.gif \
|
||||||
sudo.js \
|
sudo.js \
|
||||||
top-bg.png \
|
top-bg.png \
|
||||||
|
panel-background.png \
|
||||||
|
Static-Background.png \
|
||||||
|
Subnav-background.png \
|
||||||
ui-bg_flat_65_ffffff_40x100.png \
|
ui-bg_flat_65_ffffff_40x100.png \
|
||||||
ui-bg_glass_40_111111_1x400.png \
|
ui-bg_glass_40_111111_1x400.png \
|
||||||
ui-bg_glass_55_1c1c1c_1x400.png \
|
ui-bg_glass_55_1c1c1c_1x400.png \
|
||||||
|
BIN
install/ui/Static-Background.png
Normal file
BIN
install/ui/Static-Background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 183 B |
BIN
install/ui/Subnav-background.png
Normal file
BIN
install/ui/Subnav-background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
install/ui/centered-bg.png
Normal file
BIN
install/ui/centered-bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
BIN
install/ui/modal-background.png
Normal file
BIN
install/ui/modal-background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 642 B |
BIN
install/ui/panel-background.png
Normal file
BIN
install/ui/panel-background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 266 B |
Loading…
Reference in New Issue
Block a user