Modification visuel
@ -1,7 +1,5 @@
|
||||
<div id="result">
|
||||
<div id="accordion">
|
||||
<?php echo $this->action('criteres', 'index');?>
|
||||
</div>
|
||||
<div id="accordion">
|
||||
<?php echo $this->action('criteres', 'index');?>
|
||||
</div>
|
||||
<div id="tabs">
|
||||
<ul>
|
||||
@ -18,12 +16,11 @@
|
||||
|
||||
<script>
|
||||
$(function() {
|
||||
var icons = {
|
||||
header: "ui-icon-circle-arrow-e",
|
||||
headerSelected: "ui-icon-circle-arrow-s"
|
||||
};
|
||||
$( "#accordion" ).accordion({
|
||||
icons: icons
|
||||
icons: {
|
||||
header: "ui-icon-circle-arrow-e",
|
||||
headerSelected: "ui-icon-circle-arrow-s"
|
||||
}
|
||||
});
|
||||
$( "#toggle" ).button().toggle(function() {
|
||||
$( "#accordion" ).accordion( "option", "icons", false );
|
||||
|
BIN
public/themes/default/images/Thumbs.db
Normal file
Before Width: | Height: | Size: 660 B After Width: | Height: | Size: 1.4 KiB |
BIN
public/themes/default/images/menu/Thumbs.db
Normal file
BIN
public/themes/default/images/pdn/Thumbs.db
Normal file
BIN
public/themes/default/images/pdn/bleu/Thumbs.db
Normal file
BIN
public/themes/default/images/pdn/bleu/bg-home-tile.jpg
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
public/themes/default/images/pdn/bleu/bg-home-tile_test.pdn
Normal file
BIN
public/themes/default/images/pdn/bleu/bg_primaryNav_left.gif
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
public/themes/default/images/pdn/bleu/bg_primaryNav_right.gif
Normal file
After Width: | Height: | Size: 897 B |
BIN
public/themes/default/images/pdn/bleu/bg_secondaryNav_left.gif
Normal file
After Width: | Height: | Size: 495 B |
BIN
public/themes/default/images/pdn/bleu/bg_secondaryNav_right.gif
Normal file
After Width: | Height: | Size: 112 B |
BIN
public/themes/default/images/pdn/ori/Thumbs.db
Normal file
BIN
public/themes/default/images/pdn/ori/bg-home-tile.jpg
Normal file
After Width: | Height: | Size: 660 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 207 B |
BIN
public/themes/default/images/pdn/ori/bg_secondaryNav_left.gif
Normal file
After Width: | Height: | Size: 495 B |
BIN
public/themes/default/images/pdn/ori/bg_secondaryNav_right.gif
Normal file
After Width: | Height: | Size: 112 B |
@ -1,5 +1,5 @@
|
||||
body {
|
||||
background: url("/themes/default/images/bg-home-tile.jpg") repeat-x scroll 50% 0 #39414A;
|
||||
background: url("/themes/default/images/bg-home-tile.jpg") repeat-x scroll 50% 0 #005596;
|
||||
color: #FFFFFF;
|
||||
font: 62.5% "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif !important;
|
||||
margin: 0;
|
||||
@ -8,7 +8,7 @@ body {
|
||||
|
||||
#global {
|
||||
position: relative;
|
||||
width:1050px;
|
||||
width:1000px;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
@ -111,8 +111,8 @@ body {
|
||||
|
||||
#content {
|
||||
margin:0;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
#wrapper
|
||||
{
|
||||
margin-top:34px;
|
||||
@ -198,7 +198,7 @@ h3 {
|
||||
}
|
||||
|
||||
.ui-tabs .ui-tabs-nav {
|
||||
font-size: 1em;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
#comptage .valeur {
|
||||
@ -207,16 +207,17 @@ h3 {
|
||||
|
||||
#tabs {
|
||||
float:left;
|
||||
margin: 2px;
|
||||
width:710px;
|
||||
margin:2px;
|
||||
width:700px;
|
||||
}
|
||||
|
||||
#result {
|
||||
/*background: #ffffff;*/
|
||||
#accordion {
|
||||
background: #ffffff;
|
||||
color: #000000;
|
||||
float:left;
|
||||
width:300px;
|
||||
float:right;
|
||||
width:280px;
|
||||
margin:2px;
|
||||
padding:2px;
|
||||
}
|
||||
|
||||
.clearfix:after {
|
||||
|