Skip to content
Snippets Groups Projects
Commit c588aac4 authored by renater.salaun's avatar renater.salaun
Browse files

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
parent b554f012
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ jQuery(document).ready(function($){
bodyTag: "fieldset",
stepsOrientation: "vertical",
transitionEffect: "slideLeft",
saveState: true,
//saveState: true,
onStepChanging: function (event, currentIndex, newIndex)
{
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment