M MagnusB Well-known member Sep 21, 2012 #2 I am unsure what you want to achieve? Do you want to disable the editor buttons? Change the background on the textfield? Generally speaking, styling the editor is very difficult and time consuming. Upvote 0 Downvote
I am unsure what you want to achieve? Do you want to disable the editor buttons? Change the background on the textfield? Generally speaking, styling the editor is very difficult and time consuming.
Steve F Well-known member Sep 21, 2012 #3 Style Properties -> Message Layout -> Rich Text Editor Content Upvote 0 Downvote
M MagnusB Well-known member Sep 21, 2012 #4 Qwk86gn said: Style Properties -> Message Layout -> Rich Text Editor Content Click to expand... lol, I must be blind, I was looking for this in my admin CP, couldn't find it... I think I was looking in all the wrong places Upvote 0 Downvote
Qwk86gn said: Style Properties -> Message Layout -> Rich Text Editor Content Click to expand... lol, I must be blind, I was looking for this in my admin CP, couldn't find it... I think I was looking in all the wrong places
D Deleted member 10469 Guest Sep 21, 2012 #5 Thank By cons, I have an alignment problem that I just do not know where :/ good: bad : What that is aligned to the left please? My website: http://totalwarfrance.com Test account: user: Test pass: TestTest I found it missing : Code: .xenForm { margin: 10px auto; width: 750px; } I can add extra.css, I do not know or it was removed alone. Upvote 0 Downvote
Thank By cons, I have an alignment problem that I just do not know where :/ good: bad : What that is aligned to the left please? My website: http://totalwarfrance.com Test account: user: Test pass: TestTest I found it missing : Code: .xenForm { margin: 10px auto; width: 750px; } I can add extra.css, I do not know or it was removed alone.
Steve F Well-known member Sep 21, 2012 #6 Can't tell exactly where the problem is but I do see Code: .xenForm .ctrlUnit.fullWidth dd .textCtrl, .xenForm .ctrlUnit.fullWidth dd .explain, .xenForm .ctrlUnit.fullWidth dd .mceLayout { margin-left: 30px; } Not sure but its a margin issue, so you need to revert any changes you have done previously. Upvote 0 Downvote
Can't tell exactly where the problem is but I do see Code: .xenForm .ctrlUnit.fullWidth dd .textCtrl, .xenForm .ctrlUnit.fullWidth dd .explain, .xenForm .ctrlUnit.fullWidth dd .mceLayout { margin-left: 30px; } Not sure but its a margin issue, so you need to revert any changes you have done previously.
D Deleted member 10469 Guest Sep 21, 2012 #7 I found it missing : Code: .xenForm { margin: 10px auto; width: 750px; } I can add extra.css, I do not know or it was removed by default. Upvote 0 Downvote
I found it missing : Code: .xenForm { margin: 10px auto; width: 750px; } I can add extra.css, I do not know or it was removed by default.
M MagnusB Well-known member Sep 21, 2012 #8 margin 10px auto is the one centering the editor Upvote 0 Downvote
D Deleted member 10469 Guest Sep 21, 2012 #9 Yet it is already present in form.css and I have not touched on the margins .XenForm in my extra.css. I do not understand, it is as if something crashed that piece of code in the main template. Upvote 0 Downvote
Yet it is already present in form.css and I have not touched on the margins .XenForm in my extra.css. I do not understand, it is as if something crashed that piece of code in the main template.