mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
Install style match application style
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
body {
|
||||
font-size:13px;
|
||||
font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
|
||||
background: #f0f0f0;
|
||||
background: #fcfcfc;
|
||||
margin: 15px 30px 10px;
|
||||
}
|
||||
|
||||
@@ -29,13 +29,13 @@ margin: 0 0 0 0;
|
||||
}
|
||||
|
||||
span.titre {
|
||||
font-size: 1.1em;
|
||||
font-size: 90%;
|
||||
font-weight: bold;
|
||||
background: #FFFFFF;
|
||||
color: #444;
|
||||
border: 1px solid #999;
|
||||
padding: 5px 5px 5px 5px;
|
||||
margin: 0 0 0 20px;
|
||||
margin: 0 0 0 15px;
|
||||
}
|
||||
|
||||
div.soustitre {
|
||||
@@ -105,8 +105,6 @@ input:-webkit-autofill {
|
||||
}
|
||||
|
||||
table.main {
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
padding-top: 12px;
|
||||
@@ -114,12 +112,10 @@ padding-bottom: 12px;
|
||||
border: 1px solid #A0A0A0;
|
||||
border-radius: 8px;
|
||||
border: solid 1px rgba(90,90,90,.4);
|
||||
-moz-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
|
||||
-webkit-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
|
||||
box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
|
||||
background-color: #FFFFFF;
|
||||
background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #fff), color-stop(100%, #f8f8f8));
|
||||
background: -moz-linear-gradient(top, #fff, #f8f8f8);
|
||||
background-color: #fff;
|
||||
-moz-box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.2);
|
||||
-webkit-box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
table.main-inside {
|
||||
|
||||
@@ -371,6 +371,7 @@ function pHeader($subtitle,$next,$action='set',$param='',$forcejqueryurl='')
|
||||
print '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">'."\n";
|
||||
print '<html>'."\n";
|
||||
print '<head>'."\n";
|
||||
print '<meta name="viewport" content="width=device-width, initial-scale=1.0">'."\n";
|
||||
print '<meta http-equiv="content-type" content="text/html; charset='.$conf->file->character_set_client.'">'."\n";
|
||||
print '<link rel="stylesheet" type="text/css" href="default.css">'."\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user