Img Modifica non si vede tutta

Area dedicata al phpBB 3.0.X
Rispondi
Avatar utente
frank
Utente
Utente
Messaggi: 130
Iscritto il: 26/11/2014, 16:16
Link del Forum: http://gruppoalveo.it/forum/index.php
Contatta:

Img Modifica non si vede tutta

Messaggio da frank »

In Prosilver l'immagine non è completa, cosa devo modificare per sistemarla?
Non hai i permessi necessari per visualizzare i file allegati in questo messaggio.
Avatar utente
Moloch
Utente
Utente
Messaggi: 1053
Iscritto il: 13/06/2012, 0:35
Link del Forum: http://twawi.altervista.org/forum/index.php

Re: Img Modifica non si vede tutta

Messaggio da Moloch »

Hai fatto qualche modifica a questo file

styles/prosilver/theme/buttons.css

linee interessate

Codice: Seleziona tutto

 .reply-icon span   { background: transparent none 0 0 no-repeat; }
        .post-icon span      { background: transparent none 0 0 no-repeat; }
        .locked-icon span   { background: transparent none 0 0 no-repeat; }
        .pmreply-icon span   { background: none 0 0 no-repeat; }
        .newpm-icon span    { background: none 0 0 no-repeat; }
        .forwardpm-icon span    { background: none 0 0 no-repeat; }
Avatar utente
frank
Utente
Utente
Messaggi: 130
Iscritto il: 26/11/2014, 16:16
Link del Forum: http://gruppoalveo.it/forum/index.php
Contatta:

Re: Img Modifica non si vede tutta

Messaggio da frank »

Moloch ha scritto:ai fatto quallche modifica a questo file

styles/prosilver/theme/buttons.css

linee interessate

Codice: Seleziona tutto

 .reply-icon span   { background: transparent none 0 0 no-repeat; }
        .post-icon span      { background: transparent none 0 0 no-repeat; }
        .locked-icon span   { background: transparent none 0 0 no-repeat; }
        .pmreply-icon span   { background: none 0 0 no-repeat; }
        .newpm-icon span    { background: none 0 0 no-repeat; }
        .forwardpm-icon span    { background: none 0 0 no-repeat; }
 
Era così all'origine. Ho trovato il css ma non si modifica. Edit non c'è.
Avatar utente
frank
Utente
Utente
Messaggi: 130
Iscritto il: 26/11/2014, 16:16
Link del Forum: http://gruppoalveo.it/forum/index.php
Contatta:

Re: Img Modifica non si vede tutta

Messaggio da frank »

Moloch ha scritto:ai fatto quallche modifica a questo file

styles/prosilver/theme/buttons.css

linee interessate

Codice: Seleziona tutto

 .reply-icon span   { background: transparent none 0 0 no-repeat; }
        .post-icon span      { background: transparent none 0 0 no-repeat; }
        .locked-icon span   { background: transparent none 0 0 no-repeat; }
        .pmreply-icon span   { background: none 0 0 no-repeat; }
        .newpm-icon span    { background: none 0 0 no-repeat; }
        .forwardpm-icon span    { background: none 0 0 no-repeat; }
Ho dovuto mettere un margin qui, si è spostata ma ha qualcosa l'img-edit. Ho verificato in imageset/it ma l'img è a posto.

/* Set profile icon dimensions */
ul.profile-icons li.email-icon { width: {IMG_ICON_CONTACT_EMAIL_WIDTH}px; height: {IMG_ICON_CONTACT_EMAIL_HEIGHT}px; }
ul.profile-icons li.aim-icon { width: {IMG_ICON_CONTACT_AIM_WIDTH}px; height: {IMG_ICON_CONTACT_AIM_HEIGHT}px; }
ul.profile-icons li.yahoo-icon { width: {IMG_ICON_CONTACT_YAHOO_WIDTH}px; height: {IMG_ICON_CONTACT_YAHOO_HEIGHT}px; }
ul.profile-icons li.web-icon { width: {IMG_ICON_CONTACT_WWW_WIDTH}px; height: {IMG_ICON_CONTACT_WWW_HEIGHT}px; }
ul.profile-icons li.msnm-icon { width: {IMG_ICON_CONTACT_MSNM_WIDTH}px; height: {IMG_ICON_CONTACT_MSNM_HEIGHT}px; }
ul.profile-icons li.icq-icon { width: {IMG_ICON_CONTACT_ICQ_WIDTH}px; height: {IMG_ICON_CONTACT_ICQ_HEIGHT}px; }
ul.profile-icons li.jabber-icon { width: {IMG_ICON_CONTACT_JABBER_WIDTH}px; height: {IMG_ICON_CONTACT_JABBER_HEIGHT}px; }
ul.profile-icons li.pm-icon { width: {IMG_ICON_CONTACT_PM_WIDTH}px; height: {IMG_ICON_CONTACT_PM_HEIGHT}px; }
ul.profile-icons li.quote-icon { width: {IMG_ICON_POST_QUOTE_WIDTH}px; height: {IMG_ICON_POST_QUOTE_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 { margin-left: 20px; 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; }
Rispondi