From: <txm...@us...> - 2012-12-14 15:35:31
|
Revision: 10389 http://sourceforge.net/p/xoops/svn/10389 Author: txmodxoops Date: 2012-12-14 15:35:28 +0000 (Fri, 14 Dec 2012) Log Message: ----------- Updated Modified Paths: -------------- XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/css/style.css XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/js/jqm-init.js XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/modules/profile/profile_form.html XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/modules/profile/profile_userform.html XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/theme.html Modified: XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/css/style.css =================================================================== --- XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/css/style.css 2012-12-14 00:26:58 UTC (rev 10388) +++ XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/css/style.css 2012-12-14 15:35:28 UTC (rev 10389) @@ -1,6 +1,6 @@ html, body {color: #000; background-color: #fff; margin: 0; padding: 0; font-size:9pt; font-family: Verdana, Arial, Helvetica, sans-serif;} -.item {border: 1px solid #666;} +.item {border: 0;} .itemHead {padding: 3px; background-color: #2A75C5; color: #fff;} .itemInfo {text-align: right; padding: 3px; background-color: #efefef} .itemTitle a {font-size: 1.2em; font-weight: bold; font-variant: small-caps; color: #fff; background-color: transparent;} @@ -45,6 +45,9 @@ #usermenu a.menuTop {border-top: 1px solid #c0c0c0;} #usermenu a.highlight {background-color: #fcc;} +/*======= Form elements ========*/ +/*input[type=radio]{min-width: 150px;}*/ + /*============== Styles for system_siteclosed.html (override system module) =================*/ #xo-siteclose { width: 200px; Modified: XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/js/jqm-init.js =================================================================== --- XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/js/jqm-init.js 2012-12-14 00:26:58 UTC (rev 10388) +++ XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/js/jqm-init.js 2012-12-14 15:35:28 UTC (rev 10389) @@ -39,13 +39,13 @@ $( ".type-home .ui-content p.jqm-version" ).html( html ); $( ".footer-docs p.jqm-version" ).html( foothtml ); - //$('a').buttonMarkup({ mini: true, shadow: false, theme: "b", inline: true }); + $('a.onlineuname').buttonMarkup({ mini: true, shadow: false, theme: "c", inline: true }); $('[type="button"], [type="submit"]').button({ mini: true, shadow: false, inline: true }); $('input[type="checkbox"]').checkboxradio({ mini: true, shadow: false, inline: true }); $('input[type="radio"]').checkboxradio({ mini: true, shadow: false, inline: true }); $('select').selectmenu('open'); - + $.mobile.selectmenu.prototype.options.initSelector = "select"; $.mobile.touchOverflowEnabled = true; @@ -53,7 +53,7 @@ // display page controls $(document).bind( 'pagecreate', function() { - //$('a').buttonMarkup({ mini: true, shadow: false, theme: "b", inline: true }); + $('a.onlineuname').buttonMarkup({ mini: true, shadow: false, theme: "b", inline: true }); $('[type="button"], [type="submit"]').button({ mini: true, shadow: false, inline: true }); $("input[type='checkbox']").checkboxradio({ mini: true, shadow: false, inline: true }); $("input[type='radio']").checkboxradio({ mini: true, shadow: false, inline: true }); Modified: XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/modules/profile/profile_form.html =================================================================== --- XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/modules/profile/profile_form.html 2012-12-14 00:26:58 UTC (rev 10388) +++ XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/modules/profile/profile_form.html 2012-12-14 15:35:28 UTC (rev 10389) @@ -3,7 +3,6 @@ <div class="profile-form" id="profile-form-<{$xoForm.name}>"> <{foreach item=element from=$xoForm.elements}> <{if !$element.hidden}> - <div> <div class="head"> <div class='xoops-form-element-caption<{if $element.required}>-required<{/if}>'> <span class='caption-text'><{$element.caption}></span> @@ -15,8 +14,7 @@ </div> <div class="<{cycle values='odd, even'}>"> <{$element.body}> - </div> - </div> + </div> <{/if}> <{/foreach}> </div> Modified: XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/modules/profile/profile_userform.html =================================================================== --- XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/modules/profile/profile_userform.html 2012-12-14 00:26:58 UTC (rev 10388) +++ XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/modules/profile/profile_userform.html 2012-12-14 15:35:28 UTC (rev 10389) @@ -1,6 +1,6 @@ -<div data-role="fieldcontain"> <label class="bold"><{$lang_login}></label> - <form action="user.php" method="post"> + <form action="user.php" method="post"> + <div data-role="fieldcontain"> <label for="pageuname"><{$lang_username}></label> <input type="text" name="uname" id="pageuname" maxlength="25" value="<{$usercookie}>" placeholder="<{$lang_username}>" /><br /><br /> <label for="pagepass"><{$lang_password}></label> @@ -8,7 +8,8 @@ <{if isset($lang_rememberme)}> <input type="checkbox" name="rememberme" id="checkbox-pagerememberme" class="custom" value="On" checked /><br /><br /> <label for="checkbox-pagerememberme"><{$lang_rememberme}></label> - <{/if}> + <{/if}> + </div> <input type="hidden" name="op" value="login" /> <input type="hidden" name="xoops_redirect" value="<{$redirect_page}>" /> <input type="submit" value="<{$lang_login}>" /> @@ -16,16 +17,16 @@ <br /><br /> <a name="lost"></a> <div><{$lang_notregister}><br /></div> -</div> + <br /> -<div data-role="fieldcontain"> <label class="bold"><{$lang_lostpassword}><br /><{$lang_noproblem}></label> - <form action="lostpass.php" method="post"> + <form action="lostpass.php" method="post"> + <div data-role="fieldcontain"> <label for="youremail"><{$lang_youremail}></label> - <input type="text" name="email" size="26" id="youremail" maxlength="60" placeholder="<{$lang_youremail}>" /><br /> + <input type="text" name="email" size="26" id="youremail" maxlength="60" placeholder="<{$lang_youremail}>" /><br /> + </div> <input type="hidden" name="op" value="mailpasswd" /> <input type="hidden" name="t" value="<{$mailpasswd_token}>" /> - <input type="submit" value="<{$lang_sendpassword}>" /> + <input type="submit" value="<{$lang_sendpassword}>" /> </form> -</div> \ No newline at end of file Modified: XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/theme.html =================================================================== --- XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/theme.html 2012-12-14 00:26:58 UTC (rev 10388) +++ XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/theme.html 2012-12-14 15:35:28 UTC (rev 10389) @@ -19,24 +19,16 @@ <{* /header *}> <div data-role="content"> <div class="content-primary"> - <{if !$xoops_isadmin }> - <{* Additionals Ads *}> - <{includeq file="$theme_tpl/advertise.html"}> - <{/if}> <{if $xoops_contents }> <div class="xcontent"><{$xoops_contents}></div> <{else }> <div class="xcontent"><{includeq file="$theme_tpl/dcontent.html"}></div> - <{/if}> + <{/if}> </div><{* /content-primary *}> <div class="content-secondary"> <div data-role="collapsible" data-collapsed="true" data-theme="b" data-content-theme="d"> <h3>View Blocks</h3> - <{includeq file="$theme_tpl/blocks_left.html"}> - <{if !$xoops_isadmin }> - <{* Additionals Ads *}> - <{includeq file="$theme_tpl/advertise.html"}> - <{/if}> + <{includeq file="$theme_tpl/blocks_left.html"}> <{includeq file="$theme_tpl/blocks_right.html"}> </div><{* /data-collapsed *}> </div><{* /content secondary *}> |