Uniformisation code.
This commit is contained in:
parent
77e356d3d0
commit
fb8c9e6990
@ -153,7 +153,7 @@ div.fiche
|
|||||||
display: block;
|
display: block;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
margin-left: 180px;
|
margin-left: 180px;
|
||||||
margin-right: 4px;
|
margin-right: 2px;
|
||||||
width:auto;
|
width:auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -377,7 +377,7 @@ div.blockvmenuimpair
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
border-spacing: 0px;
|
border-spacing: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
width: 166px;
|
/* width: 166px;*/
|
||||||
border : 0px solid #68ACCF;
|
border : 0px solid #68ACCF;
|
||||||
}
|
}
|
||||||
div.blockvmenupair
|
div.blockvmenupair
|
||||||
@ -385,7 +385,7 @@ div.blockvmenupair
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
border-spacing: 0px;
|
border-spacing: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
width: 166px;
|
/* width: 166px; */
|
||||||
border : 0px solid #68ACCF;
|
border : 0px solid #68ACCF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -172,7 +172,7 @@ div.fiche
|
|||||||
?>
|
?>
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
margin-right: 4px;
|
margin-right: 2px;
|
||||||
width:auto;
|
width:auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -15,14 +15,12 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\file htdocs/theme/freelug/freelug.css.php
|
\file htdocs/theme/freelug/freelug.css.php
|
||||||
\brief Fichier de style CSS du theme Freelug
|
\brief Fichier de style CSS du theme Freelug
|
||||||
\version $Revision$
|
\version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require("../../conf/conf.php");
|
require("../../conf/conf.php");
|
||||||
@ -43,14 +41,16 @@ if (! isset($conf->global->MAIN_FEATURES_LEVEL) || $conf->global->MAIN_FEATURES_
|
|||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
|
||||||
background-color: #F8F8F8;
|
background-color: #F8F8F8;
|
||||||
background-image: url(<?php echo $dolibarr_main_url_root.'/theme/freelug/img/background.png' ?>);
|
background-image: url(<?php echo $dolibarr_main_url_root.'/theme/freelug/img/background.png' ?>);
|
||||||
text-decoration: none ;
|
text-decoration: none ;
|
||||||
color: #101010;
|
color: #101010;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: helvetica, verdana, arial, sans-serif;
|
font-family: helvetica, verdana, arial, sans-serif;
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link { font-family: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
|
a:link { font-family: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
|
||||||
@ -146,17 +146,17 @@ div.vmenuplusfiche
|
|||||||
display: block;
|
display: block;
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
margin-top: 4px;
|
margin-top: 2px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.vmenu
|
div.vmenu
|
||||||
{
|
{
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 2px;
|
margin-right: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
width: 160px;
|
width: 174px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.fiche
|
div.fiche
|
||||||
@ -167,7 +167,7 @@ div.fiche
|
|||||||
?>
|
?>
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
margin-right: 4px;
|
margin-right: 2px;
|
||||||
width:auto;
|
width:auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -195,6 +195,15 @@ div.tmenu
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
div.tmenu .tmenudisabled
|
||||||
|
{
|
||||||
|
color: #757575;
|
||||||
|
font-size: 12px;
|
||||||
|
padding-left:10px;
|
||||||
|
padding-right:10px;
|
||||||
|
padding-top:3px;
|
||||||
|
cursor: not-allowed;
|
||||||
|
}
|
||||||
|
|
||||||
table.tmenu
|
table.tmenu
|
||||||
{
|
{
|
||||||
@ -638,23 +647,6 @@ td.border {
|
|||||||
border-left: 1px solid #000000;
|
border-left: 1px solid #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.menus {
|
|
||||||
background: #eeeedd;
|
|
||||||
color: #bbbb88;
|
|
||||||
font-size: 0.95em;
|
|
||||||
border-top: 1px dashed #ccccb3;
|
|
||||||
border-right: 1px dashed #ccccb3;
|
|
||||||
border-bottom: 1px dashed #ccccb3;
|
|
||||||
border-left: 1px dashed #ccccb3;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
a.leftmenu {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #202020;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Ok, Warning, Error
|
* Ok, Warning, Error
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user