2011-08-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/styles/pandora.css general/pandora_help.php: Fixes style in help popups. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4686 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
1070548338
commit
06cf74d4a3
|
@ -1,3 +1,8 @@
|
|||
2011-08-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/styles/pandora.css
|
||||
general/pandora_help.php: Fixes style in help popups.
|
||||
|
||||
2011-08-08 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_ui.php: Improved tooltip link to
|
||||
|
|
|
@ -25,7 +25,7 @@ require_once ("../include/functions_html.php");
|
|||
?>
|
||||
</title></head>
|
||||
<?php echo '<link rel="stylesheet" href="../include/styles/'.$config['style'].'.css" type="text/css">'; ?>
|
||||
<body style="background-color: #fff; height: 100%; margin: -10 0;">
|
||||
<body style="background-color: #555555; height: 100%; margin: -10 0;">
|
||||
<?php
|
||||
|
||||
$id = get_parameter ('id');
|
||||
|
|
|
@ -218,8 +218,6 @@ div#main {
|
|||
}
|
||||
div#main_help {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 350px;
|
||||
padding-left: 0px;
|
||||
padding-top: 0px;
|
||||
/* padding-bottom: 20px;
|
||||
|
|
Loading…
Reference in New Issue