From c588aac4b6c9fdf0c0f3f41c08857de3abf7f09c Mon Sep 17 00:00:00 2001 From: "renater.salaun" <renater.salaun@047e039d-479c-447e-8a29-aa6bf4a09bab> Date: Fri, 17 Oct 2014 08:20:58 +0000 Subject: [PATCH] Fix SP select to 100% in first tab not to make the text get truncated Reported by Thomas Baerecke git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@31 047e039d-479c-447e-8a29-aa6bf4a09bab --- templates/web/account_wizard.tt2.html | 2 +- templates/web/index.tt2.html | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/web/account_wizard.tt2.html b/templates/web/account_wizard.tt2.html index d50843b..1b4698e 100644 --- a/templates/web/account_wizard.tt2.html +++ b/templates/web/account_wizard.tt2.html @@ -9,7 +9,7 @@ jQuery(document).ready(function($){ bodyTag: "fieldset", stepsOrientation: "vertical", transitionEffect: "slideLeft", - saveState: true, + //saveState: true, onStepChanging: function (event, currentIndex, newIndex) { diff --git a/templates/web/index.tt2.html b/templates/web/index.tt2.html index 37e02b5..b6a63f5 100644 --- a/templates/web/index.tt2.html +++ b/templates/web/index.tt2.html @@ -7,7 +7,8 @@ html1/DTD/xhtml1-transitional.dtd"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> - +<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> + <link type="text/css" href="resources/jquery.ui.1.11.1.css" rel="Stylesheet" /> <link rel="icon" type="image/png" href="/images/favicon.png" /> <link href="resources/jquery.steps.css" rel="stylesheet"> @@ -60,6 +61,7 @@ dd.parametre {margin-bottom: 15px;} div.important{border-style:solid;border-color:black;border-width:1px;background-color:#F5DEB3;padding:5px;} .mandatory{color:#e00853;font-style:italic;font-weight:bold;margin:0 3px} .notice{border:2px solid #05a;padding:5px 5px 5px 5px;margin:20px;} +#sp_entityid{width:100%;} --></STYLE> <title> [% PROCESS 'templates/web/title.tt2.html' %] </title> -- GitLab