2
0
forked from Wavyzz/dolibarr

Fix: le button:focus crait un dplacement du bouton dans les confirmation ajax

This commit is contained in:
Regis Houssin
2008-01-11 10:03:47 +00:00
parent 610e61db17
commit d1b7c08162
5 changed files with 42 additions and 2 deletions

View File

@@ -692,7 +692,7 @@ function dialogConfirm(linkurl,message,ok,cancel,objectID) {
width:300,
okLabel: ok,
cancelLabel: cancel,
buttonClass: "button",
buttonClass: "buttonajax",
id: objectID,
destroyOnClose: true,
cancel:function(win){},

View File

@@ -103,6 +103,15 @@ select.flat
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.buttonajax
{
font-size: 100%;
border: 0px;
background-image : url(<?php echo $dolibarr_main_url_root.'/theme/auguria/img/button_bg.png' ?>);
background-position : bottom;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
form
{
padding: 0em 0em 0em 0em;

View File

@@ -120,6 +120,16 @@ select.flat
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.buttonajax
{
font-size: 12px;
font-family: helvetica, verdana, arial, sans-serif;
border: 0px;
background-image: url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/button_bg.png' ?>);
background-position: bottom;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
form
{
padding: 0em 0em 0em 0em;

View File

@@ -113,7 +113,19 @@ select.flat
background-position: bottom;
background-repeat: repeat-x;
}
.buttonajax {
font-size: 11px;
font-family: arial,verdana,heletica, sans-serif;
padding: 0px 2px 0px 2px;
margin: 0px 0px 0px 0px;
border-left: 1px solid #cccccc;
border-right: 1px solid #aaaaaa;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #aaaaaa;
background-image: url(<?php echo $dolibarr_main_url_root.'/theme/freelug/img/button_bg.png' ?>);
background-position: bottom;
background-repeat: repeat-x;
}
form
{
padding: 0px 0px 0px 0px;

View File

@@ -104,6 +104,15 @@ select.flat
background-image : url(/theme/yellow/img/button_bg.png);
background-position : bottom;
}
.buttonajax
{
font-family: arial,verdana,helvetica, sans-serif;
font-size: 100%;
font-weight: normal;
border: 1px solid #bbbb99;
background-image : url(/theme/yellow/img/button_bg.png);
background-position : bottom;
}
form
{
padding: 0em 0em 0em 0em;