Integrate style table.data in main.css

This commit is contained in:
Michael RICOIS 2013-10-14 09:54:06 +00:00
parent 0f64dc78b8
commit 3cbe0f1ecb
10 changed files with 7 additions and 26 deletions

View File

@ -30,9 +30,6 @@
<div class="paragraph">
<?php if (count($this->dirigeants) > 0) {?>
<style>
table.data td { border:1px solid #ccc; padding:5px; }
</style>
<table class="data">
<?php foreach ($this->dirigeants as $dir) {?>
<tr>

View File

@ -42,9 +42,6 @@
<h2>Liste des dirigeants actifs</h2>
<div class="paragraph">
<?php if ( count($this->dirigeants)>0 ) { ?>
<style>
table.data td { border:1px solid #ccc; padding:5px; }
</style>
<table class="data">
<?php foreach ($this->dirigeants as $dir) {?>
<tr>

View File

@ -39,9 +39,6 @@
<div class="paragraph">
<?php if ( count($this->dirigeants)>0 ) {?>
<style>
table.data td { border:1px solid #ccc; padding:5px; }
</style>
<table class="data">
<?php foreach ($this->dirigeants as $dir) {?>
<tr>

View File

@ -229,7 +229,7 @@
<?php if(!empty($this->indiscore->infoPaiement)):?>
<?php echo html_entity_decode($this->indiscore->infoPaiement);?>
<?php else :?>
Aucune information sur les paiements disponnible.
Aucune information sur les paiements disponible.
<?php endif;?>
</td>
</tr>

View File

@ -29,9 +29,6 @@
</div>
<h2>&Eacute;v&eacute;nements INSEE</h2>
<style>
table.data td { border-bottom:1px solid #ccc; padding:5px; }
</style>
<div class="paragraph">
<table class="data">
<?php

View File

@ -102,8 +102,6 @@
<?php $liste = array('actionnaires', 'participations');?>
<style>
table {width:100%;}
table.data td { border:1px solid #ccc; padding:5px; }
a.lienNom{color:#535353;}
a.lienNom:link{color:#535353;}
a.lienNom:hover{color:#535353;}

View File

@ -109,8 +109,6 @@ a.lienType {
color: #FFFFFF;
font-weight:bold;
}
table.data td { border-bottom:1px solid #ccc; padding:5px; }
</style>
<div class="paragraph">

View File

@ -50,9 +50,6 @@
</tr>
</table>
<?php } else {?>
<style>
table.data td { border-bottom:1px solid #ccc; padding:5px; }
</style>
<table class="data">
<?php foreach($this->annonces as $item){?>
<tr>

View File

@ -53,9 +53,6 @@
<?php } else {?>
<h2>Marque(s) déposée(s)</h2>
<style>
table.data td { border-bottom:1px solid #ccc; padding:5px; }
</style>
<div class="paragraph">
<table class="data">
<?php if (count($this->marques)==0) { ?>

View File

@ -401,19 +401,21 @@ body{ background-color: #bebebe;font-family: Verdana, Arial, sans-serif;font-siz
#global {width:900px; margin:0 auto; text-align:left;}
#content {float:right;clear:both;width:680px;padding:0;margin:0;padding-top:20px;}
#center {background-color:#fff;padding:5px 0;}
div.paragraph {margin:5px;padding:5px;}
#footer {clear:both;text-align:center;margin-top:15px;}
#footer p {font:0.9em Arial, Helvetica, sans-serif; }
#center h1 {clear:both;margin:5px;padding:5px; background:#606060; color:#ffffff;font:600 1.4em Arial, Verdana, Sans-serif; letter-spacing:1px; line-height:1.2em;}
#center h2 {clear:both; margin:5px; padding:5px; background:#00008c; color:#ffffff; font:bold 1.2em Arial, Verdana, Sans-serif; }
div.paragraph {margin:5px;padding:5px;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;zoom:1;}
a:link {color: #9c093a; text-decoration:none;}
a:visited {color: #0000CC; text-decoration:none;}
a:hover {color: #000066; text-decoration:none;}
#center h1 {clear:both;margin:5px;padding:5px; background:#606060; color:#ffffff;font:600 1.4em Arial, Verdana, Sans-serif; letter-spacing:1px; line-height:1.2em;}
#center h2 {clear:both; margin:5px; padding:5px; background:#00008c; color:#ffffff; font:bold 1.2em Arial, Verdana, Sans-serif; }
.StyleInfoLib {font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-weight: bold;color:#535353; vertical-align:top;}
.StyleInfoData {font-family: Arial, Helvetica, sans-serif;font-size: 11px;color:#535353;}
.StyleInfoDataActif {font-family: Arial, Helvetica, sans-serif;font-size: 11px;}
table.identite {border-collapse:separate;border-spacing:4px;}
table.data {width:100%;}
table.data td {border:1px solid #ccc; padding:5px;}
.confidentiel {border-top:1px solid; padding-top:5px; font-style:italic; font-size:9px;}
.ui-dialog {text-align:left;}
.ui-widget {font-size: 1em;}
@ -424,6 +426,7 @@ div.ui-state-highlight a {text-decoration: underline;}
.noborder {border:0;}
img { vertical-align:middle; }
/* Menu
----------------------------------*/
div#menu {position: absolute;width:200px;}