FSN#36285 scherm beter passend op mobile

svn path=/Website/trunk/; revision=29242
This commit is contained in:
Ruud Lipper
2016-04-29 10:31:47 +00:00
parent 2cf6f29461
commit 600b9a7a42
2 changed files with 7 additions and 1 deletions

View File

@@ -64,6 +64,8 @@
bottom: 0!important;
}
#mod_pass2mail {width: 300px !important;}
.c1, .n1 { color: #333; font-size: 0.9em !important; font-weight: lighter !important;}
.cs1 {color: #CD2324; margin-left: 8px;}
.c2, .date, .n2 { font-size: 0.7em; font-weight: normal;}

View File

@@ -28,13 +28,17 @@ ANONYMOUS_Allowed = 1;
<!--#include file="../Shared/common.inc"-->
<!--#include file="../Shared/iface.inc"-->
<!--#include file="../Shared/send_mail.inc"-->
<!--#include file="../shared/useragent.inc" -->
<%
var mode = "A";
if (!S("email_password"))
shared.simpel_page(L("lcl_no_auth"));
checkUserAgent(); // heeft device capability bits gezet
if (device.test(device.isMobile))
FCLTHeader.Requires({css:["../pda/default.css"]});
%>
<html>
<head>