added new features

This commit is contained in:
agusmakmun
2016-06-11 03:16:04 +07:00
parent 2b3a8775d9
commit c93580f192
14 changed files with 146 additions and 65 deletions

View File

@@ -1,11 +1,9 @@
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ---- global settings needed for thickbox ---- */
/*
*{padding: 0; margin: 0;}
*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings ---- */
#TB_window {
font: 12px Arial, Helvetica, sans-serif;
color: #333333;
@@ -22,9 +20,7 @@
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings ---- */
#TB_overlay {
position: fixed;
z-index:100;
@@ -80,9 +76,9 @@ margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = d
}
#TB_closeWindow{
height:25px;
padding:11px 25px 10px 0;
float:right;
height: 35px;
padding: 10px 15px 10px 0;
float: right;
}
#TB_closeAjaxWindow{