K2 background color

GK User
Tue Jun 14, 2011 10:58 am
Hi, I have some problems with the background color of the K2 'edit item'
item edit.JPG
User avatar
Fresh Boarder

GK User
Sat Jun 18, 2011 10:52 am
Is there anyone here who can help me with that?
User avatar
Fresh Boarder

GK User
Sat Jun 18, 2011 7:21 pm
Isn't there anyone that is answering questions on this forum?
User avatar
Fresh Boarder

GK User
Sat Jun 18, 2011 9:08 pm
Hi

Thank you for the report... and sorry about the delay :(

From the template css directory, please open this fragment:

Code: Select all
.userItemViewUnpublished { opacity:0.9; border:4px solid #dadada; background:#fffff2; padding:8px; }
.itemView { padding:8px 0 24px 0; margin:0 0 24px 0; } /* this is the item container for this view */
.userItemEditLink,
.catItemEditLink,
.itemEditLink { display:block; text-align:right; padding:8px 36px; margin:0 0 24px 0; border:1px dashed #ccc; background: #fffef4; font-size: 20px; font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic }


and replace with

Code: Select all
.userItemViewUnpublished { opacity:0.9; border:1px solid #252525; background:transparent; padding:8px; }
.itemView { padding:8px 0 24px 0; margin:0 0 24px 0; } /* this is the item container for this view */
.userItemEditLink,
.catItemEditLink,
.itemEditLink { display:block; text-align:right; padding:8px 36px; margin:0 0 24px 0; border:1px dashed #252525; background: transparent; font-size: 20px; font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic }


This will be added in next template update.

Thank you once again

Cheers ;)
User avatar
Platinum Boarder

GK User
Sun Jun 19, 2011 2:54 pm
Hi and thanks for your reply,
I can not find the fragment that you describe is neither in template.css or dark.css.
Best regards Marek
User avatar
Fresh Boarder

GK User
Tue Sep 06, 2011 9:29 am
hi,
you can find it in k2.css

regards
User avatar
Fresh Boarder

GK User
Fri Sep 09, 2011 7:22 pm
Seichinha wrote:Hi

Thank you for the report... and sorry about the delay :(

From the template css directory, please open this fragment:

Code: Select all
.userItemViewUnpublished { opacity:0.9; border:4px solid #dadada; background:#fffff2; padding:8px; }
.itemView { padding:8px 0 24px 0; margin:0 0 24px 0; } /* this is the item container for this view */
.userItemEditLink,
.catItemEditLink,
.itemEditLink { display:block; text-align:right; padding:8px 36px; margin:0 0 24px 0; border:1px dashed #ccc; background: #fffef4; font-size: 20px; font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic }


and replace with

Code: Select all
.userItemViewUnpublished { opacity:0.9; border:1px solid #252525; background:transparent; padding:8px; }
.itemView { padding:8px 0 24px 0; margin:0 0 24px 0; } /* this is the item container for this view */
.userItemEditLink,
.catItemEditLink,
.itemEditLink { display:block; text-align:right; padding:8px 36px; margin:0 0 24px 0; border:1px dashed #252525; background: transparent; font-size: 20px; font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic }


This will be added in next template update.

Thank you once again

Cheers ;)



The model for Joomla17 also has the same problem ... :(


Pelos vistos, os problemas arrastam-se de uma versão para outra. Isto é desesperante e muito desanimador
E acho que na versão para Jomla 17 o problema é ainda maior e atinge todos os módulos de k2. Ficam com o fundo todo branco...
User avatar
Junior Boarder


cron