Browse Source

- Fix littles issues on the CSS again

pull/16/head
Jaussoin Timothée 12 years ago
parent
commit
205374baca
  1. 8
      app/widgets/Chat/_chat_contact.tpl
  2. 5
      app/widgets/Login/login.css
  3. 15
      app/widgets/Login/login.tpl
  4. 1
      themes/movim/css/mobile.css

8
app/widgets/Chat/_chat_contact.tpl

@ -24,23 +24,23 @@
state = 0;
{$send}
return false;
}/* else {
} else {
if(state == 0 || state == 2) {
state = 1;
{$composing}
since = new Date().getTime();
}
}*/
}
"
onkeyup="
movim_textarea_autoheight(this);
/*setTimeout(function()
setTimeout(function()
{
if(state == 1 && since+5000 < new Date().getTime()) {
state = 2;
{$paused}
}
},5000); */
},5000);
"
></textarea>
</div>

5
app/widgets/Login/login.css

@ -37,10 +37,6 @@ body {
color: white;
}
#loginpage #warning {
margin-bottom: 0.7em;
}
#loginpage #connectform {
box-shadow: 0px 0.1em 0px rgba(0, 0, 0, 0.2);
padding: 0.5em;
@ -80,6 +76,7 @@ body {
#loginpage .infos {
color: white;
text-align: center;
line-height: 2em;
}
#loginpage #loginhelp {

15
app/widgets/Login/login.tpl

@ -66,16 +66,17 @@
<iframe id="passwordiframe" name="passwordiframe" style="display: none;"></iframe>
<div id="warning">{$warnings}</div>
<div class="infos">
{$c->t('Population')} {$pop}
{$c->t('No account yet ?')}
<a href="{$c->route('account')}">
{$c->t('Create one !')}
</a>
</div>
<div class="clear"></div>
</form>
<div class="infos">
{$c->t('Population')} {$pop}
{$c->t('No account yet ?')}
<a href="{$c->route('account')}">
{$c->t('Create one !')}
</a>
</div>
{/if}
<div class="admin">

1
themes/movim/css/mobile.css

@ -167,6 +167,7 @@ table#feedsubmitform {
}
#loginpage {
margin: 0.5em !important;
margin-top: 20% ! important;
background-position: center 0em !important;
}

Loading…
Cancel
Save