webui: remove unused icons

Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
This commit is contained in:
Petr Vobornik 2014-03-31 16:07:37 +02:00
parent b5ebdb604b
commit 6b5b9a1185
16 changed files with 0 additions and 78 deletions

View File

@ -2,13 +2,9 @@ NULL =
appdir = $(IPA_DATA_DIR)/ui/images
app_DATA = \
add-icon.png \
arrow-collapsed.png \
arrow-expanded.png \
caution-icon.png \
centered-background.png \
check-icon.png \
combobox-open.png \
facet-tab-off.png \
facet-tab-on.png \
firefox-icon.png \
@ -26,10 +22,7 @@ app_DATA = \
outer-background.png \
panel-background.png \
product-name.png \
remove-icon.png \
reset-icon.png \
search-background.png \
search-icon.png \
spinner-header-1.gif \
spinner-small.gif \
static-background.png \
@ -43,13 +36,6 @@ app_DATA = \
ui-bg_highlight-soft_50_aaaaaa_1x100.png \
ui-bg_inset-hard_45_cd0a0a_1x100.png \
ui-bg_inset-hard_55_ffeb80_1x100.png \
ui-icons_222222_256x240.png \
ui-icons_4ca300_256x240.png \
ui-icons_bbbbbb_256x240.png \
ui-icons_ededed_256x240.png \
ui-icons_ffcf29_256x240.png \
ui-icons_ffffff_256x240.png \
update-icon.png \
$(NULL)
EXTRA_DIST = \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 556 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -60,10 +60,6 @@ textarea[readonly] {
vertical-align: middle;
}
.combobox-icon {
background: url(images/combobox-open.png);
}
.expanded-icon {
background: url(images/arrow-expanded.png);
}
@ -72,66 +68,6 @@ textarea[readonly] {
background: url(images/arrow-collapsed.png);
}
.search-icon {
background: url(images/search-icon.png) no-repeat;
}
.add-icon {
background: url(images/add-icon.png);
margin: -4px 0 0 1px;
}
.remove-icon {
background: url(images/remove-icon.png);
margin: -4px 0 0 1px;
}
.update-icon {
background: url(images/update-icon.png);
margin: -4px 0 0 1px;
}
.reset-icon {
background: url(images/reset-icon.png);
margin: -4px 0 0 1px;
}
.enabled-icon {
background-image: url(images/ui-icons_222222_256x240.png);
background-position: -64px -144px;
margin: -4px 0 0 1px;
}
.disabled-icon {
background-image: url(images/ui-icons_bbbbbb_256x240.png);
background-position: -64px -128px;
margin: -4px 0 0 1px;
}
.prev-icon {
background-image: url(images/ui-icons_bbbbbb_256x240.png);
background-position: -96px -16px;
margin: -4px 0 0 1px;
}
.next-icon {
background-image: url(images/ui-icons_bbbbbb_256x240.png);
background-position: -32px -16px;
margin: -4px 0 0 1px;
}
.ipa-icon {
font-size: 0.7em;
padding-right: 0.3em;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
font-weight: bold;
padding: 0.2em;
}
/* ---- Password expiration */
.header-passwordexpires {