improve style
This commit is contained in:
parent
7f5d0bc15a
commit
c298acc947
9 changed files with 1341 additions and 1299 deletions
BIN
html/image/bg-submit4.png
Normal file
BIN
html/image/bg-submit4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 217 B |
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -130,13 +130,20 @@ div.u_tool div.name {
|
|||
float:left;
|
||||
margin-left:10px;
|
||||
}
|
||||
div.u_tool div.acces_direct{
|
||||
div.u_tool {
|
||||
float:right;
|
||||
margin-right:10px;
|
||||
text-align:right;
|
||||
|
||||
}
|
||||
|
||||
div.module {
|
||||
position:absolute;
|
||||
top:0px;
|
||||
right:5px;
|
||||
text-align:right;
|
||||
padding:0px;
|
||||
margin: 0px;
|
||||
}
|
||||
div.u_subt2menu {
|
||||
background-color:lightgrey;
|
||||
left:1%;
|
||||
|
|
@ -744,7 +751,7 @@ ul.select_table li span {
|
|||
}
|
||||
|
||||
div.pc_calendar{
|
||||
|
||||
|
||||
float:left;
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ $result.="</table>";
|
|||
|
||||
echo '<h2 class="info">'._('Bienvenue ').$User->first_name.' '.$User->name.' '._("dans PhpCompta")."</h2>";
|
||||
echo '<br>'._('Choississez votre dossier');
|
||||
echo '<span style="position:absolute;right:10px;top:30px">'.$result.'</span>';
|
||||
echo '<div class="module">'.$result.'</div>';
|
||||
echo '</div>';
|
||||
?>
|
||||
<form method="get" action="?">
|
||||
|
|
|
|||
|
|
@ -208,7 +208,7 @@ class HtmlInput
|
|||
*/
|
||||
static function button_anchor($p_label,$p_value,$p_name="",$p_javascript="")
|
||||
{
|
||||
$r=sprintf('<span id="%s" class="button"> <A class="button" style="display:inline;" href="%s" %s >%s</A></span>',
|
||||
$r=sprintf('<span id="%s" > <A class="button" style="display:inline;" href="%s" %s >%s</A></span>',
|
||||
$p_name,
|
||||
$p_value,
|
||||
$p_javascript,
|
||||
|
|
|
|||
|
|
@ -169,7 +169,7 @@ if ( isset( $_REQUEST['bt_html'] ) )
|
|||
}
|
||||
|
||||
echo '<tr>
|
||||
<td colspan="8">
|
||||
<td colspan="8" style="width:auto">
|
||||
<h2 class="info">'. $poste_id['pcm_val'].' '.h($Poste->label).'</h2>
|
||||
</td>
|
||||
</tr>';
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ if ( $cn->get_value("select count(*) from profile join profile_user using (p_id)
|
|||
endif;
|
||||
?>
|
||||
</div>
|
||||
<div class="acces_direct">
|
||||
<div class="module">
|
||||
<table>
|
||||
<tr>
|
||||
<?php
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue