- LSformElement : Correction des bugs de chargement des fichiers CSS

- base.css : min-height sur #main
This commit is contained in:
Benjamin Renard 2008-09-10 12:30:31 +00:00
parent 6f26e868b5
commit 0c28c1f921
5 changed files with 5 additions and 4 deletions

View file

@ -43,7 +43,7 @@ class LSformElement_image extends LSformElement {
* @retval array
*/
function getDisplay(){
$GLOBALS['LSsession'] -> addCssFile('LSformElement_image');
$GLOBALS['LSsession'] -> addCssFile('LSformElement_image.css');
$return = true;
if (!$this -> isFreeze()) {
$id=$this -> name.'_'.rand();

View file

@ -65,7 +65,7 @@ class LSformElement_password extends LSformElement {
* @retval array
*/
function getDisplay(){
$GLOBALS['LSsession'] -> addCssFile('LSformElement_password');
$GLOBALS['LSsession'] -> addCssFile('LSformElement_password.css');
$return = $this -> getLabelInfos();
if (!$this -> isFreeze()) {
$numberId=rand();

View file

@ -40,7 +40,7 @@ class LSformElement_select_object extends LSformElement {
* @retval array
*/
function getDisplay($refresh=NULL){
$GLOBALS['LSsession'] -> addCssFile('LSformElement_select_object');
$GLOBALS['LSsession'] -> addCssFile('LSformElement_select_object.css');
if ($refresh) {
$this -> values = $this -> attr_html -> getValuesFromSession();
}

View file

@ -40,7 +40,7 @@ class LSformElement_ssh_key extends LSformElement {
* @retval array
*/
function getDisplay(){
$GLOBALS['LSsession'] -> addCssFile('LSformElement_ssh_key');
$GLOBALS['LSsession'] -> addCssFile('LSformElement_ssh_key.css');
$return = $this -> getLabelInfos();
// value
$return['html'] = "<ul class='LSform'>\n";

View file

@ -42,6 +42,7 @@ hr {
margin: auto;
border: 1px solid #52bce5;
background: #fff url(../images/fd_menu.png) repeat-y scroll left top;
min-height: 500px;
}
#left {