|
From: Jon O. <jon...@us...> - 2008-02-03 21:07:22
|
Update of /cvsroot/mxbb/core/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv391/prosilver Modified Files: prosilver.css Log Message: - BUG: mx_page::load is used in the blockCP where the page class is not loaded :( i have returned old include statement. - minor fix for tinymce Index: prosilver.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/prosilver.css,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** prosilver.css 27 Dec 2007 03:22:13 -0000 1.8 --- prosilver.css 3 Feb 2008 21:07:15 -0000 1.9 *************** *** 4,9 **** Based on style: proSilver (this is the default phpBB 3 style) Original author: subBlue ( http://www.subBlue.com/ ) ! Modified by: mxBB Project Team ! Copyright 2006 phpBB Group ( http://www.phpbb.com/ ) -------------------------------------------------------------- --- 4,9 ---- Based on style: proSilver (this is the default phpBB 3 style) Original author: subBlue ( http://www.subBlue.com/ ) ! Modified by: mxBB Project Team ! Copyright 2006 phpBB Group ( http://www.phpbb.com/ ) -------------------------------------------------------------- *************** *** 28,32 **** background-repeat: no-repeat; background-position: 100% 0; ! } .textbody { padding: 0; --- 28,32 ---- background-repeat: no-repeat; background-position: 100% 0; ! } .textbody { padding: 0; *************** *** 142,148 **** .blockcp fieldset dl { margin-bottom: 10px; ! font-size: 0.85em; ! } --- 142,148 ---- .blockcp fieldset dl { margin-bottom: 10px; ! font-size: 0.85em; ! } *************** *** 202,206 **** margin-bottom: 0.5em; padding-bottom: 0.5em; ! } --- 202,206 ---- margin-bottom: 0.5em; padding-bottom: 0.5em; ! } *************** *** 285,289 **** margin-right: 5px; margin-bottom: 1px; ! display: block; float: right; text-align: right; --- 285,289 ---- margin-right: 5px; margin-bottom: 1px; ! display: block; float: right; text-align: right; *************** *** 320,322 **** --- 320,330 ---- vertical-align: middle; margin-right: 3px; + } + + /* TinyMCE specific rules */ + body.mceContentBody { + text-align: left; + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #000; + background: #FFF; } \ No newline at end of file |