Fix #15522 - Remove ic_b_info icon
[phpmyadmin.git] / themes / pmahomme / css / icons.css.php
blobc23ca717579263a445cd4caf5628f30670b467d8
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * Icon CSS
6 * @package PhpMyAdmin-theme
7 * @subpackage PMAHomme
8 */
10 $theme->getImgPath('designer/left_panel_butt.png');
12 // unplanned execution path
13 if (! defined('PHPMYADMIN') && ! defined('TESTSUITE')) {
14 exit();
17 .icon {
18 margin: 0;
19 margin-left: .3em;
20 padding: 0 !important;
21 width: 16px;
22 height: 16px;
24 .icon_fulltext {
25 width: 50px;
26 height: 19px;
28 .ic_asc_order { background-image: url('<?= $theme->getImgPath('asc_order.png'); ?>'); }
29 .ic_b_bookmark { background-image: url('<?= $theme->getImgPath('b_bookmark.png'); ?>'); }
30 .ic_b_browse { background-image: url('<?= $theme->getImgPath('b_browse.png'); ?>'); }
31 .ic_b_calendar { background-image: url('<?= $theme->getImgPath('b_calendar.png'); ?>'); }
32 .ic_b_chart { background-image: url('<?= $theme->getImgPath('b_chart.png'); ?>'); }
33 .ic_b_close { background-image: url('<?= $theme->getImgPath('b_close.png'); ?>'); }
34 .ic_b_column_add { background-image: url('<?= $theme->getImgPath('b_column_add.png'); ?>'); }
35 .ic_b_comment { background-image: url('<?= $theme->getImgPath('b_comment.png'); ?>'); }
36 .ic_b_dbstatistics { background-image: url('<?= $theme->getImgPath('b_dbstatistics.png'); ?>'); }
37 .ic_b_deltbl { background-image: url('<?= $theme->getImgPath('b_deltbl.png'); ?>'); }
38 .ic_b_docs { background-image: url('<?= $theme->getImgPath('b_docs.png'); ?>'); }
39 .ic_b_docsql { background-image: url('<?= $theme->getImgPath('b_docsql.png'); ?>'); }
40 .ic_b_drop { background-image: url('<?= $theme->getImgPath('b_drop.png'); ?>'); }
41 .ic_b_edit { background-image: url('<?= $theme->getImgPath('b_edit.png'); ?>'); }
42 .ic_b_empty { background-image: url('<?= $theme->getImgPath('b_empty.png'); ?>'); }
43 .ic_b_engine { background-image: url('<?= $theme->getImgPath('b_engine.png'); ?>'); }
44 .ic_b_event_add { background-image: url('<?= $theme->getImgPath('b_event_add.png'); ?>'); }
45 .ic_b_events { background-image: url('<?= $theme->getImgPath('b_events.png'); ?>'); }
46 .ic_b_export { background-image: url('<?= $theme->getImgPath('b_export.png'); ?>'); }
47 .ic_b_favorite { background-image: url('<?= $theme->getImgPath('b_favorite.png'); ?>'); }
48 .ic_b_find_replace { background-image: url('<?= $theme->getImgPath('b_find_replace.png'); ?>'); }
49 .ic_b_firstpage { background-image: url('<?= $theme->getImgPath('b_firstpage.png'); ?>'); }
50 .ic_b_ftext { background-image: url('<?= $theme->getImgPath('b_ftext.png'); ?>'); }
51 .ic_b_globe { background-image: url('<?= $theme->getImgPath('b_globe.gif'); ?>'); }
52 .ic_b_group { background-image: url('<?= $theme->getImgPath('b_group.png'); ?>'); }
53 .ic_b_help { background-image: url('<?= $theme->getImgPath('b_help.png'); ?>'); }
54 .ic_b_home { background-image: url('<?= $theme->getImgPath('b_home.png'); ?>'); }
55 .ic_b_import { background-image: url('<?= $theme->getImgPath('b_import.png'); ?>'); }
56 .ic_b_index { background-image: url('<?= $theme->getImgPath('b_index.png'); ?>'); }
57 .ic_b_index_add { background-image: url('<?= $theme->getImgPath('b_index_add.png'); ?>'); }
58 .ic_b_inline_edit { background-image: url('<?= $theme->getImgPath('b_inline_edit.png'); ?>'); }
59 .ic_b_insrow { background-image: url('<?= $theme->getImgPath('b_insrow.png'); ?>'); }
60 .ic_b_lastpage { background-image: url('<?= $theme->getImgPath('b_lastpage.png'); ?>'); }
61 .ic_b_minus { background-image: url('<?= $theme->getImgPath('b_minus.png'); ?>'); }
62 .ic_b_more { background-image: url('<?= $theme->getImgPath('b_more.png'); ?>'); }
63 .ic_b_move { background-image: url('<?= $theme->getImgPath('b_move.png'); ?>'); }
64 .ic_b_newdb { background-image: url('<?= $theme->getImgPath('b_newdb.png'); ?>'); }
65 .ic_b_newtbl { background-image: url('<?= $theme->getImgPath('b_newtbl.png'); ?>'); }
66 .ic_b_nextpage { background-image: url('<?= $theme->getImgPath('b_nextpage.png'); ?>'); }
67 .ic_b_no_favorite { background-image: url('<?= $theme->getImgPath('b_no_favorite.png'); ?>'); }
68 .ic_b_pdfdoc { background-image: url('<?= $theme->getImgPath('b_pdfdoc.png'); ?>'); }
69 .ic_b_plugin { background-image: url('<?= $theme->getImgPath('b_plugin.png'); ?>'); }
70 .ic_b_plus { background-image: url('<?= $theme->getImgPath('b_plus.png'); ?>'); }
71 .ic_b_prevpage { background-image: url('<?= $theme->getImgPath('b_prevpage.png'); ?>'); }
72 .ic_b_primary { background-image: url('<?= $theme->getImgPath('b_primary.png'); ?>'); }
73 .ic_b_print { background-image: url('<?= $theme->getImgPath('b_print.png'); ?>'); }
74 .ic_b_props { background-image: url('<?= $theme->getImgPath('b_props.png'); ?>'); }
75 .ic_b_relations { background-image: url('<?= $theme->getImgPath('b_relations.png'); ?>'); }
76 .ic_b_report { background-image: url('<?= $theme->getImgPath('b_report.png'); ?>'); }
77 .ic_b_routine_add { background-image: url('<?= $theme->getImgPath('b_routine_add.png'); ?>'); }
78 .ic_b_routines { background-image: url('<?= $theme->getImgPath('b_routines.png'); ?>'); }
79 .ic_b_save { background-image: url('<?= $theme->getImgPath('b_save.png'); ?>'); }
80 .ic_b_saveimage { background-image: url('<?= $theme->getImgPath('b_saveimage.png'); ?>'); }
81 .ic_b_sbrowse { background-image: url('<?= $theme->getImgPath('b_sbrowse.png'); ?>'); }
82 .ic_b_sdb { background-image: url('<?= $theme->getImgPath('b_sdb.png'); ?>'); width: 10px; height: 10px; }
83 .ic_b_search { background-image: url('<?= $theme->getImgPath('b_search.png'); ?>'); }
84 .ic_b_select { background-image: url('<?= $theme->getImgPath('b_select.png'); ?>'); }
85 .ic_b_snewtbl { background-image: url('<?= $theme->getImgPath('b_snewtbl.png'); ?>'); }
86 .ic_b_spatial { background-image: url('<?= $theme->getImgPath('b_spatial.png'); ?>'); }
87 .ic_b_sql { background-image: url('<?= $theme->getImgPath('b_sql.png'); ?>'); }
88 .ic_b_sqldoc { background-image: url('<?= $theme->getImgPath('b_sqldoc.png'); ?>'); }
89 .ic_b_sqlhelp { background-image: url('<?= $theme->getImgPath('b_sqlhelp.png'); ?>'); }
90 .ic_b_table_add { background-image: url('<?= $theme->getImgPath('b_table_add.png'); ?>'); }
91 .ic_b_tblanalyse { background-image: url('<?= $theme->getImgPath('b_tblanalyse.png'); ?>'); }
92 .ic_b_tblexport { background-image: url('<?= $theme->getImgPath('b_tblexport.png'); ?>'); }
93 .ic_b_tblimport { background-image: url('<?= $theme->getImgPath('b_tblimport.png'); ?>'); }
94 .ic_b_tblops { background-image: url('<?= $theme->getImgPath('b_tblops.png'); ?>'); }
95 .ic_b_tbloptimize { background-image: url('<?= $theme->getImgPath('b_tbloptimize.png'); ?>'); }
96 .ic_b_tipp { background-image: url('<?= $theme->getImgPath('b_tipp.png'); ?>'); }
97 .ic_b_trigger_add { background-image: url('<?= $theme->getImgPath('b_trigger_add.png'); ?>'); }
98 .ic_b_triggers { background-image: url('<?= $theme->getImgPath('b_triggers.png'); ?>'); }
99 .ic_b_undo { background-image: url('<?= $theme->getImgPath('b_undo.png'); ?>'); }
100 .ic_b_unique { background-image: url('<?= $theme->getImgPath('b_unique.png'); ?>'); }
101 .ic_b_usradd { background-image: url('<?= $theme->getImgPath('b_usradd.png'); ?>'); }
102 .ic_b_usrcheck { background-image: url('<?= $theme->getImgPath('b_usrcheck.png'); ?>'); }
103 .ic_b_usrdrop { background-image: url('<?= $theme->getImgPath('b_usrdrop.png'); ?>'); }
104 .ic_b_usredit { background-image: url('<?= $theme->getImgPath('b_usredit.png'); ?>'); }
105 .ic_b_usrlist { background-image: url('<?= $theme->getImgPath('b_usrlist.png'); ?>'); }
106 .ic_b_versions { background-image: url('<?= $theme->getImgPath('b_versions.png'); ?>'); }
107 .ic_b_view { background-image: url('<?= $theme->getImgPath('b_view.png'); ?>'); }
108 .ic_b_view_add { background-image: url('<?= $theme->getImgPath('b_view_add.png'); ?>'); }
109 .ic_b_views { background-image: url('<?= $theme->getImgPath('b_views.png'); ?>'); }
110 .ic_b_left { background-image: url('<?= $theme->getImgPath('b_left.png'); ?>'); }
111 .ic_b_right { background-image: url('<?= $theme->getImgPath('b_right.png'); ?>'); }
112 .ic_bd_browse { background-image: url('<?= $theme->getImgPath('bd_browse.png'); ?>'); }
113 .ic_bd_deltbl { background-image: url('<?= $theme->getImgPath('bd_deltbl.png'); ?>'); }
114 .ic_bd_drop { background-image: url('<?= $theme->getImgPath('bd_drop.png'); ?>'); }
115 .ic_bd_edit { background-image: url('<?= $theme->getImgPath('bd_edit.png'); ?>'); }
116 .ic_bd_empty { background-image: url('<?= $theme->getImgPath('bd_empty.png'); ?>'); }
117 .ic_bd_export { background-image: url('<?= $theme->getImgPath('bd_export.png'); ?>'); }
118 .ic_bd_firstpage { background-image: url('<?= $theme->getImgPath('bd_firstpage.png'); ?>'); }
119 .ic_bd_ftext { background-image: url('<?= $theme->getImgPath('bd_ftext.png'); ?>'); }
120 .ic_bd_index { background-image: url('<?= $theme->getImgPath('bd_index.png'); ?>'); }
121 .ic_bd_insrow { background-image: url('<?= $theme->getImgPath('bd_insrow.png'); ?>'); }
122 .ic_bd_lastpage { background-image: url('<?= $theme->getImgPath('bd_lastpage.png'); ?>'); }
123 .ic_bd_nextpage { background-image: url('<?= $theme->getImgPath('bd_nextpage.png'); ?>'); }
124 .ic_bd_prevpage { background-image: url('<?= $theme->getImgPath('bd_prevpage.png'); ?>'); }
125 .ic_bd_primary { background-image: url('<?= $theme->getImgPath('bd_primary.png'); ?>'); }
126 .ic_bd_routine_add { background-image: url('<?= $theme->getImgPath('bd_routine_add.png'); ?>'); }
127 .ic_bd_sbrowse { background-image: url('<?= $theme->getImgPath('bd_sbrowse.png'); ?>'); }
128 .ic_bd_select { background-image: url('<?= $theme->getImgPath('bd_select.png'); ?>'); }
129 .ic_bd_spatial { background-image: url('<?= $theme->getImgPath('bd_spatial.png'); ?>'); }
130 .ic_bd_unique { background-image: url('<?= $theme->getImgPath('bd_unique.png'); ?>'); }
131 .ic_centralColumns { background-image: url('<?= $theme->getImgPath('centralColumns.png'); ?>'); }
132 .ic_centralColumns_add { background-image: url('<?= $theme->getImgPath('centralColumns_add.png'); ?>'); }
133 .ic_centralColumns_delete { background-image: url('<?= $theme->getImgPath('centralColumns_delete.png'); ?>'); }
134 .ic_col_drop { background-image: url('<?= $theme->getImgPath('col_drop.png'); ?>'); }
135 .ic_console { background-image: url('<?= $theme->getImgPath('console.png'); ?>'); }
136 .ic_database { background-image: url('<?= $theme->getImgPath('database.png'); ?>'); }
137 .ic_eye { background-image: url('<?= $theme->getImgPath('eye.png'); ?>'); }
138 .ic_eye_grey { background-image: url('<?= $theme->getImgPath('eye_grey.png'); ?>'); }
139 .ic_hide { background-image: url('<?= $theme->getImgPath('hide.png'); ?>'); }
140 .ic_item { background-image: url('<?= $theme->getImgPath('item.png'); ?>'); width: 9px; height: 9px; }
141 .ic_lightbulb { background-image: url('<?= $theme->getImgPath('lightbulb.png'); ?>'); }
142 .ic_lightbulb_off { background-image: url('<?= $theme->getImgPath('lightbulb_off.png'); ?>'); }
143 .ic_more { background-image: url('<?= $theme->getImgPath('more.png'); ?>'); width: 13px; }
144 .ic_new_data { background-image: url('<?= $theme->getImgPath('new_data.png'); ?>'); }
145 .ic_new_data_hovered { background-image: url('<?= $theme->getImgPath('new_data_hovered.png'); ?>'); }
146 .ic_new_data_selected { background-image: url('<?= $theme->getImgPath('new_data_selected.png'); ?>'); }
147 .ic_new_data_selected_hovered { background-image: url('<?= $theme->getImgPath('new_data_selected_hovered.png'); ?>'); }
148 .ic_new_struct { background-image: url('<?= $theme->getImgPath('new_struct.png'); ?>'); }
149 .ic_new_struct_hovered { background-image: url('<?= $theme->getImgPath('new_struct_hovered.png'); ?>'); }
150 .ic_new_struct_selected { background-image: url('<?= $theme->getImgPath('new_struct_selected.png'); ?>'); }
151 .ic_new_struct_selected_hovered { background-image: url('<?= $theme->getImgPath('new_struct_selected_hovered.png'); ?>'); }
152 .ic_normalize { background-image: url('<?= $theme->getImgPath('normalize.png'); ?>'); }
153 .ic_pause { background-image: url('<?= $theme->getImgPath('pause.png'); ?>'); }
154 .ic_php_sym { background-image: url('<?= $theme->getImgPath('php_sym.png'); ?>'); }
155 .ic_play { background-image: url('<?= $theme->getImgPath('play.png'); ?>'); }
156 .ic_s_asc { background-image: url('<?= $theme->getImgPath('s_asc.png'); ?>'); }
157 .ic_s_asci { background-image: url('<?= $theme->getImgPath('s_asci.png'); ?>'); }
158 .ic_s_attention { background-image: url('<?= $theme->getImgPath('s_attention.png'); ?>'); }
159 .ic_s_cancel { background-image: url('<?= $theme->getImgPath('s_cancel.png'); ?>'); }
160 .ic_s_cancel2 { background-image: url('<?= $theme->getImgPath('s_cancel2.png'); ?>'); }
161 .ic_s_cog { background-image: url('<?= $theme->getImgPath('s_cog.png'); ?>'); }
162 .ic_s_db { background-image: url('<?= $theme->getImgPath('s_db.png'); ?>'); }
163 .ic_s_desc { background-image: url('<?= $theme->getImgPath('s_desc.png'); ?>'); }
164 .ic_s_error { background-image: url('<?= $theme->getImgPath('s_error.png'); ?>'); }
165 .ic_s_host { background-image: url('<?= $theme->getImgPath('s_host.png'); ?>'); }
166 .ic_s_info { background-image: url('<?= $theme->getImgPath('s_info.png'); ?>'); }
167 .ic_s_lang { background-image: url('<?= $theme->getImgPath('s_lang.png'); ?>'); }
168 .ic_s_link { background-image: url('<?= $theme->getImgPath('s_link.png'); ?>'); }
169 .ic_s_lock { background-image: url('<?= $theme->getImgPath('s_lock.png'); ?>'); }
170 .ic_s_loggoff { background-image: url('<?= $theme->getImgPath('s_loggoff.png'); ?>'); }
171 .ic_s_notice { background-image: url('<?= $theme->getImgPath('s_notice.png'); ?>'); }
172 .ic_s_okay { background-image: url('<?= $theme->getImgPath('s_okay.png'); ?>'); }
173 .ic_s_passwd { background-image: url('<?= $theme->getImgPath('s_passwd.png'); ?>'); }
174 .ic_s_process { background-image: url('<?= $theme->getImgPath('s_process.png'); ?>'); }
175 .ic_s_really { background-image: url('<?= $theme->getImgPath('s_really.png'); ?>'); width: 11px; height: 11px; }
176 .ic_s_reload { background-image: url('<?= $theme->getImgPath('s_reload.png'); ?>'); }
177 .ic_s_replication { background-image: url('<?= $theme->getImgPath('s_replication.png'); ?>'); }
178 .ic_s_rights { background-image: url('<?= $theme->getImgPath('s_rights.png'); ?>'); }
179 .ic_s_sortable { background-image: url('<?= $theme->getImgPath('s_sortable.png'); ?>'); }
180 .ic_s_status { background-image: url('<?= $theme->getImgPath('s_status.png'); ?>'); }
181 .ic_s_success { background-image: url('<?= $theme->getImgPath('s_success.png'); ?>'); }
182 .ic_s_sync { background-image: url('<?= $theme->getImgPath('s_sync.png'); ?>'); }
183 .ic_s_tbl { background-image: url('<?= $theme->getImgPath('s_tbl.png'); ?>'); }
184 .ic_s_theme { background-image: url('<?= $theme->getImgPath('s_theme.png'); ?>'); }
185 .ic_s_top { background-image: url('<?= $theme->getImgPath('s_top.png'); ?>'); }
186 .ic_s_unlink { background-image: url('<?= $theme->getImgPath('s_unlink.png'); ?>'); }
187 .ic_s_vars { background-image: url('<?= $theme->getImgPath('s_vars.png'); ?>'); }
188 .ic_s_views { background-image: url('<?= $theme->getImgPath('s_views.png'); ?>'); }
189 .ic_show { background-image: url('<?= $theme->getImgPath('show.png'); ?>'); }
190 .ic_window-new { background-image: url('<?= $theme->getImgPath('window-new.png'); ?>'); }
191 .ic_ajax_clock_small { background-image: url('<?= $theme->getImgPath('ajax_clock_small.gif'); ?>'); }
192 .ic_s_partialtext { background-image: url('<?= $theme->getImgPath('s_partialtext.png'); ?>'); }
193 .ic_s_fulltext { background-image: url('<?= $theme->getImgPath('s_fulltext.png'); ?>'); }