mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
2013-10-08 Miguel de Dios <miguel.dedios@artica.es>
* include/styles/pandora.css: add the style for the dialogs in the enteprise license dialog. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8871 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
8af4dc13d8
commit
82b77f1921
@ -1,3 +1,8 @@
|
|||||||
|
2013-10-08 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* include/styles/pandora.css: add the style for the dialogs in
|
||||||
|
the enteprise license dialog.
|
||||||
|
|
||||||
2013-10-08 Sergio Martin <sergio.martin@artica.es>
|
2013-10-08 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* include/help/en/help_reporting_advanced_tab.php
|
* include/help/en/help_reporting_advanced_tab.php
|
||||||
|
@ -2737,3 +2737,40 @@ div#agent_wizard_subtabs {
|
|||||||
.agents_modules_table th * {
|
.agents_modules_table th * {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* LOAD_ENTERPRISE.PHP
|
||||||
|
*/
|
||||||
|
#code_license_dialog {
|
||||||
|
padding: 50px;
|
||||||
|
padding-top: 10px;
|
||||||
|
}
|
||||||
|
#code_license_dialog #logo {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#code_license_dialog, #code_license_dialog * {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
#code_license_dialog ul {
|
||||||
|
padding-left: 30px;
|
||||||
|
list-style-image: url("../../images/input_tick.png");
|
||||||
|
}
|
||||||
|
#code_license_dialog li {
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#code_license_dialog #code {
|
||||||
|
font-weight: bolder;
|
||||||
|
font-size: 20px;
|
||||||
|
border: 1px solid #dddddd;
|
||||||
|
padding: 5px;
|
||||||
|
text-align: center;
|
||||||
|
-moz-border-radius: 8px;
|
||||||
|
-webkit-border-radius: 8px;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#code_license_dialog a {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user