Hey ,
joa das waren da die versuche , weil ich net weiter wusste. Ich dachte mir ich hau das am ende jeder css datei rein in der Hoffnung das der Button auftaucht -zugeb- So ist das wenn man nicht mehr weiter weis -g-
Einträge sind nun folgend:
colours.css
Code: Alles auswählen
/* Profile & navigation icons */
.quote-icon, .quote-icon a { background-image: url("{IMG_ICON_POST_QUOTE_SRC}"); }
.thanks-icon, .thanks-icon a { background-image: url("{IMG_ICON_POST_THANKS_SRC}"); }
.geomap-icon, .geomap-icon a { background-image: url("{T_IMAGESET_PATH}/icon_contact_geomap.gif"); }
.report-icon, .report-icon a { background-image: url("{IMG_ICON_POST_REPORT_SRC}"); }
.edit-icon, .edit-icon a { background-image: url("{IMG_ICON_POST_EDIT_SRC}"); }
.delete-icon, .delete-icon a { background-image: url("{IMG_ICON_POST_DELETE_SRC}"); }
.info-icon, .info-icon a { background-image: url("{IMG_ICON_POST_INFO_SRC}"); }
.warn-icon, .warn-icon a { background-image: url("{IMG_ICON_USER_WARN_SRC}"); }
.top-icon, .top-icon a { background-image: url("{IMG_ICON_BACK_TOP_SRC}"); }
post.css
Code: Alles auswählen
/* Profile & navigation icons */
.quote-icon, .quote-icon a { background: none top left no-repeat; }
.thanks-icon, .thanks-icon a { background: none top left no-repeat; }
.geomap-icon, .geomap-icon a { background: none top left no-repeat; }
.report-icon, .report-icon a { background: none top left no-repeat; }
.warn-icon, .warn-icon a { background: none top left no-repeat; }
.edit-icon, .edit-icon a { background: none top left no-repeat; }
.delete-icon, .delete-icon a { background: none top left no-repeat; }
.info-icon, .info-icon a { background: none top left no-repeat; }
.top-icon, .top-icon a { background: none top left no-repeat; }
ul.profile-icons li.quote-icon { width: {IMG_ICON_POST_QUOTE_WIDTH}px; height: {IMG_ICON_POST_QUOTE_HEIGHT}px; }
ul.profile-icons li.thanks-icon { width: {IMG_ICON_POST_THANKS_WIDTH}px; height: {IMG_ICON_POST_THANKS_HEIGHT}px; }
ul.profile-icons li.report-icon { width: {IMG_ICON_POST_REPORT_WIDTH}px; height: {IMG_ICON_POST_REPORT_HEIGHT}px; }
ul.profile-icons li.edit-icon { width: {IMG_ICON_POST_EDIT_WIDTH}px; height: {IMG_ICON_POST_EDIT_HEIGHT}px; }
ul.profile-icons li.delete-icon { width: {IMG_ICON_POST_DELETE_WIDTH}px; height: {IMG_ICON_POST_DELETE_HEIGHT}px; }
ul.profile-icons li.info-icon { width: {IMG_ICON_POST_INFO_WIDTH}px; height: {IMG_ICON_POST_INFO_HEIGHT}px; }
ul.profile-icons li.warn-icon { width: {IMG_ICON_USER_WARN_WIDTH}px; height: {IMG_ICON_USER_WARN_HEIGHT}px; }
ul.profile-icons li.geomap-icon { width: 20px; height: 20px; }
ul.profile-icons li.top-icon { width: {IMG_ICON_BACK_TOP_WIDTH}px; height: {IMG_ICON_BACK_TOP_HEIGHT}px; }
Aber der Danke-Button weiterhin nicht da :/
Grueße