|
From: Jon O. <jon...@us...> - 2008-06-16 20:26:52
|
Update of /cvsroot/mxbb/core/templates/subsilver2/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26378/admin Modified Files: admin.css page_header.tpl Log Message: Temp fix for subSilver2, i'm loading old phpbb2 css file instead of new useless one Bugfix for loading admin styles in phpbb3 Index: page_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/admin/page_header.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** page_header.tpl 16 Jun 2008 19:07:59 -0000 1.2 --- page_header.tpl 16 Jun 2008 20:26:41 -0000 1.3 *************** *** 5,12 **** <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> <title>{SITENAME} - {L_MX_ADMIN}</title> - <!-- IF PHPBB --> - <!-- First load standard template *.css definition, located in the the phpbb template folder --> - <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_PHPBB_STYLESHEET}" type="text/css" > - <!-- ENDIF --> <!-- Then load MX-Publisher template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > --- 5,8 ---- Index: admin.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/admin/admin.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** admin.css 16 Jun 2008 19:07:59 -0000 1.1 --- admin.css 16 Jun 2008 20:26:41 -0000 1.2 *************** *** 1,15 **** - @CHARSET "UTF-8"; - - BODY { - margin:5px; - } - TH, TD { - font-size: 68.5%; - } - - .gen { - font-size: 1.1em; - } - fieldset { border: 0px; --- 1,2 ---- |