mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch '1122-Revision-del-estilo-CSS-de-las-paginas-de-ayuda' into 'develop'
Change pandora help window style - #1122 See merge request !741
This commit is contained in:
commit
4096a0f5ff
@ -4139,6 +4139,8 @@ div#main_help_new_content {
|
|||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
background: white;
|
background: white;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
font-size: 12pt;
|
||||||
|
font-family: 'lato-bolder';
|
||||||
}
|
}
|
||||||
|
|
||||||
div#main_help_new_content h1 {
|
div#main_help_new_content h1 {
|
||||||
@ -4150,6 +4152,15 @@ div#main_help_new_content p {
|
|||||||
font-family: 'lato-bolder';
|
font-family: 'lato-bolder';
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
}
|
}
|
||||||
|
div#main_help_new_content b {
|
||||||
|
font-family: 'lato-bolder';
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#main_help_new_content li {
|
||||||
|
font-family: 'lato-bolder';
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
|
||||||
div#footer_help{
|
div#footer_help{
|
||||||
background: #333;
|
background: #333;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user