mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 11:15:21 +01:00
Uniformisation code.
This commit is contained in:
@@ -153,7 +153,7 @@ div.fiche
|
||||
display: block;
|
||||
margin-top: 8px;
|
||||
margin-left: 180px;
|
||||
margin-right: 4px;
|
||||
margin-right: 2px;
|
||||
width:auto;
|
||||
}
|
||||
|
||||
@@ -377,7 +377,7 @@ div.blockvmenuimpair
|
||||
margin: 0px;
|
||||
border-spacing: 0px;
|
||||
padding: 0px;
|
||||
width: 166px;
|
||||
/* width: 166px;*/
|
||||
border : 0px solid #68ACCF;
|
||||
}
|
||||
div.blockvmenupair
|
||||
@@ -385,7 +385,7 @@ div.blockvmenupair
|
||||
margin: 0px;
|
||||
border-spacing: 0px;
|
||||
padding: 0px;
|
||||
width: 166px;
|
||||
/* width: 166px; */
|
||||
border : 0px solid #68ACCF;
|
||||
}
|
||||
|
||||
|
||||
@@ -172,7 +172,7 @@ div.fiche
|
||||
?>
|
||||
display: block;
|
||||
margin-left: 2px;
|
||||
margin-right: 4px;
|
||||
margin-right: 2px;
|
||||
width:auto;
|
||||
}
|
||||
|
||||
|
||||
@@ -15,14 +15,12 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/theme/freelug/freelug.css.php
|
||||
\brief Fichier de style CSS du theme Freelug
|
||||
\version $Revision$
|
||||
\version $Id$
|
||||
*/
|
||||
|
||||
require("../../conf/conf.php");
|
||||
@@ -43,14 +41,16 @@ if (! isset($conf->global->MAIN_FEATURES_LEVEL) || $conf->global->MAIN_FEATURES_
|
||||
/* ============================================================================== */
|
||||
|
||||
body {
|
||||
margin: 0px;
|
||||
background-color: #F8F8F8;
|
||||
background-image: url(<?php echo $dolibarr_main_url_root.'/theme/freelug/img/background.png' ?>);
|
||||
text-decoration: none ;
|
||||
color: #101010;
|
||||
font-size: 12px;
|
||||
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; }
|
||||
@@ -146,17 +146,17 @@ div.vmenuplusfiche
|
||||
display: block;
|
||||
margin-right: 6px;
|
||||
margin-left: 1px;
|
||||
margin-top: 4px;
|
||||
margin-top: 2px;
|
||||
|
||||
}
|
||||
|
||||
div.vmenu
|
||||
{
|
||||
float: left;
|
||||
margin-right: 2px;
|
||||
margin-right: 0px;
|
||||
padding: 0px;
|
||||
padding-bottom: 0px;
|
||||
width: 160px;
|
||||
width: 174px;
|
||||
}
|
||||
|
||||
div.fiche
|
||||
@@ -167,7 +167,7 @@ div.fiche
|
||||
?>
|
||||
display: block;
|
||||
margin-left: 2px;
|
||||
margin-right: 4px;
|
||||
margin-right: 2px;
|
||||
width:auto;
|
||||
}
|
||||
|
||||
@@ -195,6 +195,15 @@ div.tmenu
|
||||
color: #000000;
|
||||
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
|
||||
{
|
||||
@@ -638,23 +647,6 @@ td.border {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user