Sunka
Well-known member
When creating new thread, reply to thread, post edit I resize editor to 80% of screen
How to that with resource (when creating new resource or edit old one)
Code:
.thread_reply .xenForm
{
max-width: 80%
}
.thread_create .xenForm
{
max-width: 80%
}
.post_edit .xenForm
{
max-width: 80%
}
.xenOverlay
{
max-width: 80%
}
How to that with resource (when creating new resource or edit old one)