Mise à jour des css

This commit is contained in:
Michael RICOIS 2012-02-08 14:24:19 +00:00
parent 9f55223f97
commit 42d9bc9cb4
12 changed files with 286 additions and 193 deletions

View File

@ -1,7 +1,7 @@
#infogeo_txt {
float:left;
width:200px;
padding:20px 0 0 20px;
width:250px;
padding:10px 0;
}
#infogeo_photo {

View File

@ -1,10 +1,5 @@
@CHARSET "UTF-8";
input, select {
display:none;
}
.compteAnnuels{
width:100px; !important
.compteAnnuels .tdP{
font-size:13px;
}
.compteAnnuels table {
@ -29,9 +24,7 @@ input, select {
.compteAnnuels .center {
text-align:center;
}
.bilansTAB {
width: 500px;
}
.compteAnnuels .bilansTAB td {
font-size:11px; !important
}

View File

@ -0,0 +1,6 @@
html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); }
div.jgrowl { position:absolute; }
button { border:0; }

View File

@ -1,5 +1,5 @@
/*
* jQuery UI CSS Framework 1.8.14
* jQuery UI CSS Framework 1.8.17
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
@ -13,12 +13,9 @@
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
@ -42,7 +39,7 @@
/*
* jQuery UI CSS Framework 1.8.14
* jQuery UI CSS Framework 1.8.17
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
@ -288,7 +285,7 @@
/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/themes/default/images/smoothness/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/themes/default/images/smoothness/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
* jQuery UI Resizable 1.8.14
* jQuery UI Resizable 1.8.17
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
@ -307,7 +304,7 @@
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
* jQuery UI Selectable 1.8.14
* jQuery UI Selectable 1.8.17
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
@ -317,7 +314,7 @@
*/
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
* jQuery UI Accordion 1.8.14
* jQuery UI Accordion 1.8.17
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
@ -336,7 +333,7 @@
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
* jQuery UI Autocomplete 1.8.14
* jQuery UI Autocomplete 1.8.17
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
@ -350,7 +347,7 @@
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
/*
* jQuery UI Menu 1.8.14
* jQuery UI Menu 1.8.17
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
@ -389,7 +386,7 @@
margin: -1px;
}
/*
* jQuery UI Button 1.8.14
* jQuery UI Button 1.8.17
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
@ -427,7 +424,7 @@ input.ui-button { padding: .4em 1em; }
/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
* jQuery UI Dialog 1.8.14
* jQuery UI Dialog 1.8.17
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
@ -448,7 +445,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
* jQuery UI Slider 1.8.14
* jQuery UI Slider 1.8.17
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
@ -471,7 +468,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
* jQuery UI Tabs 1.8.14
* jQuery UI Tabs 1.8.17
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
@ -489,7 +486,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
* jQuery UI Datepicker 1.8.14
* jQuery UI Datepicker 1.8.17
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
@ -556,7 +553,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
width: 200px; /*must have*/
height: 200px; /*must have*/
}/*
* jQuery UI Progressbar 1.8.14
* jQuery UI Progressbar 1.8.17
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
@ -564,5 +561,5 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
*
* http://docs.jquery.com/UI/Progressbar#theming
*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

View File

@ -0,0 +1,35 @@
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }
.jcrop-vline, .jcrop-hline
{
font-size: 0;
position: absolute;
background: white url('../images/Jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
font-size: 1px;
width: 7px !important;
height: 7px !important;
border: 1px #eee solid;
background-color: #333;
*width: 9px;
*height: 9px;
}
.jcrop-tracker { width: 100%; height: 100%; }
.custom .jcrop-vline,
.custom .jcrop-hline
{
background: yellow;
}
.custom .jcrop-handle
{
border-color: black;
background-color: #C7BB00;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

View File

@ -0,0 +1,25 @@
.jquery-checkbox {display: inline; font-size: 20px; line-height: 20px; cursor: pointer; cursor: hand;}
.jquery-checkbox .mark {display: inline;}
.jquery-checkbox img {vertical-align: middle; width: 60px; height: 20px;}
.jquery-checkbox img{background: transparent url(/themes/default/images/checkbox/checkbox.png) no-repeat;}
.jquery-checkbox img{
background-position: 0px 0px;
}
.jquery-checkbox-hover img{
background-position: 0px -20px;
}
.jquery-checkbox-checked img{
background-position: 0px -40px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
background-position: 0px -60px;
}
.jquery-checkbox-disabled img{
background-position: 0px -80px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
background-position: 0px -100px;
}

View File

@ -2,14 +2,14 @@
* qTip2 - Pretty powerful tooltips
* http://craigsworks.com/projects/qtip2/
*
* Version: nightly
* Version: 2.0.0pre
* Copyright 2009-2010 Craig Michael Thompson - http://craigsworks.com
*
* Dual licensed under MIT or GPLv2 licenses
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Sat Aug 27 09:34:17.0000000000 2011
* Date: Fri Jan 6 22:07:57 2012 +0000
*/
/* Core qTip styles */
@ -19,13 +19,11 @@
top: -28000px;
display: none;
max-width: 800px;
max-width: 500px;
min-width: 50px;
font-size: 10.5px;
line-height: 12px;
z-index: 15000;
}
/* Fluid class for determining actual width in IE */
@ -40,10 +38,9 @@
position: relative;
padding: 5px 9px;
overflow: hidden;
border-width: 1px;
border-style: solid;
border: 1px solid #000001;
text-align: left;
word-wrap: break-word;
overflow: hidden;
@ -54,9 +51,9 @@
min-height: 14px;
padding: 5px 35px 5px 10px;
overflow: hidden;
border: 1px solid #000001;
border-width: 1px 1px 0;
border-style: solid;
font-weight: bold;
}
@ -138,31 +135,6 @@
color: #111;
}
/* Tips plugin */
.ui-tooltip .ui-tooltip-tip{
margin: 0 auto;
overflow: hidden;
background: transparent !important;
border: 0px dashed transparent !important;
z-index: 10;
}
.ui-tooltip .ui-tooltip-tip,
.ui-tooltip .ui-tooltip-tip *{
position: absolute;
line-height: 0.1px !important;
font-size: 0.1px !important;
color: #123456;
background: transparent;
border: 0px dashed transparent;
}
.ui-tooltip .ui-tooltip-tip canvas{ top: 0; left: 0; }
/* Modal plugin */
#qtip-overlay{
position: fixed;
@ -186,6 +158,28 @@
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
/* Tips plugin */
.ui-tooltip .ui-tooltip-tip{
margin: 0 auto;
overflow: hidden;
z-index: 10;
}
.ui-tooltip .ui-tooltip-tip,
.ui-tooltip .ui-tooltip-tip *{
position: absolute;
line-height: 0.1px !important;
font-size: 0.1px !important;
color: #123456;
background: transparent;
border: 0px dashed transparent;
}
.ui-tooltip .ui-tooltip-tip canvas{ top: 0; left: 0; }
/*! Light tooltip style */
.ui-tooltip-light .ui-tooltip-titlebar,
.ui-tooltip-light .ui-tooltip-content{
@ -313,6 +307,26 @@
background-position: -2px 0;
}
/*! Blue tooltip style */
.ui-tooltip-bluesd .ui-tooltip-titlebar,
.ui-tooltip-bluesd .ui-tooltip-content{
border-color: #00008C;
color: #FFFFFF;
}
.ui-tooltip-bluesd .ui-tooltip-content{
background-color: #000CFF;
font-weight:bold;
}
.ui-tooltip-bluesd .ui-tooltip-titlebar{
background-color: #00008C;
}
.ui-tooltip-bluesd .ui-state-default .ui-tooltip-icon{
background-position: -2px 0;
}
/*! Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE6+, Safari 2+ */
.ui-tooltip-shadow{
-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
@ -559,4 +573,5 @@
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-titlebar{
filter: none;
-ms-filter: none;
}
}

View File

@ -1,10 +1,30 @@
/* Reset
----------------------------------*/
*, html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */
/* Main
----------------------------------*/
body {
background-color: #bebebe;
font:11px Arial,Helvetica,sans-serif;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
text-align: center; /* pour corriger le bug de centrage IE */
}
#global {
width:900px;
margin:0 auto;
text-align:left;
}
@ -48,8 +68,8 @@ body {
}
a:link {color: #9c093a; text-decoration:none;}
a:visited {color: #9c093a; text-decoration:none;}
a:hover {color: blue; text-decoration:none;}
a:visited {color: #0000CC; text-decoration:none;}
a:hover {color: #000066; text-decoration:none;}
#center h1 {
clear:both;
@ -109,4 +129,119 @@ input, select {
font: 11px Arial,Helvetica,sans-serif;
}
.ui-autocomplete-loading { background: white url('/themes/default/images/ui-anim_basic_16x16.gif') right center no-repeat; }
.ui-autocomplete-loading { background: white url('/themes/default/images/ui-anim_basic_16x16.gif') right center no-repeat; }
div.ui-state-highlight p {
margin: 10px;
font-size: 12px;
}
.noborder {
border:0;
}
/* Menu
----------------------------------*/
div#menu {
width:200px;
margin:0;
}
div#menu .ui-widget {
font-family:Arial, Sans-serif;
font-size:12px;
}
div#menu ul.navigation {
display:block;
overflow:hidden;
}
div#menu ul.navigation li {
list-style-type:none;
}
div#menu ul.navigation li a {
display:block;
padding:0 20px;
text-decoration:none;
font-weight:bold;
color:#fff;
height:25px;
line-height:25px;
background:#808080 url(/themes/default/images/menu/title.gif);
}
div#menu ul.navigation li ul {
padding:0;
overflow:hidden;
}
div#menu ul.navigation li {
display:block;
}
div#menu ul.navigation li ul li a {
display:block;
padding:0 5px;
margin:0;
background:#eee;
border-bottom:1px solid #ddd;
text-decoration:none;
color:#066;
font-weight:normal;
}
div#menu ul.navigation li ul li a:hover {
background:#066 url(/themes/default/images/menu/linkarrow.gif) no-repeat right center;
color: #fff;
}
div#menu ul.navigation li ul li a.inactif {
color:gray;
}
div#menu ul.navigation li a .ui-icon-triangle-1-e {
background:url(/themes/default/images/menu/collapsed.gif) no-repeat left center;
}
div#menu ul.navigation li a .ui-icon-triangle-1-s {
background:url(/themes/default/images/menu/expanded.gif) no-repeat left center;
}
div#menu ul.navigation li ul li a .ui-icon {
margin:0;
padding:0;
background:none;
}
.ui-accordion-content {
overflow: hidden;
}
div#menu ul.navigation li a.ui-corner-all {
border-radius: 0;
}
div#menu ul.navigation li a.ui-corner-top {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
div#menu ul.navigation li a.ui-accordion-header {
margin-top: 0;
}
div#menu ul.navigation li a.ui-state-default,
div#menu ul.navigation li a.ui-state-hover,
div#menu ul.navigation li a.ui-state-active {
border: 0;
}
div#menu div.icones {
text-align:center;
margin-top:5px;
}

View File

@ -1,100 +0,0 @@
div#menu {
width:200px;
margin:0;
}
div#menu .ui-widget {
font-family:Arial, Sans-serif;
font-size:12px;
}
div#menu ul.navigation {
display:block;
overflow:hidden;
}
div#menu ul.navigation li {
list-style-type:none;
}
div#menu ul.navigation li a {
display:block;
padding:0 20px;
text-decoration:none;
font-weight:bold;
color:#fff;
height:25px;
line-height:25px;
background:#808080 url(/themes/default/images/menu/title.gif);
}
div#menu ul.navigation li ul {
padding:0;
overflow:hidden;
}
div#menu ul.navigation li {
display:block;
}
div#menu ul.navigation li ul li a {
display:block;
padding:0 5px;
margin:0;
background:#eee;
border-bottom:1px solid #ddd;
text-decoration:none;
color:#066;
font-weight:normal;
}
div#menu ul.navigation li ul li a:hover {
background:#066 url(/themes/default/images/menu/linkarrow.gif) no-repeat right center;
color: #fff;
}
div#menu ul.navigation li ul li a.inactif {
color:gray;
}
div#menu ul.navigation li a .ui-icon-triangle-1-e {
background:url(/themes/default/images/menu/collapsed.gif) no-repeat left center;
}
div#menu ul.navigation li a .ui-icon-triangle-1-s {
background:url(/themes/default/images/menu/expanded.gif) no-repeat left center;
}
div#menu ul.navigation li ul li a .ui-icon {
margin:0;
padding:0;
background:none;
}
.ui-accordion-content {
overflow: hidden;
}
div#menu ul.navigation li a.ui-corner-all {
border-radius: 0;
}
div#menu ul.navigation li a.ui-corner-top {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
div#menu ul.navigation li a.ui-accordion-header {
margin-top: 0;
}
div#menu ul.navigation li a.ui-state-default,
div#menu ul.navigation li a.ui-state-hover,
div#menu ul.navigation li a.ui-state-active {
border: 0;
}
div#menu div.icones {
text-align:center;
margin-top:5px;
}

View File

@ -6,7 +6,7 @@ fieldset {border:0; margin:0; padding:0;}
fieldset legend{ padding:0 0 0 10px;}
.fieldgrp{clear:both; margin:0 0 .5em 30px; overflow:hidden;}
.fieldgrp:after{content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0; }
.fieldgrp label{font-weight:bold; margin-left:30px; width:80px; clear:both; padding:0 10px 0 0; line-height:22px;_padding-top:3px; float:left; display:block; font-size:108%;}
.fieldgrp label{font-weight:bold; margin-left:30px; width:100px; clear:both; padding:0 10px 0 0; line-height:22px;_padding-top:3px; float:left; display:block; font-size:108%;}
.fieldgrp label span{font-weight:normal;}
.fieldgrp label abbr{color:#4B911C; font-size:120%; vertical-align:middle;}
.field { float:left; padding:0 10px 0 0; line-height:22px; _padding-top:3px;}
@ -24,7 +24,7 @@ input[type="checkbox"] { margin:0 5px 0 5px; border:0; }
table.greffe {
width:90%;
width:95%;
margin:5px 10px;
border-collapse:collapse;
}

View File

@ -8,7 +8,7 @@
}
#recherche {
margin:78px auto;
margin:78px auto 20px auto;
}
#recherche h3 {
@ -31,18 +31,18 @@
form.recherche {
padding:20px;
padding:20px 0;
text-align:left;
}
form.recherche label {
clear:both;
float:left;
width:200px;
width:250px;
line-height:20px;
font-weight:bold;
text-align:right;
padding-right:10px;
padding-right:5px;
}
form.recherche div.field {
@ -68,7 +68,7 @@ form.recherche input {
}
form.recherche input#voie {
margin-left:10px;
margin-left:11px;
}
form.recherche select {

View File

@ -1,13 +0,0 @@
*, html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */