[-] FO : Fixed mobile theme authentication CSS

This commit is contained in:
Francois Gaillard
2013-03-12 14:16:52 +01:00
parent 32e9c7ff4f
commit a0d25c399c
3 changed files with 4 additions and 14 deletions
+2 -1
View File
@@ -56,7 +56,8 @@ class AuthControllerCore extends FrontController
public function setMedia()
{
parent::setMedia();
$this->addCSS(_THEME_CSS_DIR_.'authentication.css');
if (Context::getContext()->getMobileDevice() === false)
$this->addCSS(_THEME_CSS_DIR_.'authentication.css');
$this->addJqueryPlugin('typewatch');
$this->addJS(_THEME_JS_DIR_.'tools/statesManagement.js');
}
@@ -1,6 +1,6 @@
<div data-role="content" id="content">
<form action="{$link->getPageLink('authentication', true)}" method="post" id="create-account_form" class="std login_form">
<form action="{$link->getPageLink('authentication', true)}" method="post" id="create-account_form" class="std login_form" data-ajax="false">
<h2>{l s='Create an account'}</h2>
<div class="form_content clearfix">
<p class="title_block">{l s='Enter your email address to create an account'}.</p>
+1 -12
View File
@@ -67,6 +67,7 @@
/* JQUERY MOBILE */
.ui-content {
margin: 20px;
overflow-y:hidden;
}
@@ -362,18 +363,6 @@ ul.pagination_mobile {
border:1px solid red;
}
#account-creation_form p .ui-radio-on .ui-icon {
width:0;
height:18px;
background:none;
background-image:url(../img/icons-18-white.png);
background-position:-720px 50%;
background-repeat:no-repeat;
-moz-border-radius:9px;
-webkit-border-radius:9px;
border-radius:9px;
}
#account-creation_form p.select .ui-select .ui-icon {
background:none;
}