From: nda Date: Fri, 19 Jun 2015 20:37:38 +0000 (-0300) Subject: login enhance for mobile X-Git-Tag: v0.5.0~35^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=f30aa976e1c56b33687c59d3de8b3481f58a374d;hp=cbecab773526b0c39f3cffa1d4595b5caa781bda;p=github%2Fshaarli%2FShaarli.git login enhance for mobile --- diff --git a/inc/shaarli.css b/inc/shaarli.css index c4348c70..c979ff5e 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css @@ -975,6 +975,20 @@ div.dailyNoEntry { margin: 3px; } + #headerform label { + width: 100%; + display: block; + height: auto; + line-height: 25px; + padding-bottom: 10px; + } + + #headerform label input[type=text], + #headerform label input[type=password]{ + float: right; + width: 70%; + } + .searchform, .tagfilter { display: block !important; margin: 0px 3px 7px 0px !important; diff --git a/tpl/loginform.html b/tpl/loginform.html index 954f6f1f..91b948dd 100644 --- a/tpl/loginform.html +++ b/tpl/loginform.html @@ -10,10 +10,12 @@ You have been banned from login after too many failed attempts. Try later. {else}
- Login:     - Password : -
- + + + + {if="$returnurl"}{/if}