Skip to content
Snippets Groups Projects
Commit 99c86071 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Set version update on discojuice

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2807 44740490-163a-0410-bde0-09ae8108e29a
parent d07f71ac
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ class sspmod_discojuice_EmbedHelper {
public static function head($includeJQuery = TRUE) {
$version = '0.1-' . rand(1000, 9999);
$version = '0.1-2';
$config = SimpleSAML_Configuration::getInstance();
$djconfig = SimpleSAML_Configuration::getOptionalConfig('discojuiceembed.php');
......
<?php
$version = '0.1';
$version = '0.1-2';
header('P3P:CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"');
......
......@@ -114,7 +114,8 @@ div.discojuice a.textlink:hover {
*/
div.discojuice .discojuice_listContent {
overflow: auto;
max-height: 450px;
/* max-height: 40%; */
max-height: 450px;
}
div.discojuice div.scroller {
padding: 1px 1px 10px 1px;
......@@ -222,25 +223,25 @@ div.discojuice div.scroller a {
-moz-border-radius:4px;
-webkit-border-radius:4px;
background-color: #fafafa;
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.3, rgb(220,220,220)),
color-stop(0.9, rgb(240,240,240))
);
background-image: -moz-linear-gradient(
center bottom,
rgb(220,220,220) 30%,
rgb(240,240,240) 90%
);
background-image: -o-linear-gradient(
bottom,
rgb(220,220,220) 30%,
rgb(240,240,240) 90%
);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.3, rgb(220,220,220)),
color-stop(0.9, rgb(240,240,240))
);
background-image: -moz-linear-gradient(
center bottom,
rgb(220,220,220) 30%,
rgb(240,240,240) 90%
);
background-image: -o-linear-gradient(
bottom,
rgb(220,220,220) 30%,
rgb(240,240,240) 90%
);
/* Text */
color: #333;
......
......@@ -98,6 +98,9 @@ DiscoJuice.UI = {
if (debugweight) {
textLink += '<div class="debug">';
textLink += '<input type="text" style="display: block; width: 80%" name="debug.entityID" value="' + item.entityID + '" />';
var w = 0;
if (item.weight) {
w += item.weight;
......
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