Update of /cvsroot/mxbb/core/templates/prosilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26764/templates/prosilver/admin Modified Files: mx_pagecp_admin_body.html mx_modulecp_admin_body.html mx_module_admin_body.html mx_blockcp_admin_body.html words_list_body.html Log Message: specific style modifications Index: words_list_body.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/admin/words_list_body.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** words_list_body.html 8 Jan 2008 18:04:26 -0000 1.1 --- words_list_body.html 20 Feb 2008 12:55:18 -0000 1.2 *************** *** 5,8 **** --- 5,9 ---- <input type="submit" name="add" value="{L_ADD_WORD}" class="button2" /> </p> + <div style="clear:both"></div> <table cellspacing="1" cellpadding="4"> <thead> Index: mx_pagecp_admin_body.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/admin/mx_pagecp_admin_body.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_pagecp_admin_body.html 8 Jan 2008 18:04:25 -0000 1.1 --- mx_pagecp_admin_body.html 20 Feb 2008 12:55:18 -0000 1.2 *************** *** 295,300 **** <p>{L_EXPLAIN}</p> ! <div style="float:right;"> ! <form method="post" name="jumpbox" action="{S_ACTION}"> <fieldset> <legend>{L_QUICK_NAV}</legend> --- 295,300 ---- <p>{L_EXPLAIN}</p> ! <div id="quick_blocks" style="float:right;"> ! <form method="post" name="jumpbox" action="{S_ACTION}" style="overflow:hidden;display:block;"> <fieldset> <legend>{L_QUICK_NAV}</legend> Index: mx_modulecp_admin_body.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/admin/mx_modulecp_admin_body.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_modulecp_admin_body.html 11 Feb 2008 11:07:04 -0000 1.3 --- mx_modulecp_admin_body.html 20 Feb 2008 12:55:18 -0000 1.4 *************** *** 248,252 **** <div class="inner"> <form action="{S_ACTION}" method="post" name="jumpbox"> ! <div style="float:left;width:45%;"> <fieldset> <legend>{L_INCLUDE_BLOCK}</legend> --- 248,252 ---- <div class="inner"> <form action="{S_ACTION}" method="post" name="jumpbox"> ! <div id="quick_blocks" style="float:left;width:45%;"> <fieldset> <legend>{L_INCLUDE_BLOCK}</legend> *************** *** 272,276 **** </fieldset> </div> ! <div style="float:right;margin-left:10px;"> <fieldset> <legend>{L_QUICK_NAV}</legend> --- 272,276 ---- </fieldset> </div> ! <div id="quick_blocks" style="float:right;margin-left:10px;"> <fieldset> <legend>{L_QUICK_NAV}</legend> Index: mx_blockcp_admin_body.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/admin/mx_blockcp_admin_body.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** mx_blockcp_admin_body.html 14 Feb 2008 09:39:07 -0000 1.7 --- mx_blockcp_admin_body.html 20 Feb 2008 12:55:18 -0000 1.8 *************** *** 224,229 **** <!-- BEGIN dynamic_select --> <form name="DYNAMIC_LIST" method="post" action="{S_ACTION}"> ! <div> <div style="float:left;width:20%"> <h3>{L_MODULE}</h3> --- 224,230 ---- <!-- BEGIN dynamic_select --> + <form name="DYNAMIC_LIST" method="post" action="{S_ACTION}"> ! <div id="quick_blocks"> <div style="float:left;width:20%"> <h3>{L_MODULE}</h3> Index: mx_module_admin_body.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/admin/mx_module_admin_body.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_module_admin_body.html 8 Jan 2008 18:01:21 -0000 1.3 --- mx_module_admin_body.html 20 Feb 2008 12:55:18 -0000 1.4 *************** *** 195,199 **** <div style="display:block;"> ! <div style="float:left;display:block;"> <form action="{S_ACTION}" method="post"> <fieldset> --- 195,199 ---- <div style="display:block;"> ! <div id="quick_blocks" style="float:left;display:block;"> <form action="{S_ACTION}" method="post"> <fieldset> *************** *** 207,211 **** </form> </div> ! <div style="float:right;"> <form method="post" name="jumpbox" action="{S_ACTION}"> <fieldset style="white-space:nowrap;"> --- 207,211 ---- </form> </div> ! <div id="quick_blocks" style="float:right;"> <form method="post" name="jumpbox" action="{S_ACTION}"> <fieldset style="white-space:nowrap;"> *************** *** 341,344 **** --- 341,345 ---- <!-- END module --> </div> + <span class="corners-bottom"><span></span></span> </div> <p></p> |