Mise à jour css
This commit is contained in:
parent
a336aa06b1
commit
6fbdebedc9
132
cache/pages/themes/default/styles/comment.css
vendored
Normal file
132
cache/pages/themes/default/styles/comment.css
vendored
Normal file
@ -0,0 +1,132 @@
|
||||
#commentaires h1 {
|
||||
clear:both;
|
||||
margin:20px 0 5px 0;
|
||||
padding:0;
|
||||
background:none;
|
||||
color:#000000;
|
||||
font:bold 1.2em Arial, Verdana, Sans-serif;
|
||||
border:0;
|
||||
}
|
||||
|
||||
#commentaires h2 {
|
||||
clear:both;
|
||||
margin:20px 0 5px 0;
|
||||
padding:0;
|
||||
background:none;
|
||||
color:#000000;
|
||||
font:italic 1.1em Arial, Verdana, Sans-serif;
|
||||
border:0;
|
||||
}
|
||||
|
||||
#commentaires h3 {
|
||||
clear:both;
|
||||
margin:10px 0;
|
||||
padding:0;
|
||||
background:none;
|
||||
color:#000000;
|
||||
font:normal 1em Arial, Verdana, Sans-serif;
|
||||
border:0;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
#commentaires h4 {
|
||||
clear:both;
|
||||
margin:10px 0;
|
||||
padding:0;
|
||||
background:none;
|
||||
color:#000000;
|
||||
font:normal 0.8em Arial, Verdana, Sans-serif;
|
||||
border:0;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
#commentaires table td, #commentaires table th {
|
||||
border:1px solid #000000;
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
#commentaires table {
|
||||
border-collapse:collapse;
|
||||
margin:5px 0;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
#commentaires table td {
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
#commentaires table.TABLEAUDEFAUTPLUS {
|
||||
width:48%;
|
||||
float:left;
|
||||
margin:2px;
|
||||
}
|
||||
|
||||
#commentaires table.TABLEAUDEFAUTMOINS {
|
||||
width:48%;
|
||||
float:left;
|
||||
margin:2px;
|
||||
}
|
||||
|
||||
#commentaires table.TABLEAUDEFAUTNORME {
|
||||
clear:both;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
#commentaires table.TABLEAUDEFINANCIER {
|
||||
clear:both;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
#commentaires table.TABLEAUDEFINANCIER NORMAL {
|
||||
|
||||
}
|
||||
|
||||
|
||||
#commentaires table tr.TITRES {
|
||||
background:#000000;
|
||||
color:#ffffff;
|
||||
}
|
||||
|
||||
#commentaires table tr.VERT {
|
||||
background:#00ff99;
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
#commentaires table tr.ROUGE {
|
||||
background:#ff3030;
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
#commentaires table tr.JAUNE {
|
||||
background:#ffff66;
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
#commentaires span{
|
||||
padding-left:15px;
|
||||
}
|
||||
|
||||
#commentaires span.plus{
|
||||
background: white url('/themes/default/images/comment/li-plus.gif') no-repeat left center;
|
||||
}
|
||||
|
||||
#commentaires span.moins{
|
||||
background: white url('/themes/default/images/comment/li-moins.gif') no-repeat left center;
|
||||
}
|
||||
|
||||
#commentaires span.point{
|
||||
background: white url('/themes/default/images/comment/li-point.gif') no-repeat left center;
|
||||
}
|
||||
|
||||
#commentaires div.texth1 {
|
||||
margin-left:2px;
|
||||
}
|
||||
#commentaires div.texth2 {
|
||||
margin-left:10px;
|
||||
}
|
||||
#commentaires div.texth3 {
|
||||
margin-left:10px;
|
||||
}
|
||||
#commentaires div.texth4 {
|
||||
margin-left:10px;
|
||||
}
|
154
cache/pages/themes/default/styles/evaluation.css
vendored
Normal file
154
cache/pages/themes/default/styles/evaluation.css
vendored
Normal file
@ -0,0 +1,154 @@
|
||||
h3
|
||||
{
|
||||
margin-top:10px;
|
||||
}
|
||||
h3 u
|
||||
{
|
||||
font-size:13px;
|
||||
color:#535353;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
div.stats ul {
|
||||
width: 400px;
|
||||
list-style: none;
|
||||
margin:10px;
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
div.stats .percent {
|
||||
display: block;
|
||||
height: 1.5em;
|
||||
line-height: 1.5em;
|
||||
margin: 5px 10px 0 10px;
|
||||
padding: 0 5px;
|
||||
text-align: right;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
font-family: monospace;
|
||||
-moz-border-radius: 5px;
|
||||
border-bottom: 1px solid #aaa;
|
||||
border-right: 1px solid #aaa;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* Image dégradée */
|
||||
.gradiant_pic li {
|
||||
width: 300px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.gradiant_pic li .percent {
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
padding: 0;
|
||||
color: #000;
|
||||
background: #fff url(/img/gradiant2.png) repeat-y 0 0;
|
||||
-moz-border-radius: 0;
|
||||
}
|
||||
|
||||
.blocdegrade {
|
||||
width:300px;
|
||||
}
|
||||
|
||||
.imgdegrade {
|
||||
width:310px;
|
||||
}
|
||||
|
||||
.textdegrade {
|
||||
position:absolute;
|
||||
overflow:hidden;
|
||||
margin-left:10px;
|
||||
line-height: 18px;
|
||||
color: #000;
|
||||
font-size:11px;
|
||||
font-weight: bold;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
div.blocdegrade div {
|
||||
margin:0;
|
||||
}
|
||||
|
||||
div.blocdegrade .echelle
|
||||
{
|
||||
width:100%;
|
||||
}
|
||||
|
||||
div.blocdegrade .echelleleft
|
||||
{
|
||||
float:left;
|
||||
}
|
||||
|
||||
div.blocdegrade .echelleright
|
||||
{
|
||||
float:right;
|
||||
}
|
||||
|
||||
.textdegrademin {
|
||||
position:absolute;
|
||||
overflow:hidden;
|
||||
margin-left:10px;
|
||||
line-height: 20px;
|
||||
color: #000;
|
||||
font-size:11px;
|
||||
font-weight: bold;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.regle {
|
||||
clear:both;
|
||||
}
|
||||
.clearfix:after {
|
||||
clear: both;
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#synthese .head
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#synthese th
|
||||
{
|
||||
background: none repeat scroll 0 0 #B9C9FE;
|
||||
border: 1px solid #FFFFFF;
|
||||
color: #003399;
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#synthese td.right
|
||||
{
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#synthese
|
||||
{
|
||||
border-collapse: collapse;
|
||||
clear: both;
|
||||
font-size: 12px;
|
||||
margin: 10px 0px 0;
|
||||
padding: 2px;
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
font-family: arial,sans-serif;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#synthese td
|
||||
{
|
||||
background: none repeat scroll 0 0 #E8EDFF;
|
||||
border: 1px solid #FFFFFF;
|
||||
color: #666699;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#synthese tr:hover td
|
||||
{
|
||||
background: none repeat scroll 0 0 #D0DAFD;
|
||||
}
|
45
cache/pages/themes/default/styles/finance.css
vendored
45
cache/pages/themes/default/styles/finance.css
vendored
@ -2,7 +2,7 @@
|
||||
.bilans th {padding:4px; font-weight:normal; font-size:11px; border:1px solid #000; color:#000; background:#b9c9fe; text-align:center; font-weight:bold;}
|
||||
.bilans td {font-size:11px;padding:4px; border:1px solid #000; color:#000;}
|
||||
.bilans td.graph {padding:0; margin:0;}
|
||||
.bilans th.date {font-size:10px;}
|
||||
.bilans th.date {font-size:10px;cursor:pointer}
|
||||
.bilans td.right {text-align:right;}
|
||||
.bilans td.center {text-align: center;}
|
||||
.bilans td.italique {font-style:italic;}
|
||||
@ -13,20 +13,23 @@
|
||||
.subentete {margin:2px;}
|
||||
.bilanDatas:hover td{background-color:#E5EBFF;}
|
||||
|
||||
#ratios { font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; width:100%; border-collapse:collapse; }
|
||||
#ratios a { color:#000000; cursor:help; }
|
||||
#ratios th { padding:8px; font-weight:normal; font-size:13px; color:#039; background:#b9c9fe; }
|
||||
#ratios td { padding:8px; border:1px solid #000; color:#000; }
|
||||
#ratios td.center { text-align:center; }
|
||||
#ratios td.italique { font-style:italic ; }
|
||||
#ratios td.right { text-align:right; }
|
||||
#ratios td.position { text-align:center; }
|
||||
#ratios td.position a { cursor:default; }
|
||||
#ratios tr.subhead td { padding:8px; background:#b9c9fe; border:1px solid #000; font-weight:bold; color:#000; }
|
||||
#ratios tr:hover td { background-color:#E5EBFF; }
|
||||
|
||||
#rowGraph:hover
|
||||
{
|
||||
background-color: silver;
|
||||
}
|
||||
|
||||
#ratios tr.subhead td
|
||||
{
|
||||
background: none repeat scroll 0 0 #B9C9FE;
|
||||
border: 1px solid #000000;
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
#ratio
|
||||
{
|
||||
clear: both;
|
||||
@ -37,28 +40,6 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#ratios tr.subhead td
|
||||
{
|
||||
background: none repeat scroll 0 0 #B9C9FE;
|
||||
border: 1px solid #000000;
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
#ratios td
|
||||
{
|
||||
border: 1px solid #000000;
|
||||
color: #000000;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
|
||||
#ratios td.right
|
||||
{
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#LiasseTable
|
||||
{
|
||||
border-collapse: collapse;
|
||||
|
40
cache/pages/themes/default/styles/giant.css
vendored
40
cache/pages/themes/default/styles/giant.css
vendored
@ -26,4 +26,44 @@
|
||||
.giant-search #contact
|
||||
{
|
||||
padding-left:5px;
|
||||
}
|
||||
#inDebug
|
||||
{
|
||||
float:left;
|
||||
}
|
||||
#debug
|
||||
{
|
||||
background-color:#FFFFCC;
|
||||
padding:10px;
|
||||
border:1px solid silver;
|
||||
width:590px;
|
||||
overflow:auto;
|
||||
}
|
||||
|
||||
#debug_menu
|
||||
{
|
||||
float:left;
|
||||
background-color:#FFFFCC;
|
||||
border:1px solid silver;
|
||||
width:150px;
|
||||
height:25px;
|
||||
margin-bottom:2px;
|
||||
padding-top:9px;
|
||||
}
|
||||
|
||||
#debug_menu:hover
|
||||
{
|
||||
background-color:#FFFF99;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.hide
|
||||
{
|
||||
background-color: silver;
|
||||
height: 455px;
|
||||
position: absolute;
|
||||
top:2%;
|
||||
left:35%;
|
||||
width: 691px;
|
||||
opacity:0.3;
|
||||
}
|
45
cache/pages/themes/default/styles/jquery-ui.css
vendored
45
cache/pages/themes/default/styles/jquery-ui.css
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* jQuery UI CSS Framework 1.8.9
|
||||
* jQuery UI CSS Framework 1.8.14
|
||||
*
|
||||
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
@ -42,7 +42,7 @@
|
||||
|
||||
|
||||
/*
|
||||
* jQuery UI CSS Framework 1.8.9
|
||||
* jQuery UI CSS Framework 1.8.14
|
||||
*
|
||||
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
@ -280,20 +280,15 @@
|
||||
----------------------------------*/
|
||||
|
||||
/* Corner radius */
|
||||
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
|
||||
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
|
||||
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
|
||||
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
|
||||
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
|
||||
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
|
||||
.ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
|
||||
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
|
||||
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
|
||||
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
|
||||
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
|
||||
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
|
||||
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
|
||||
|
||||
/* 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; -webkit-border-radius: 8px; border-radius: 8px; }/*
|
||||
* jQuery UI Resizable 1.8.9
|
||||
.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
|
||||
*
|
||||
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
@ -302,7 +297,7 @@
|
||||
* http://docs.jquery.com/UI/Resizable#theming
|
||||
*/
|
||||
.ui-resizable { position: relative;}
|
||||
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
|
||||
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
|
||||
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
|
||||
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
|
||||
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
|
||||
@ -312,7 +307,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.9
|
||||
* jQuery UI Selectable 1.8.14
|
||||
*
|
||||
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
@ -322,7 +317,7 @@
|
||||
*/
|
||||
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
|
||||
/*
|
||||
* jQuery UI Accordion 1.8.9
|
||||
* jQuery UI Accordion 1.8.14
|
||||
*
|
||||
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
@ -341,7 +336,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.9
|
||||
* jQuery UI Autocomplete 1.8.14
|
||||
*
|
||||
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
@ -355,7 +350,7 @@
|
||||
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
|
||||
|
||||
/*
|
||||
* jQuery UI Menu 1.8.9
|
||||
* jQuery UI Menu 1.8.14
|
||||
*
|
||||
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
@ -394,7 +389,7 @@
|
||||
margin: -1px;
|
||||
}
|
||||
/*
|
||||
* jQuery UI Button 1.8.9
|
||||
* jQuery UI Button 1.8.14
|
||||
*
|
||||
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
@ -432,7 +427,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.9
|
||||
* jQuery UI Dialog 1.8.14
|
||||
*
|
||||
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
@ -453,7 +448,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.9
|
||||
* jQuery UI Slider 1.8.14
|
||||
*
|
||||
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
@ -476,7 +471,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.9
|
||||
* jQuery UI Tabs 1.8.14
|
||||
*
|
||||
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
@ -494,7 +489,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.9
|
||||
* jQuery UI Datepicker 1.8.14
|
||||
*
|
||||
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
@ -534,7 +529,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
|
||||
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
|
||||
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
|
||||
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
|
||||
.ui-datepicker-row-break { clear:both; width:100%; }
|
||||
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
|
||||
|
||||
/* RTL support */
|
||||
.ui-datepicker-rtl { direction: rtl; }
|
||||
@ -561,7 +556,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.9
|
||||
* jQuery UI Progressbar 1.8.14
|
||||
*
|
||||
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
|
10
cache/pages/themes/default/styles/juridique.css
vendored
10
cache/pages/themes/default/styles/juridique.css
vendored
@ -1,4 +1,12 @@
|
||||
#annoncesDate {float:left;}
|
||||
#annoncesDate p {margin:0; line-height:16px; vertical-align:middle;}
|
||||
#annoncesImg { float:right; border:0; margin:0 20px 0 0;}
|
||||
#annoncesImg img {margin:0; border:0;}
|
||||
#annoncesImg img {margin:0; border:0;}
|
||||
|
||||
.listeCompetences {
|
||||
margin:5px 5px 5px 50px;
|
||||
}
|
||||
|
||||
.listeCompetences li {
|
||||
margin:10px 5px 20px 5px;
|
||||
}
|
29
cache/pages/themes/default/styles/kbis.css
vendored
Normal file
29
cache/pages/themes/default/styles/kbis.css
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
/* progress bar container */
|
||||
#progressbar {
|
||||
border:1px solid black;
|
||||
width:200px;
|
||||
height:20px;
|
||||
position:relative;
|
||||
color:black;
|
||||
}
|
||||
/* color bar */
|
||||
#progressbar div.progress {
|
||||
position:absolute;
|
||||
width:0;
|
||||
height:100%;
|
||||
overflow:hidden;
|
||||
background-color:#369;
|
||||
}
|
||||
/* text on bar */
|
||||
#progressbar div.progress .text {
|
||||
position:absolute;
|
||||
text-align:center;
|
||||
color:white;
|
||||
}
|
||||
/* text off bar */
|
||||
#progressbar div.text {
|
||||
position:absolute;
|
||||
width:100%;
|
||||
height:100%;
|
||||
text-align:center;
|
||||
}
|
20
cache/pages/themes/default/styles/main.css
vendored
20
cache/pages/themes/default/styles/main.css
vendored
@ -5,17 +5,25 @@ body {
|
||||
}
|
||||
|
||||
#global {
|
||||
width:900px;
|
||||
margin:0 auto;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
#header {
|
||||
display:none;
|
||||
float:left;
|
||||
width:200px;
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
#content {
|
||||
float:left;
|
||||
width:680px;
|
||||
padding:0;
|
||||
margin:0;
|
||||
padding-left:20px;
|
||||
padding-top:20px;
|
||||
}
|
||||
|
||||
#center {
|
||||
@ -101,4 +109,12 @@ table.identite {
|
||||
|
||||
.ui-dialog {
|
||||
text-align:left;
|
||||
}
|
||||
}
|
||||
|
||||
input, select {
|
||||
border: 1px solid #999999;
|
||||
vertical-align: middle;
|
||||
font: 11px Arial,Helvetica,sans-serif;
|
||||
}
|
||||
|
||||
.ui-autocomplete-loading { background: white url('/themes/default/images/ui-anim_basic_16x16.gif') right center no-repeat; }
|
2
cache/pages/themes/default/styles/menu.css
vendored
2
cache/pages/themes/default/styles/menu.css
vendored
@ -1,7 +1,7 @@
|
||||
div#menu {
|
||||
display:none;
|
||||
width:200px;
|
||||
margin:0;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
div#menu .ui-widget {
|
||||
|
16
cache/pages/themes/default/styles/recherche.css
vendored
16
cache/pages/themes/default/styles/recherche.css
vendored
@ -51,14 +51,14 @@ form.recherche div.field {
|
||||
|
||||
form.recherche div.row {
|
||||
clear:both;
|
||||
padding:10px 0;
|
||||
padding:5px 0;
|
||||
}
|
||||
|
||||
form.recherche div.submit {
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
form.recherche div.field input {
|
||||
form.recherche div.field input, form.recherche div.field select {
|
||||
margin:0 2px;
|
||||
}
|
||||
|
||||
@ -76,6 +76,18 @@ form.recherche select {
|
||||
border:1px solid #999999;
|
||||
}
|
||||
|
||||
ul.derniereRecherche {
|
||||
margin:5px;
|
||||
}
|
||||
|
||||
ul.derniereRecherche li {
|
||||
margin:5px;
|
||||
}
|
||||
|
||||
ul.derniereRecherche p {
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
ol {
|
||||
text-align:left;
|
||||
margin:10px;
|
||||
|
@ -52,14 +52,14 @@
|
||||
}
|
||||
|
||||
table.tablesorter thead tr .header {
|
||||
background:url(./themes/default/images/tablesorter/bg.gif) no-repeat center right;
|
||||
background:url(/themes/default/images/tablesorter/bg.gif) no-repeat center right;
|
||||
cursor:pointer;
|
||||
}
|
||||
table.tablesorter thead tr .headerSortUp {
|
||||
background-image: url(./themes/default/images/tablesorter/asc.gif);
|
||||
background-image: url(/themes/default/images/tablesorter/asc.gif);
|
||||
}
|
||||
table.tablesorter thead tr .headerSortDown {
|
||||
background-image: url(./themes/default/images/tablesorter/desc.gif);
|
||||
background-image: url(/themes/default/images/tablesorter/desc.gif);
|
||||
}
|
||||
#tri li {
|
||||
list-style-type:none;
|
||||
|
Loading…
Reference in New Issue
Block a user