Modification visuel

This commit is contained in:
Michael RICOIS 2011-12-29 13:27:58 +00:00
parent fe955f5c23
commit 1b03c11921
19 changed files with 17 additions and 19 deletions

View File

@ -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 );

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 660 B

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 897 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 B

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 B

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 207 B

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 B

View File

@ -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 {