This commit is contained in:
@@ -1,211 +0,0 @@
|
||||
/*
|
||||
author: cailongqun [at] yahoo [dot] com [dot] cn
|
||||
website:www.phpletter.com
|
||||
|
||||
*/
|
||||
html, body
|
||||
{
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
body
|
||||
{
|
||||
font: 11px Arial, Helvetica, sans-serif;
|
||||
color:#444444;
|
||||
}
|
||||
fieldset
|
||||
{
|
||||
border: 3px double #999;
|
||||
padding: 2px 1em 8px;
|
||||
margin: 0 0 0 12px;
|
||||
}
|
||||
fieldset p
|
||||
{
|
||||
margin: 0;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
fieldset p input,
|
||||
fieldset p label,
|
||||
fieldset p button{vertical-align: middle;}
|
||||
fieldset label{font-weight: bold; color: #334D64;}
|
||||
form
|
||||
{
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
legend
|
||||
{
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
color: #A1040B;
|
||||
}
|
||||
.input{font: 11px Arial, Helvetica, sans-serif;}
|
||||
button
|
||||
{
|
||||
font: bold 11px Arial, Helvetica, sans-serif;
|
||||
background-color: #ccc;
|
||||
color: #334D64;
|
||||
}
|
||||
.disabledButton{
|
||||
background-color:#cccccc;
|
||||
color:#FFFFFF;
|
||||
text-shadow:#999999;
|
||||
border:1px solid;
|
||||
border-bottom:2px;
|
||||
border-left-color:#ece9d8;
|
||||
border-bottom-color:#716f64;
|
||||
|
||||
}
|
||||
.imageInput{width:35px;}
|
||||
#controls
|
||||
{
|
||||
/*border: 3px double #999;
|
||||
margin: 20px;
|
||||
padding: 12px 0;
|
||||
background: #fff url(../images/controls_bg.gif);*/
|
||||
}
|
||||
#modes,
|
||||
#imageInfo{display: block;}
|
||||
|
||||
/* ~~~ jQuery Image Resize/Crop Styles ~~~ */
|
||||
#hiddenImage{display:none;}
|
||||
#imageArea
|
||||
{
|
||||
position:relative;
|
||||
left:0px;
|
||||
top:0px;
|
||||
}
|
||||
#imageContainer{
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
left: 20px;
|
||||
|
||||
}
|
||||
#resizeMe
|
||||
{
|
||||
position: relative;
|
||||
top: 20px;
|
||||
left: 20px;
|
||||
}
|
||||
#resizeMe{cursor: move;}
|
||||
#resizeSE,
|
||||
#resizeE,
|
||||
#resizeNE,
|
||||
#resizeN,
|
||||
#resizeNW,
|
||||
#resizeW,
|
||||
#resizeSW,
|
||||
#resizeS
|
||||
{
|
||||
|
||||
overflow: hidden;
|
||||
padding:0;
|
||||
margin:0;
|
||||
height:8px;
|
||||
width:8px;
|
||||
position: absolute;
|
||||
background-color: #FF0000;
|
||||
border: 1px solid #fff;
|
||||
|
||||
}
|
||||
#loading{
|
||||
|
||||
overflow: hidden;
|
||||
padding:0;
|
||||
margin:0;
|
||||
width:32px;
|
||||
height:32px;
|
||||
position:absolute;
|
||||
left:50%;
|
||||
z-index:1;
|
||||
}
|
||||
#resizeSE{
|
||||
bottom: -10px;
|
||||
right: -10px;
|
||||
cursor: se-resize;
|
||||
}
|
||||
#resizeE
|
||||
{
|
||||
top: 50%;
|
||||
right: -10px;
|
||||
margin-top: -5px;
|
||||
cursor: e-resize;
|
||||
}
|
||||
#resizeNE
|
||||
{
|
||||
top: -10px;
|
||||
right: -10px;
|
||||
cursor: ne-resize;
|
||||
}
|
||||
#resizeN
|
||||
{
|
||||
top: -10px;
|
||||
left: 50%;
|
||||
margin-left: -5px;
|
||||
cursor: n-resize;
|
||||
}
|
||||
#resizeNW{
|
||||
top: -10px;
|
||||
left: -10px;
|
||||
cursor: nw-resize;
|
||||
}
|
||||
#resizeW
|
||||
{
|
||||
top: 50%;
|
||||
left: -10px;
|
||||
margin-top: -5px;
|
||||
cursor: w-resize;
|
||||
}
|
||||
#resizeSW
|
||||
{
|
||||
left: -10px;
|
||||
bottom: -10px;
|
||||
cursor: sw-resize;
|
||||
}
|
||||
#resizeS
|
||||
{
|
||||
bottom: -10px;
|
||||
left: 50%;
|
||||
margin-left: -5px;
|
||||
cursor: s-resize;
|
||||
}
|
||||
|
||||
table.tableForm
|
||||
{
|
||||
width: 400px;
|
||||
border: 1px solid #2F3030;
|
||||
margin: 1em auto;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
#windowSaveClose{
|
||||
position:relative;
|
||||
left:360px;
|
||||
}
|
||||
table.tableForm thead th
|
||||
{
|
||||
background-color: #000;
|
||||
font-size:12px;
|
||||
font-weight: bold;
|
||||
text-transform : uppercase;
|
||||
text-align: left;
|
||||
color: #fff;
|
||||
padding: 4px 8px;
|
||||
border: 1px solid #2F3030;
|
||||
white-space: nowrap;
|
||||
}
|
||||
table.tableForm thead th.center{text-align: center;}
|
||||
table.tableForm thead th.right{text-align: right;}
|
||||
table.tableForm tbody th
|
||||
{
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
width: 1%;
|
||||
font-weight: normal;
|
||||
color: #000;
|
||||
padding: 4px 4px 4px 12px;
|
||||
}
|
||||
table.tableForm tbody td{padding: 4px 8px;}
|
||||
table.tableForm tfoot th{}
|
||||
table.tableForm tfoot td{padding: 4px 8px 12px;}
|
||||
|
||||
|
||||
@@ -1,106 +0,0 @@
|
||||
/*
|
||||
author: cailongqun [at] yahoo [dot] com [dot] cn
|
||||
website:www.phpletter.com
|
||||
|
||||
*/
|
||||
html, body
|
||||
{
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
body
|
||||
{
|
||||
font: 11px Arial, Helvetica, sans-serif;
|
||||
color:#444444;
|
||||
}
|
||||
fieldset
|
||||
{
|
||||
border: 3px double #999;
|
||||
padding: 2px 1em 8px;
|
||||
margin: 0 0 0 12px;
|
||||
}
|
||||
fieldset p
|
||||
{
|
||||
margin: 0;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
fieldset p input,
|
||||
fieldset p label,
|
||||
fieldset p button{vertical-align: middle;}
|
||||
fieldset label{font-weight: bold; color: #334D64;}
|
||||
form
|
||||
{
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
legend
|
||||
{
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
color: #A1040B;
|
||||
}
|
||||
.input{font: 11px Arial, Helvetica, sans-serif;}
|
||||
button
|
||||
{
|
||||
font: bold 11px Arial, Helvetica, sans-serif;
|
||||
background-color: #ccc;
|
||||
color: #334D64;
|
||||
}
|
||||
.disabledButton{
|
||||
background-color:#cccccc;
|
||||
color:#FFFFFF;
|
||||
text-shadow:#999999;
|
||||
border:1px solid;
|
||||
border-bottom:2px;
|
||||
border-left-color:#ece9d8;
|
||||
border-bottom-color:#716f64;
|
||||
|
||||
}
|
||||
#modes{display: block;}
|
||||
#pageBody{
|
||||
position:relative;
|
||||
margin-top:5px;
|
||||
margin-left:12px;
|
||||
left:0;
|
||||
width:100%;
|
||||
height:100%;
|
||||
}
|
||||
table.tableForm
|
||||
{
|
||||
width: 400px;
|
||||
border: 1px solid #2F3030;
|
||||
margin: 1em auto;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
#windowSaveClose{
|
||||
position:relative;
|
||||
left:360px;
|
||||
}
|
||||
table.tableForm thead th
|
||||
{
|
||||
background-color: #000;
|
||||
font-size:12px;
|
||||
font-weight: bold;
|
||||
text-transform : uppercase;
|
||||
text-align: left;
|
||||
color: #fff;
|
||||
padding: 4px 8px;
|
||||
border: 1px solid #2F3030;
|
||||
white-space: nowrap;
|
||||
}
|
||||
table.tableForm thead th.center{text-align: center;}
|
||||
table.tableForm thead th.right{text-align: right;}
|
||||
table.tableForm tbody th
|
||||
{
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
width: 1%;
|
||||
font-weight: normal;
|
||||
color: #000;
|
||||
padding: 4px 4px 4px 12px;
|
||||
}
|
||||
table.tableForm tbody td{padding: 4px 8px;}
|
||||
table.tableForm tfoot th{}
|
||||
table.tableForm tfoot td{padding: 4px 8px 12px;}
|
||||
|
||||
|
||||
@@ -1,536 +0,0 @@
|
||||
/*~~~~~~Global Setting ~~~~~~~~*/
|
||||
html, body{
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
body,td
|
||||
{
|
||||
font: 10px Verdana, Arial, Helvetica, sans-serif;
|
||||
color:#070707;
|
||||
}
|
||||
a,a:link,a:visited{color: #001C4D; text-decoration:none;}
|
||||
a:hover,a:active,a:visited:hover{color: #FF6131; text-decoration:none;}
|
||||
a img{border: none;}
|
||||
ul li{ line-height: 1.5em; display:inline}
|
||||
form{margin: 0;}
|
||||
#leftCol fieldset{
|
||||
position: relative;
|
||||
padding: 6px;
|
||||
margin:8px;
|
||||
border:1px solid #a1a1a1;
|
||||
background-image: url(../images/panel_bg.gif);
|
||||
background-repeat: repeat-y;
|
||||
background-position: left top;
|
||||
background-color: #d9dbdc;
|
||||
}
|
||||
#leftCol legend {
|
||||
|
||||
/*
|
||||
position: absolute;
|
||||
top: -.5em;
|
||||
left: .2em;*/
|
||||
top: -5px;
|
||||
left: 2px;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
ul{list-style:none;}
|
||||
.clear{
|
||||
clear:both;
|
||||
}
|
||||
input{ padding: 0; background-color: transparent;}
|
||||
/*~~~~~~Layout Setting ~~~~~~~~*/
|
||||
#leftCol, #rightCol, #body{
|
||||
|
||||
}
|
||||
#wrapper
|
||||
{
|
||||
margin: 0px 0px;
|
||||
min-width:760px;
|
||||
width:100%;
|
||||
padding:0px;
|
||||
|
||||
}
|
||||
#body{
|
||||
position:absolute;
|
||||
top:60px;
|
||||
width:100%;
|
||||
border-color:#0000CC;
|
||||
}
|
||||
#leftCol{
|
||||
background:#e8e8e8;
|
||||
width:265px;
|
||||
float:left;
|
||||
text-align:left;
|
||||
|
||||
}
|
||||
#rightCol{
|
||||
width:100%;
|
||||
border: none;
|
||||
margin-left: -265px;
|
||||
float:right;
|
||||
|
||||
|
||||
}
|
||||
#rightCol img.ajaxLoadingImg{
|
||||
margin-left: 50%;
|
||||
margin-top:100px;
|
||||
}
|
||||
#content{
|
||||
margin-left: 265px;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
max-height:380px;
|
||||
}
|
||||
.pagination_content{
|
||||
margin-left: 265px;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.leftToRightArrow{
|
||||
background-image:url(../images/arrow_right.png);
|
||||
padding:2px 0 2px 16px;
|
||||
background-repeat:no-repeat;
|
||||
background-position:0 50%;
|
||||
text-decoration:none;
|
||||
height:100%;
|
||||
}
|
||||
/* forms */
|
||||
.inputMtime{width:55px; height:14px; font-size:9px;}
|
||||
.radio{
|
||||
background-color:none;
|
||||
}
|
||||
.calendar_trigger{
|
||||
background:none;
|
||||
border:none;
|
||||
height:17px;
|
||||
vertical-align:bottom;
|
||||
}
|
||||
table.tableSearch{
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
.boxSearch{
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
.boxSearchItems{
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
.boxSearchItems td{
|
||||
text-align:left;
|
||||
margin-left:5px;
|
||||
}
|
||||
.boxSearchItems dt{
|
||||
text-align:left;
|
||||
font-size:14px;
|
||||
margin:0;
|
||||
padding:0;
|
||||
margin-left:5px;
|
||||
}
|
||||
.boxSearchItems dd{
|
||||
display:block;
|
||||
margin:0;
|
||||
padding:0;
|
||||
margin-left:20px;
|
||||
}
|
||||
.boxSearchItems dd b{
|
||||
margin:0;
|
||||
display:block;
|
||||
}
|
||||
|
||||
#linkSearch{
|
||||
float:right;
|
||||
padding-right:8px;
|
||||
}
|
||||
.tableSearch{
|
||||
margin:0;
|
||||
}
|
||||
p.searchButtons{
|
||||
padding-top:5px;
|
||||
}
|
||||
#linkClose{
|
||||
float:left;
|
||||
|
||||
}
|
||||
#fileName{overflow:hidden;}
|
||||
#header
|
||||
{
|
||||
text-align:left;
|
||||
margin:0;
|
||||
padding:0;
|
||||
padding-top:0px;
|
||||
padding-left:18px;
|
||||
padding-right:18px;
|
||||
height:59px;
|
||||
background-image: url(../images/header.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right top;
|
||||
background-color:#ececed;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-color: #b3b3b4;
|
||||
}
|
||||
|
||||
#currentFolderInfo dl{
|
||||
list-style:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: #666666;
|
||||
|
||||
}
|
||||
#currentFolderInfo dt{
|
||||
font-size:12px;
|
||||
font-weight:bold;
|
||||
display:inline;
|
||||
margin:0;
|
||||
padding:0;
|
||||
color: #666666;
|
||||
}
|
||||
#currentFolderInfo dd{
|
||||
display:inline;
|
||||
|
||||
}
|
||||
#currentFolderInfo dd a{
|
||||
text-decoration:underline;
|
||||
}
|
||||
#viewList{
|
||||
position:absolute;
|
||||
left:18px;
|
||||
top:36px;
|
||||
}
|
||||
#actionHeader
|
||||
{
|
||||
list-style-type: none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
text-align:right;
|
||||
}
|
||||
#actionHeader li{line-height: 24px;}
|
||||
/*~~~~~~Links Setting ~~~~~~~~*/
|
||||
#actionHeader li a, #tickAll, .flagYes, .flagNo
|
||||
{
|
||||
padding:2px 1px 2px 16px;
|
||||
background-repeat:no-repeat;
|
||||
background-position:0 50%;
|
||||
text-decoration:none;
|
||||
height:100%;
|
||||
}
|
||||
#actionInfo{background-image:url(../images/info.png);}
|
||||
.check_all{background-image:url(../images/tickAll.png);}
|
||||
.uncheck_all{background-image:url(../images/uncheckAll.png);}
|
||||
.flagYes{background-image:url(../images/flagYes.png);}
|
||||
.flagNo{background-image:url(../images/flagno.png);}
|
||||
#actionCopy{background-image:url(../images/copy.png);}
|
||||
#actionPaste{background-image:url(../images/paste.png);}
|
||||
#actionCut{background-image:url(../images/cut.png);}
|
||||
#actionDelete{background-image:url(../images/delete.png);}
|
||||
#actionZip{background-image:url(../images/zip.png);}
|
||||
#actionRefresh{background-image:url(../images/refresh.png);}
|
||||
#actionUnzip{background-image:url(../images/unzip.png);}
|
||||
#actionUnzip{background-image:url(../images/unzip.png);}
|
||||
#actionUpload{background-image:url(../images/action/upload.png);}
|
||||
#actionNewFolder{background-image:url(../images/action/folder_add.png);}
|
||||
#actionNewFile{background-image:url(../images/action/page_add.png);}
|
||||
#tickAll{margin-left:5px;}
|
||||
a.action{
|
||||
text-decoration:none;};
|
||||
|
||||
/*~~~~~~File / Folder Icon ~~~~~~~~*/
|
||||
.noFlag{
|
||||
background-image:none;
|
||||
|
||||
}
|
||||
.cutFlag, .copyFlag{
|
||||
/*padding:2px 0 2px 7px;*/
|
||||
width:7px;
|
||||
height:7px;
|
||||
background-repeat:no-repeat;
|
||||
background-position:0 0px;
|
||||
overflow:hidden;
|
||||
text-decoration:none;
|
||||
height:100%;
|
||||
}
|
||||
.cutFlag{
|
||||
background-image:url(../images/cut_flag.gif);
|
||||
}
|
||||
.copyFlag{
|
||||
background-image:url(../images/copy_flag.gif);
|
||||
}
|
||||
span.folderEmpty, span.folder, span.folderParent,
|
||||
span.fileUnknown, span.fileText, span.fileWord,
|
||||
span.fileFlash, span.fileVideo, span.filePicture,
|
||||
span.filePPT, span.fileExcel, span.filePhp,
|
||||
span.fileMusic, span.fileExe, span.fileAcrobat,
|
||||
span.fileRTF, span.fileXml, span.fileCode,
|
||||
span.fileZip, span.addMore, span.deleteFile,
|
||||
span.cancel,span.uploadProcessing{
|
||||
padding:2px 0 2px 16px;
|
||||
background-repeat:no-repeat;
|
||||
background-position:0 50%;
|
||||
}
|
||||
span.uploadProcessing{background-image:url(../images/uploadProcessing.gif);}
|
||||
span.deleteFile,span.cancel{background-image:url(../images/flagno.png);}
|
||||
span.addMore{background-image:url(../images/add.png);}
|
||||
span.folderEmpty{background-image:url(../images/small_icon/folderEmpty.png);}
|
||||
span.folder{background-image:url(../images/small_icon/folder.png);}
|
||||
span.folderParent{background-image:url(../images/small_icon/folderParent.png);}
|
||||
span.fileUnknown{background-image:url(../images/small_icon/fileUnknown.png);}
|
||||
span.fileText{background-image:url(../images/small_icon/fileText.png);}
|
||||
span.fileWord{background-image:url(../images/small_icon/fileWord.png);}
|
||||
span.fileFlash{background-image:url(../images/small_icon/fileFlash.png);}
|
||||
span.fileVideo{background-image:url(../images/small_icon/fileVideo.png);}
|
||||
span.filePicture{background-image:url(../images/small_icon/filePicture.png);}
|
||||
span.filePPT{background-image:url(../images/small_icon/filePowerpoint.png);}
|
||||
span.fileExcel{background-image:url(../images/small_icon/fileExcel.png);}
|
||||
span.filePhp{background-image:url(../images/small_icon/filePhp.png);}
|
||||
span.fileMusic{background-image:url(../images/small_icon/fileMusic.png);}
|
||||
span.fileExe{background-image:url(../images/small_icon/fileExe.png);}
|
||||
span.fileAcrobat{background-image:url(../images/small_icon/fileAcrobat.png);}
|
||||
span.fileRTF{background-image:url(../images/small_icon/fileRTF.png);}
|
||||
span.fileXml{background-image:url(../images/small_icon/fileXml.png);}
|
||||
span.fileCode{background-image:url(../images/small_icon/fileCode.png);}
|
||||
span.fileZip{background-image:url(../images/small_icon/fileZip.png);}
|
||||
/* big icon */
|
||||
dt.folderEmpty, dt.folder, dt.folderParent,
|
||||
dt.fileUnknown, dt.fileText, dt.fileWord,
|
||||
dt.fileFlash, dt.fileVideo,
|
||||
dt.filePPT, dt.fileExcel, dt.filePhp,
|
||||
dt.fileMusic, dt.fileExe, dt.fileAcrobat,
|
||||
dt.fileRTF, dt.fileXml, dt.fileCode,
|
||||
dt.fileZip{
|
||||
margin: 0px;
|
||||
padding:0px;
|
||||
border:solid #ccc 1px;
|
||||
display:block;
|
||||
background-color:#ffffff;
|
||||
background-repeat:no-repeat;
|
||||
background-position:center;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
|
||||
dt.folderEmpty{background-image:url(../images/big_icon/folderEmpty.png);}
|
||||
dt.folder{background-image:url(../images/big_icon/folder.png);
|
||||
}
|
||||
dt.folderParent{background-image:url(../images/big_icon/folderParent.png);}
|
||||
dt.fileUnknown{background-image:url(../images/big_icon/fileUnknown.png);}
|
||||
dt.fileText{background-image:url(../images/big_icon/fileText.png);}
|
||||
dt.fileWord{background-image:url(../images/big_icon/fileWord.png);}
|
||||
dt.fileFlash{background-image:url(../images/big_icon/fileFlash.png);}
|
||||
dt.fileVideo{background-image:url(../images/big_icon/fileVideo.png);}
|
||||
|
||||
dt.filePPT{background-image:url(../images/big_icon/filePowerpoint.png);}
|
||||
dt.fileExcel{background-image:url(../images/big_icon/fileExcel.png);}
|
||||
dt.filePhp{background-image:url(../images/big_icon/filePhp.png);}
|
||||
dt.fileMusic{background-image:url(../images/big_icon/fileMusic.png);}
|
||||
dt.fileExe{background-image:url(../images/big_icon/fileExe.png);}
|
||||
dt.fileAcrobat{background-image:url(../images/big_icon/fileAcrobat.png);}
|
||||
dt.fileRTF{background-image:url(../images/big_icon/fileRTF.png);}
|
||||
dt.fileXml{background-image:url(../images/big_icon/fileXml.png);}
|
||||
dt.fileCode{background-image:url(../images/big_icon/fileCode.png);}
|
||||
dt.fileZip{background-image:url(../images/big_icon/fileZip.png);}
|
||||
|
||||
table.tableSummary{
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
}
|
||||
table.tableSummary tbody td
|
||||
{
|
||||
border:none;
|
||||
padding:2px 6px;
|
||||
text-align:left;
|
||||
}
|
||||
table.tableSummary tbody th{
|
||||
border:none;
|
||||
color:#000;
|
||||
white-space:nowrap;
|
||||
padding:1px 6px ;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/* text listing*/
|
||||
#textListing{
|
||||
list-style:none;
|
||||
}
|
||||
#textListing li{
|
||||
width:150px;
|
||||
border:solid #999999 1px;
|
||||
display:block;
|
||||
float:left;
|
||||
margin: 4px 4px;
|
||||
padding:2px 2px;
|
||||
}
|
||||
/** thumbnail listing */
|
||||
.thumbnailListing{
|
||||
border:solid #ccc 1px;
|
||||
display:block;
|
||||
float:left;
|
||||
margin: 3px 3px;
|
||||
padding:1px;
|
||||
background-color:#f4f4f4;
|
||||
}
|
||||
.thumbnailListing dt{
|
||||
width:120px;
|
||||
height:110px;
|
||||
text-align:center;
|
||||
margin:2px 2px;
|
||||
padding:0;
|
||||
border:solid #ccc 1px;
|
||||
}
|
||||
|
||||
.thumbnailListing dt img{
|
||||
vertical-align:middle;
|
||||
}
|
||||
.thumbnailListing_info{
|
||||
width:125px;
|
||||
display:block;
|
||||
height:25px;
|
||||
text-align:center;
|
||||
margin:0px;
|
||||
}
|
||||
dd.thumbnailListing_info span, dd.thumbnailListing_info input, dd.thumbnailListing_info a{
|
||||
vertical-align:middle;
|
||||
}
|
||||
/* ~~~ === PAGINATION ===================================================== ~~~ */
|
||||
.pagination_summany
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
p.pagination{
|
||||
clear: both;
|
||||
margin:0;
|
||||
padding:5px;
|
||||
width:100%;
|
||||
background-color:#e6e6e6;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-color: #FFFFFF;
|
||||
}
|
||||
#pagination_parent_link
|
||||
{
|
||||
background: url(../images/go_parent.png) no-repeat 100% 50%;
|
||||
padding: 2px 6px 2px 10px;
|
||||
}
|
||||
a.pagination_first,
|
||||
a.pagination_previous,
|
||||
a.pagination_next,
|
||||
a.pagination_last,
|
||||
a.pagination_group
|
||||
{
|
||||
background: url(../images/pagination/pagination_left.gif) no-repeat 0 50%;
|
||||
text-decoration: none;
|
||||
padding: 2px 0 2px 6px;
|
||||
font-size: 11px;
|
||||
}
|
||||
a.pagination_first span,
|
||||
a.pagination_previous span,
|
||||
a.pagination_next span,
|
||||
a.pagination_last span,
|
||||
a.pagination_group span
|
||||
{
|
||||
background: url(../images/pagination/pagination_right.gif) no-repeat 100% 50%;
|
||||
padding: 2px 6px 2px 0;
|
||||
}
|
||||
a.pagination_first:hover,
|
||||
a.pagination_previous:hover,
|
||||
a.pagination_next:hover,
|
||||
a.pagination_last:hover,
|
||||
a.pagination_group:hover{color: #FF9900;}
|
||||
a.pagination_active{font-weight: bold; color: #CC0000;}
|
||||
|
||||
/*~~~~~~Form Setting ~~~~~~~~*/
|
||||
.input, .inputFile{
|
||||
border: 1px solid #86888B;
|
||||
font: 12px Verdana, Arial, Helvetica, sans-serif;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.button{
|
||||
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
|
||||
background:url(../images/button.gif);
|
||||
width:90px;
|
||||
height:20px;
|
||||
border:none;
|
||||
}
|
||||
|
||||
/** Detail View */
|
||||
#tableList{
|
||||
font-size:100%;
|
||||
width:100%;
|
||||
}
|
||||
#tableList thead th{
|
||||
text-align:left;
|
||||
color:#7a92c2;
|
||||
padding:8px 8px 6px 8px;
|
||||
background-color: #DDDBD2;
|
||||
}
|
||||
#tableList thead th.docName{
|
||||
background:#DDDBD2;
|
||||
padding:2px 0px 2px 20px;
|
||||
border-right-width: 2px;
|
||||
border-right-style: groove;
|
||||
}
|
||||
#tableList tbody td { background:#f2f1ee; padding:0; }
|
||||
#tableList tbody td.docName {
|
||||
background-color:#fff;
|
||||
height: 22px;
|
||||
border-right-width: 2px;
|
||||
border-right-style: groove;
|
||||
padding:2px 0px 2px 20px;
|
||||
}
|
||||
#tableList tbody td.docInfo{
|
||||
background-color:#f2f1ee;
|
||||
height: 22px;
|
||||
border-right-width: 2px;
|
||||
border-right-style: groove;
|
||||
padding:2px 0px 2px 20px;
|
||||
}
|
||||
.fileColumns{
|
||||
border-right-width: 2px;
|
||||
border-right-style: groove;
|
||||
}
|
||||
/*thinkbox*/
|
||||
.jqmContainer{
|
||||
|
||||
|
||||
}
|
||||
|
||||
.jqmHeader{
|
||||
|
||||
height:15px;
|
||||
}
|
||||
.jqmHeader a{
|
||||
float:right;
|
||||
margin-right:10px;
|
||||
margin-top:-5px;
|
||||
}
|
||||
.jqmBody table thead th{
|
||||
font-size:16px;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
padding: 5px 5px;
|
||||
}
|
||||
.jqmBody table tbody th{
|
||||
text-align:right;
|
||||
padding: 2px 10px;
|
||||
}
|
||||
|
||||
.jqmBody{
|
||||
|
||||
border:1px solid #a1a1a1;
|
||||
background-image: url(../images/panel_bg.gif);
|
||||
background-repeat: repeat-y;
|
||||
background-position: left top;
|
||||
background-color: #d9dbdc;
|
||||
|
||||
}
|
||||
|
||||
/*~~~~~~Global Low Priority Setting ~~~~~~~~*/
|
||||
.left, td.left, th.left, td.leftDisabled{text-align:left;}
|
||||
.right, td.right, th.right{text-align:right;}
|
||||
.center, td.center, th.center{text-align:center;}
|
||||
@@ -1,537 +0,0 @@
|
||||
/*~~~~~~Global Setting ~~~~~~~~*/
|
||||
html, body{
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
body,td
|
||||
{
|
||||
font: 10px Verdana, Arial, Helvetica, sans-serif;
|
||||
color:#070707;
|
||||
}
|
||||
a,a:link,a:visited{color: #001C4D; text-decoration:none;}
|
||||
a:hover,a:active,a:visited:hover{color: #FF6131; text-decoration:none;}
|
||||
a img{border: none;}
|
||||
ul li{ line-height: 1.5em; display:inline}
|
||||
form{margin: 0;}
|
||||
#leftCol fieldset{
|
||||
position: relative;
|
||||
padding: 6px;
|
||||
margin:8px;
|
||||
border:1px solid #a1a1a1;
|
||||
background-image: url(../images/panel_bg.gif);
|
||||
background-repeat: repeat-y;
|
||||
background-position: left top;
|
||||
background-color: #d9dbdc;
|
||||
}
|
||||
#leftCol legend {
|
||||
|
||||
/*
|
||||
position: absolute;
|
||||
top: -.5em;
|
||||
left: .2em;*/
|
||||
top: -5px;
|
||||
left: 2px;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
ul{list-style:none;}
|
||||
.clear{
|
||||
clear:both;
|
||||
}
|
||||
input{ padding: 0; background-color: transparent;}
|
||||
/*~~~~~~Layout Setting ~~~~~~~~*/
|
||||
#leftCol, #rightCol, #body{
|
||||
|
||||
}
|
||||
#wrapper
|
||||
{
|
||||
margin: 0px 0px;
|
||||
min-width:760px;
|
||||
width:100%;
|
||||
padding:0px;
|
||||
|
||||
}
|
||||
#body{
|
||||
position:absolute;
|
||||
top:60px;
|
||||
width:100%;
|
||||
border-color:#0000CC;
|
||||
}
|
||||
#leftCol{
|
||||
background:#e8e8e8;
|
||||
width:265px;
|
||||
/*width:255px;*/
|
||||
float:left;
|
||||
text-align:left;
|
||||
|
||||
}
|
||||
#rightCol{
|
||||
width:100%;
|
||||
border: none;
|
||||
margin-left: -265px;
|
||||
float:right;
|
||||
|
||||
|
||||
}
|
||||
#rightCol img.ajaxLoadingImg{
|
||||
margin-left: 50%;
|
||||
margin-top:100px;
|
||||
}
|
||||
#content{
|
||||
margin-left: 265px;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
max-height:380px;
|
||||
}
|
||||
.pagination_content{
|
||||
margin-left: 265px;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.leftToRightArrow{
|
||||
background-image:url(../images/arrow_right.png);
|
||||
padding:2px 0 2px 16px;
|
||||
background-repeat:no-repeat;
|
||||
background-position:0 50%;
|
||||
text-decoration:none;
|
||||
height:100%;
|
||||
}
|
||||
/* forms */
|
||||
.inputMtime{width:55px; height:14px; font-size:9px;}
|
||||
.radio{
|
||||
background-color:none;
|
||||
}
|
||||
.calendar_trigger{
|
||||
background:none;
|
||||
border:none;
|
||||
height:17px;
|
||||
vertical-align:bottom;
|
||||
}
|
||||
table.tableSearch{
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
.boxSearch{
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
.boxSearchItems{
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
.boxSearchItems td{
|
||||
text-align:left;
|
||||
margin-left:5px;
|
||||
}
|
||||
.boxSearchItems dt{
|
||||
text-align:left;
|
||||
font-size:14px;
|
||||
margin:0;
|
||||
padding:0;
|
||||
margin-left:5px;
|
||||
}
|
||||
.boxSearchItems dd{
|
||||
display:block;
|
||||
margin:0;
|
||||
padding:0;
|
||||
margin-left:20px;
|
||||
}
|
||||
.boxSearchItems dd b{
|
||||
margin:0;
|
||||
display:block;
|
||||
}
|
||||
|
||||
#linkSearch{
|
||||
float:right;
|
||||
padding-right:8px;
|
||||
}
|
||||
.tableSearch{
|
||||
margin:0;
|
||||
}
|
||||
p.searchButtons{
|
||||
padding-top:5px;
|
||||
}
|
||||
#linkClose{
|
||||
float:left;
|
||||
|
||||
}
|
||||
#fileName{overflow:hidden;}
|
||||
#header
|
||||
{
|
||||
text-align:left;
|
||||
margin:0;
|
||||
padding:0;
|
||||
padding-top:0px;
|
||||
padding-left:18px;
|
||||
padding-right:18px;
|
||||
height:59px;
|
||||
background-image: url(../images/header.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right top;
|
||||
background-color:#ececed;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-color: #b3b3b4;
|
||||
}
|
||||
|
||||
#currentFolderInfo dl{
|
||||
list-style:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: #666666;
|
||||
|
||||
}
|
||||
#currentFolderInfo dt{
|
||||
font-size:12px;
|
||||
font-weight:bold;
|
||||
display:inline;
|
||||
margin:0;
|
||||
padding:0;
|
||||
color: #666666;
|
||||
}
|
||||
#currentFolderInfo dd{
|
||||
display:inline;
|
||||
|
||||
}
|
||||
#currentFolderInfo dd a{
|
||||
text-decoration:underline;
|
||||
}
|
||||
#viewList{
|
||||
position:absolute;
|
||||
left:18px;
|
||||
top:36px;
|
||||
}
|
||||
#actionHeader
|
||||
{
|
||||
list-style-type: none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
text-align:right;
|
||||
}
|
||||
#actionHeader li{line-height: 24px;}
|
||||
/*~~~~~~Links Setting ~~~~~~~~*/
|
||||
#actionHeader li a, #tickAll, .flagYes, .flagNo
|
||||
{
|
||||
padding:2px 1px 2px 16px;
|
||||
background-repeat:no-repeat;
|
||||
background-position:0 50%;
|
||||
text-decoration:none;
|
||||
height:100%;
|
||||
}
|
||||
#actionInfo{background-image:url(../images/info.png);}
|
||||
.check_all{background-image:url(../images/tickAll.png);}
|
||||
.uncheck_all{background-image:url(../images/uncheckAll.png);}
|
||||
.flagYes{background-image:url(../images/flagYes.png);}
|
||||
.flagNo{background-image:url(../images/flagno.png);}
|
||||
#actionCopy{background-image:url(../images/copy.png);}
|
||||
#actionPaste{background-image:url(../images/paste.png);}
|
||||
#actionCut{background-image:url(../images/cut.png);}
|
||||
#actionDelete{background-image:url(../images/delete.png);}
|
||||
#actionZip{background-image:url(../images/zip.png);}
|
||||
#actionRefresh{background-image:url(../images/refresh.png);}
|
||||
#actionUnzip{background-image:url(../images/unzip.png);}
|
||||
#actionUnzip{background-image:url(../images/unzip.png);}
|
||||
#actionUpload{background-image:url(../images/action/upload.png);}
|
||||
#actionNewFolder{background-image:url(../images/action/folder_add.png);}
|
||||
#actionNewFile{background-image:url(../images/action/page_add.png);}
|
||||
#tickAll{margin-left:5px;}
|
||||
a.action{
|
||||
text-decoration:none;};
|
||||
|
||||
/*~~~~~~File / Folder Icon ~~~~~~~~*/
|
||||
.noFlag{
|
||||
background-image:none;
|
||||
|
||||
}
|
||||
.cutFlag, .copyFlag{
|
||||
/*padding:2px 0 2px 7px;*/
|
||||
width:7px;
|
||||
height:7px;
|
||||
background-repeat:no-repeat;
|
||||
background-position:0 0px;
|
||||
overflow:hidden;
|
||||
text-decoration:none;
|
||||
height:100%;
|
||||
}
|
||||
.cutFlag{
|
||||
background-image:url(../images/cut_flag.gif);
|
||||
}
|
||||
.copyFlag{
|
||||
background-image:url(../images/copy_flag.gif);
|
||||
}
|
||||
span.folderEmpty, span.folder, span.folderParent,
|
||||
span.fileUnknown, span.fileText, span.fileWord,
|
||||
span.fileFlash, span.fileVideo, span.filePicture,
|
||||
span.filePPT, span.fileExcel, span.filePhp,
|
||||
span.fileMusic, span.fileExe, span.fileAcrobat,
|
||||
span.fileRTF, span.fileXml, span.fileCode,
|
||||
span.fileZip, span.addMore, span.deleteFile,
|
||||
span.cancel,span.uploadProcessing{
|
||||
padding:2px 0 2px 16px;
|
||||
background-repeat:no-repeat;
|
||||
background-position:0 50%;
|
||||
}
|
||||
span.uploadProcessing{background-image:url(../images/uploadProcessing.gif);}
|
||||
span.deleteFile,span.cancel{background-image:url(../images/flagno.png);}
|
||||
span.addMore{background-image:url(../images/add.png);}
|
||||
span.folderEmpty{background-image:url(../images/small_icon/folderEmpty.png);}
|
||||
span.folder{background-image:url(../images/small_icon/folder.png);}
|
||||
span.folderParent{background-image:url(../images/small_icon/folderParent.png);}
|
||||
span.fileUnknown{background-image:url(../images/small_icon/fileUnknown.png);}
|
||||
span.fileText{background-image:url(../images/small_icon/fileText.png);}
|
||||
span.fileWord{background-image:url(../images/small_icon/fileWord.png);}
|
||||
span.fileFlash{background-image:url(../images/small_icon/fileFlash.png);}
|
||||
span.fileVideo{background-image:url(../images/small_icon/fileVideo.png);}
|
||||
span.filePicture{background-image:url(../images/small_icon/filePicture.png);}
|
||||
span.filePPT{background-image:url(../images/small_icon/filePowerpoint.png);}
|
||||
span.fileExcel{background-image:url(../images/small_icon/fileExcel.png);}
|
||||
span.filePhp{background-image:url(../images/small_icon/filePhp.png);}
|
||||
span.fileMusic{background-image:url(../images/small_icon/fileMusic.png);}
|
||||
span.fileExe{background-image:url(../images/small_icon/fileExe.png);}
|
||||
span.fileAcrobat{background-image:url(../images/small_icon/fileAcrobat.png);}
|
||||
span.fileRTF{background-image:url(../images/small_icon/fileRTF.png);}
|
||||
span.fileXml{background-image:url(../images/small_icon/fileXml.png);}
|
||||
span.fileCode{background-image:url(../images/small_icon/fileCode.png);}
|
||||
span.fileZip{background-image:url(../images/small_icon/fileZip.png);}
|
||||
/* big icon */
|
||||
dt.folderEmpty, dt.folder, dt.folderParent,
|
||||
dt.fileUnknown, dt.fileText, dt.fileWord,
|
||||
dt.fileFlash, dt.fileVideo,
|
||||
dt.filePPT, dt.fileExcel, dt.filePhp,
|
||||
dt.fileMusic, dt.fileExe, dt.fileAcrobat,
|
||||
dt.fileRTF, dt.fileXml, dt.fileCode,
|
||||
dt.fileZip{
|
||||
margin: 0px;
|
||||
padding:0px;
|
||||
border:solid #ccc 1px;
|
||||
display:block;
|
||||
background-color:#ffffff;
|
||||
background-repeat:no-repeat;
|
||||
background-position:center;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
|
||||
dt.folderEmpty{background-image:url(../images/big_icon/folderEmpty.png);}
|
||||
dt.folder{background-image:url(../images/big_icon/folder.png);
|
||||
}
|
||||
dt.folderParent{background-image:url(../images/big_icon/folderParent.png);}
|
||||
dt.fileUnknown{background-image:url(../images/big_icon/fileUnknown.png);}
|
||||
dt.fileText{background-image:url(../images/big_icon/fileText.png);}
|
||||
dt.fileWord{background-image:url(../images/big_icon/fileWord.png);}
|
||||
dt.fileFlash{background-image:url(../images/big_icon/fileFlash.png);}
|
||||
dt.fileVideo{background-image:url(../images/big_icon/fileVideo.png);}
|
||||
|
||||
dt.filePPT{background-image:url(../images/big_icon/filePowerpoint.png);}
|
||||
dt.fileExcel{background-image:url(../images/big_icon/fileExcel.png);}
|
||||
dt.filePhp{background-image:url(../images/big_icon/filePhp.png);}
|
||||
dt.fileMusic{background-image:url(../images/big_icon/fileMusic.png);}
|
||||
dt.fileExe{background-image:url(../images/big_icon/fileExe.png);}
|
||||
dt.fileAcrobat{background-image:url(../images/big_icon/fileAcrobat.png);}
|
||||
dt.fileRTF{background-image:url(../images/big_icon/fileRTF.png);}
|
||||
dt.fileXml{background-image:url(../images/big_icon/fileXml.png);}
|
||||
dt.fileCode{background-image:url(../images/big_icon/fileCode.png);}
|
||||
dt.fileZip{background-image:url(../images/big_icon/fileZip.png);}
|
||||
|
||||
table.tableSummary{
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
}
|
||||
table.tableSummary tbody td
|
||||
{
|
||||
border:none;
|
||||
padding:2px 6px;
|
||||
text-align:left;
|
||||
}
|
||||
table.tableSummary tbody th{
|
||||
border:none;
|
||||
color:#000;
|
||||
white-space:nowrap;
|
||||
padding:1px 6px ;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/* text listing*/
|
||||
#textListing{
|
||||
list-style:none;
|
||||
}
|
||||
#textListing li{
|
||||
width:150px;
|
||||
border:solid #999999 1px;
|
||||
display:block;
|
||||
float:left;
|
||||
margin: 4px 4px;
|
||||
padding:2px 2px;
|
||||
}
|
||||
/** thumbnail listing */
|
||||
.thumbnailListing{
|
||||
border:solid #ccc 1px;
|
||||
display:block;
|
||||
float:left;
|
||||
margin: 3px 3px;
|
||||
padding:1px;
|
||||
background-color:#f4f4f4;
|
||||
}
|
||||
.thumbnailListing dt{
|
||||
width:120px;
|
||||
height:110px;
|
||||
text-align:center;
|
||||
margin:2px 2px;
|
||||
padding:0;
|
||||
border:solid #ccc 1px;
|
||||
}
|
||||
|
||||
.thumbnailListing dt img{
|
||||
vertical-align:middle;
|
||||
}
|
||||
.thumbnailListing_info{
|
||||
width:125px;
|
||||
display:block;
|
||||
height:25px;
|
||||
text-align:center;
|
||||
margin:0px;
|
||||
}
|
||||
dd.thumbnailListing_info span, dd.thumbnailListing_info input, dd.thumbnailListing_info a{
|
||||
vertical-align:middle;
|
||||
}
|
||||
/* ~~~ === PAGINATION ===================================================== ~~~ */
|
||||
.pagination_summany
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
p.pagination{
|
||||
clear: both;
|
||||
margin:0;
|
||||
padding:5px;
|
||||
width:100%;
|
||||
background-color:#e6e6e6;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-color: #FFFFFF;
|
||||
}
|
||||
#pagination_parent_link
|
||||
{
|
||||
background: url(../images/go_parent.png) no-repeat 100% 50%;
|
||||
padding: 2px 6px 2px 10px;
|
||||
}
|
||||
a.pagination_first,
|
||||
a.pagination_previous,
|
||||
a.pagination_next,
|
||||
a.pagination_last,
|
||||
a.pagination_group
|
||||
{
|
||||
background: url(../images/pagination/pagination_left.gif) no-repeat 0 50%;
|
||||
text-decoration: none;
|
||||
padding: 2px 0 2px 6px;
|
||||
font-size: 11px;
|
||||
}
|
||||
a.pagination_first span,
|
||||
a.pagination_previous span,
|
||||
a.pagination_next span,
|
||||
a.pagination_last span,
|
||||
a.pagination_group span
|
||||
{
|
||||
background: url(../images/pagination/pagination_right.gif) no-repeat 100% 50%;
|
||||
padding: 2px 6px 2px 0;
|
||||
}
|
||||
a.pagination_first:hover,
|
||||
a.pagination_previous:hover,
|
||||
a.pagination_next:hover,
|
||||
a.pagination_last:hover,
|
||||
a.pagination_group:hover{color: #FF9900;}
|
||||
a.pagination_active{font-weight: bold; color: #CC0000;}
|
||||
|
||||
/*~~~~~~Form Setting ~~~~~~~~*/
|
||||
.input, .inputFile{
|
||||
border: 1px solid #86888B;
|
||||
font: 12px Verdana, Arial, Helvetica, sans-serif;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.button{
|
||||
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
|
||||
background:url(../images/button.gif);
|
||||
width:90px;
|
||||
height:20px;
|
||||
border:none;
|
||||
}
|
||||
|
||||
/** Detail View */
|
||||
#tableList{
|
||||
font-size:100%;
|
||||
width:100%;
|
||||
}
|
||||
#tableList thead th{
|
||||
text-align:left;
|
||||
color:#7a92c2;
|
||||
padding:8px 8px 6px 8px;
|
||||
background-color: #DDDBD2;
|
||||
}
|
||||
#tableList thead th.docName{
|
||||
background:#DDDBD2;
|
||||
padding:2px 0px 2px 20px;
|
||||
border-right-width: 2px;
|
||||
border-right-style: groove;
|
||||
}
|
||||
#tableList tbody td { background:#f2f1ee; padding:0; }
|
||||
#tableList tbody td.docName {
|
||||
background-color:#fff;
|
||||
height: 22px;
|
||||
border-right-width: 2px;
|
||||
border-right-style: groove;
|
||||
padding:2px 0px 2px 20px;
|
||||
}
|
||||
#tableList tbody td.docInfo{
|
||||
background-color:#f2f1ee;
|
||||
height: 22px;
|
||||
border-right-width: 2px;
|
||||
border-right-style: groove;
|
||||
padding:2px 0px 2px 20px;
|
||||
}
|
||||
.fileColumns{
|
||||
border-right-width: 2px;
|
||||
border-right-style: groove;
|
||||
}
|
||||
/*thinkbox*/
|
||||
.jqmContainer{
|
||||
|
||||
|
||||
}
|
||||
|
||||
.jqmHeader{
|
||||
|
||||
height:15px;
|
||||
}
|
||||
.jqmHeader a{
|
||||
float:right;
|
||||
margin-right:10px;
|
||||
margin-top:-5px;
|
||||
}
|
||||
.jqmBody table thead th{
|
||||
font-size:16px;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
padding: 5px 5px;
|
||||
}
|
||||
.jqmBody table tbody th{
|
||||
text-align:right;
|
||||
padding: 2px 10px;
|
||||
}
|
||||
|
||||
.jqmBody{
|
||||
|
||||
border:1px solid #a1a1a1;
|
||||
background-image: url(../images/panel_bg.gif);
|
||||
background-repeat: repeat-y;
|
||||
background-position: left top;
|
||||
background-color: #d9dbdc;
|
||||
|
||||
}
|
||||
|
||||
/*~~~~~~Global Low Priority Setting ~~~~~~~~*/
|
||||
.left, td.left, th.left, td.leftDisabled{text-align:left;}
|
||||
.right, td.right, th.right{text-align:right;}
|
||||
.center, td.center, th.center{text-align:center;}
|
||||
@@ -1,4 +0,0 @@
|
||||
#leftCol{
|
||||
width:255px;
|
||||
display:inline;
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
.jqmWindow {
|
||||
display: none;
|
||||
|
||||
position: fixed;
|
||||
top: 17%;
|
||||
left: 50%;
|
||||
|
||||
margin-left: -300px;
|
||||
width: 600px;
|
||||
|
||||
background-color: #EEE;
|
||||
color: #333;
|
||||
border: 1px solid black;
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.jqmOverlay { background-color: #000; }
|
||||
|
||||
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
|
||||
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
|
||||
width: expression(this.parentNode.offsetWidth+'px');
|
||||
height: expression(this.parentNode.offsetHeight+'px');
|
||||
}
|
||||
|
||||
/* Fixed posistioning emulation for IE6
|
||||
Star selector used to hide definition from browsers other than IE6
|
||||
For valid CSS, use a conditional include instead */
|
||||
* html .jqmWindow {
|
||||
position: absolute;
|
||||
top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
|
||||
}
|
||||
@@ -1,166 +0,0 @@
|
||||
/* Main Style Sheet for jQuery Calendar */
|
||||
#calendar_div, .calendar_inline {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: #ddd;
|
||||
}
|
||||
#calendar_div {
|
||||
display: none;
|
||||
border: 1px solid #777;
|
||||
z-index: 10; /*must have*/
|
||||
}
|
||||
#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
|
||||
width: 185px;
|
||||
}
|
||||
.calendar_inline {
|
||||
float: left;
|
||||
display: block;
|
||||
border: 0;
|
||||
}
|
||||
.calendar_dialog {
|
||||
padding: 5px !important;
|
||||
border: 4px ridge #ddd !important;
|
||||
}
|
||||
button.calendar_trigger {
|
||||
width: 25px;
|
||||
}
|
||||
img.calendar_trigger {
|
||||
margin: 2px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.calendar_prompt {
|
||||
float: left;
|
||||
width: 181px;
|
||||
padding: 2px;
|
||||
background: #ddd;
|
||||
color: #000;
|
||||
}
|
||||
* html .calendar_prompt {
|
||||
width: 185px;
|
||||
}
|
||||
.calendar_control, .calendar_links, .calendar_header, .calendar {
|
||||
clear: both;
|
||||
float: left;
|
||||
color: #fff;
|
||||
}
|
||||
.calendar_control {
|
||||
background: #400;
|
||||
}
|
||||
.calendar_links {
|
||||
background: #000;
|
||||
}
|
||||
.calendar_control, .calendar_links {
|
||||
font-weight: bold;
|
||||
font-size: 80%;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
.calendar_links label { /* disabled links */
|
||||
padding: 2px 5px;
|
||||
color: #888;
|
||||
}
|
||||
.calendar_clear, .calendar_prev {
|
||||
float: left;
|
||||
}
|
||||
.calendar_current {
|
||||
float: left;
|
||||
width: 35%;
|
||||
text-align: center;
|
||||
}
|
||||
.calendar_close, .calendar_next {
|
||||
float: right;
|
||||
}
|
||||
.calendar_header {
|
||||
background: #333;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
.calendar_header select {
|
||||
background: #333;
|
||||
color: #fff;
|
||||
border: 0px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.calendar {
|
||||
background: #ccc;
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
}
|
||||
.calendar a {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
.calendar .calendar_titleRow {
|
||||
background: #777;
|
||||
}
|
||||
.calendar .calendar_daysRow {
|
||||
background: #eee;
|
||||
color: #666;
|
||||
}
|
||||
.calendar .calendar_daysCell {
|
||||
color: #000;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
#calendar .calendar_daysCell a{
|
||||
display: block;
|
||||
}
|
||||
.calendar .calendar_weekEndCell {
|
||||
background: #ddd;
|
||||
}
|
||||
.calendar .calendar_daysCellOver {
|
||||
background: #fff;
|
||||
border: 1px solid #777;
|
||||
}
|
||||
.calendar .calendar_unselectable {
|
||||
color: #888;
|
||||
}
|
||||
.calendar_today {
|
||||
background: #fcc !important;
|
||||
}
|
||||
.calendar_currentDay {
|
||||
background: #999 !important;
|
||||
}
|
||||
|
||||
/* ________ CALENDAR LINKS _______
|
||||
|
||||
** Reset link properties and then override them with !important */
|
||||
#calendar_div a, .calendar_inline a {
|
||||
cursor: pointer;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: none;
|
||||
color: #000;
|
||||
}
|
||||
.calendar_inline .calendar_links a {
|
||||
padding: 0 5px !important;
|
||||
}
|
||||
.calendar_control a, .calendar_links a {
|
||||
padding: 2px 5px !important;
|
||||
color: #eee !important;
|
||||
}
|
||||
.calendar_titleRow a {
|
||||
color: #eee !important;
|
||||
}
|
||||
.calendar_control a:hover {
|
||||
background: #fdd !important;
|
||||
color: #333 !important;
|
||||
}
|
||||
.calendar_links a:hover, .calendar_titleRow a:hover {
|
||||
background: #ddd !important;
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
/* ___________ IE6 IFRAME FIX ________ */
|
||||
|
||||
.calendar_cover {
|
||||
display: none; /*sorry for IE5*/
|
||||
display/**/: block; /*sorry for IE5*/
|
||||
position: absolute; /*must have*/
|
||||
z-index: -1; /*must have*/
|
||||
filter: mask(); /*must have*/
|
||||
top: -4px; /*must have*/
|
||||
left: -4px; /*must have*/
|
||||
width: 193px; /*must have to match width and borders*/
|
||||
height: 200px; /*must have to match maximum height*/
|
||||
}
|
||||
@@ -1,92 +0,0 @@
|
||||
html, body
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
body
|
||||
{
|
||||
font: 76% Arial, Helvetica, sans-serif;
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
}
|
||||
h1, h2, h3, h4, h5
|
||||
{
|
||||
margin: 1em 0;
|
||||
}
|
||||
p
|
||||
{
|
||||
margin: 0 0 1em;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
a,
|
||||
a:link,
|
||||
a:visited{}
|
||||
a:hover,
|
||||
a:active{}
|
||||
a img{border: none;}
|
||||
ul li,
|
||||
ol li{line-height: 1.5em;}
|
||||
form{margin: 0;}
|
||||
fieldset{padding: 0;}
|
||||
|
||||
|
||||
/* ~~~ === POSITIONING SELECTORS =============================================================================== ~~~ */
|
||||
#container
|
||||
{
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
#content
|
||||
{
|
||||
position: absolute;
|
||||
top: -98px;
|
||||
left: 50%;
|
||||
width: 300px;
|
||||
height: 196px;
|
||||
margin-left: -150px;
|
||||
}
|
||||
|
||||
/* ~~~ === FORMS ====================================================================================== ~~~ */
|
||||
table.adminLoginTable
|
||||
{
|
||||
width: 100%;
|
||||
border: 1px solid #999;
|
||||
background-color: #E6E4DF;
|
||||
margin: 0;
|
||||
}
|
||||
table.adminLoginTable thead th
|
||||
{
|
||||
background-color: #999;
|
||||
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
|
||||
text-transform : uppercase;
|
||||
text-align: left;
|
||||
color: #fff;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
table.adminLoginTable tbody th
|
||||
{
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
}
|
||||
table.adminLoginTable tbody td
|
||||
{
|
||||
padding: 4px 8px;
|
||||
}
|
||||
table.adminLoginTable tfoot td{padding: 4px 8px 12px;}
|
||||
table.adminLoginTable tbody th.padTop,
|
||||
table.adminLoginTable tbody td.padTop{padding-top: 12px;}
|
||||
.input
|
||||
{
|
||||
font: 11px Verdana, Arial, Helvetica, sans-serif;
|
||||
border: 1px solid #999;
|
||||
}
|
||||
.button
|
||||
{
|
||||
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
|
||||
background-color: #999;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,585 +0,0 @@
|
||||
/*~~~~~~Global Setting ~~~~~~~~*/
|
||||
html, body{
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font: 11px Arial, Helvetica, sans-serif;
|
||||
color:#000000;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a,a:link,a:visited{
|
||||
text-decoration:none;
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
a:hover,a:active,a:visited:hover{
|
||||
color: #FF6131;
|
||||
|
||||
}
|
||||
a img{
|
||||
border: none;
|
||||
}
|
||||
|
||||
ul li{
|
||||
line-height: 1.5em;
|
||||
display:inline;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
#leftCol fieldset{
|
||||
position: relative;
|
||||
padding: 6px;
|
||||
margin:8px;
|
||||
border:1px solid #a1a1a1;
|
||||
background-image: url(../images/panel_bg.gif);
|
||||
background-repeat: repeat-y;
|
||||
background-position: left top;
|
||||
background-color: #d9dbdc;
|
||||
}
|
||||
#leftCol legend {
|
||||
top: -5px;
|
||||
left: 2px;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
.clear{
|
||||
clear:both;
|
||||
}
|
||||
input{
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
/*~~~~~~Layout Setting ~~~~~~~~*/
|
||||
|
||||
#wrapper
|
||||
{
|
||||
margin: 0px 0px;
|
||||
min-width:760px;
|
||||
width:100%;
|
||||
padding:0px;
|
||||
|
||||
}
|
||||
#body{
|
||||
position:absolute;
|
||||
top:60px;
|
||||
width:100%;
|
||||
border-color:#0000CC;
|
||||
}
|
||||
#leftCol{
|
||||
background:#e8e8e8;
|
||||
width:260px;
|
||||
float:left;
|
||||
display:inline;
|
||||
text-align:left;
|
||||
|
||||
}
|
||||
|
||||
#rightCol{
|
||||
width:100%;
|
||||
border: none;
|
||||
margin-left: -265px;
|
||||
float:right;
|
||||
|
||||
|
||||
}
|
||||
#rightCol img.ajaxLoadingImg{
|
||||
margin-left: 50%;
|
||||
margin-top:100px;
|
||||
}
|
||||
#content{
|
||||
margin-left: 265px;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
max-height:380px;
|
||||
}
|
||||
.pagination_content{
|
||||
margin-left: 265px;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.leftToRightArrow{
|
||||
background-image:url(../images/standard/file:///home/hadyn/workspace/ajaxfilemanager/htdocs/ajaxfilemanager/theme/default/images/New%20Folder/folder_explore.png
|
||||
arrow_right.png);
|
||||
padding:2px 0 2px 16px;
|
||||
background-repeat:no-repeat;
|
||||
background-position:0 50%;
|
||||
text-decoration:none;
|
||||
height:100%;
|
||||
}
|
||||
/* forms */
|
||||
.inputMtime{width:55px; height:14px; font-size:9px;}
|
||||
.radio{
|
||||
background-color:none;
|
||||
}
|
||||
.calendar_trigger{
|
||||
background:none;
|
||||
border:none;
|
||||
height:17px;
|
||||
vertical-align:bottom;
|
||||
}
|
||||
table.tableSearch{
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
.boxSearch{
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
.boxSearchItems{
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
.boxSearchItems td{
|
||||
text-align:left;
|
||||
margin-left:5px;
|
||||
}
|
||||
.boxSearchItems dt{
|
||||
text-align:left;
|
||||
font-size:14px;
|
||||
margin:0;
|
||||
padding:0;
|
||||
margin-left:5px;
|
||||
}
|
||||
.boxSearchItems dd{
|
||||
display:block;
|
||||
margin:0;
|
||||
padding:0;
|
||||
margin-left:20px;
|
||||
}
|
||||
.boxSearchItems dd b{
|
||||
margin:0;
|
||||
display:block;
|
||||
}
|
||||
|
||||
#linkSearch{
|
||||
float:right;
|
||||
padding-right:8px;
|
||||
}
|
||||
.tableSearch{
|
||||
margin:0;
|
||||
}
|
||||
p.searchButtons{
|
||||
padding-top:5px;
|
||||
}
|
||||
#linkClose{
|
||||
float:left;
|
||||
|
||||
}
|
||||
#fileName{overflow:hidden;}
|
||||
#header
|
||||
{
|
||||
text-align:left;
|
||||
margin:0;
|
||||
padding:0;
|
||||
padding-top:0px;
|
||||
padding-left:18px;
|
||||
padding-right:18px;
|
||||
height:59px;
|
||||
background-image: url(../images/header.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right top;
|
||||
background-color:#ececed;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-color: #b3b3b4;
|
||||
}
|
||||
|
||||
#currentFolderInfo dl{
|
||||
list-style:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: #666666;
|
||||
|
||||
}
|
||||
#currentFolderInfo dt{
|
||||
font-size:12px;
|
||||
font-weight:bold;
|
||||
display:inline;
|
||||
margin:0;
|
||||
padding:0;
|
||||
color: #666666;
|
||||
}
|
||||
#currentFolderInfo dd{
|
||||
display:inline;
|
||||
|
||||
}
|
||||
#currentFolderInfo dd a{
|
||||
text-decoration:underline;
|
||||
}
|
||||
#viewList{
|
||||
position:absolute;
|
||||
left:18px;
|
||||
top:36px;
|
||||
}
|
||||
#actionHeader
|
||||
{
|
||||
list-style-type: none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
text-align:right;
|
||||
}
|
||||
#actionHeader li{
|
||||
line-height: 24px;
|
||||
}
|
||||
/*~~~~~~Links Setting ~~~~~~~~*/
|
||||
#actionHeader li a, #tickAll, .flagYes, .flagNo
|
||||
{
|
||||
padding:2px 1px 2px 19px;
|
||||
background-repeat:no-repeat;
|
||||
background-position:0 50%;
|
||||
text-decoration:none;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
#actionInfo{background-image:url(../images/standard/info.png);}
|
||||
.check_all{background-image:url(../images/action/tickAll.png);}
|
||||
.uncheck_all{background-image:url(../images/action/uncheckAll.png);}
|
||||
.flagYes{background-image:url(../images/standard/flagyes.png);}
|
||||
.flagNo{background-image:url(../images/standard/flagno.png);}
|
||||
#actionCopy{background-image:url(../images/action/copy.png);}
|
||||
#actionPaste{background-image:url(../images/action/paste.png);}
|
||||
#actionCut{background-image:url(../images//action/cut.png);}
|
||||
#actionDelete{background-image:url(../images/action/delete.png);}
|
||||
#actionZip{background-image:url(../images/action/zip.png);}
|
||||
#actionRefresh{background-image:url(../images/action/refresh.png);}
|
||||
#actionUnzip{background-image:url(../images/action/unzip.png);}
|
||||
#actionUpload{background-image:url(../images/action/upload.png);}
|
||||
#actionNewFolder{background-image:url(../images/action/folder_add.png);}
|
||||
#actionNewFile{background-image:url(../images/action/page_add.png);}
|
||||
#tickAll{margin-left:5px;}
|
||||
a.action{
|
||||
text-decoration:none;};
|
||||
|
||||
/*~~~~~~File / Folder Icon ~~~~~~~~*/
|
||||
.noFlag{
|
||||
background-image:none;
|
||||
|
||||
}
|
||||
.cutFlag, .copyFlag{
|
||||
/*padding:2px 0 2px 7px;*/
|
||||
width:7px;
|
||||
height:7px;
|
||||
background-repeat:no-repeat;
|
||||
background-position:0 0px;
|
||||
overflow:hidden;
|
||||
text-decoration:none;
|
||||
height:100%;
|
||||
}
|
||||
.cutFlag{
|
||||
background-image:url(../images/action/cut_flag.jpg);
|
||||
}
|
||||
.copyFlag{
|
||||
background-image:url(../images/action/copy_flag.gif);
|
||||
}
|
||||
span.folderEmpty, span.folder, span.folderParent,
|
||||
span.fileUnknown, span.fileText, span.fileWord,
|
||||
span.fileFlash, span.fileVideo, span.filePicture,
|
||||
span.filePPT, span.fileExcel, span.filePhp,
|
||||
span.fileMusic, span.fileExe, span.fileAcrobat,
|
||||
span.fileRTF, span.fileXml, span.fileCode,
|
||||
span.fileZip, span.addMore, span.deleteFile,
|
||||
span.cancel,span.uploadProcessing{
|
||||
padding:2px 0 2px 16px;
|
||||
background-repeat:no-repeat;
|
||||
background-position:0 50%;
|
||||
}
|
||||
span.uploadProcessing{background-image:url(../images/uploadProcessing.gif);}
|
||||
span.deleteFile,span.cancel{background-image:url(../images/flagno.png);}
|
||||
span.addMore{background-image:url(../images/add.png);}
|
||||
span.folderEmpty{background-image:url(../images/file_type/folderEmpty.png);}
|
||||
span.folder{background-image:url(../images/file_type/folder.png);}
|
||||
span.folderParent{background-image:url(../images/file_type/folderParent.png);}
|
||||
span.fileUnknown{background-image:url(../images/file_type/fileUnknown.png);}
|
||||
span.fileText{background-image:url(../images/file_type/fileText.png);}
|
||||
span.fileWord{background-image:url(../images/file_type/fileWord.png);}
|
||||
span.fileFlash{background-image:url(../images/file_type/fileFlash.png);}
|
||||
span.fileVideo{background-image:url(../images/file_type/fileVideo.png);}
|
||||
span.filePicture{background-image:url(../images/file_type/filePicture.png);}
|
||||
span.filePPT{background-image:url(../images/file_type/filePowerpoint.png);}
|
||||
span.fileExcel{background-image:url(../images/file_type/fileExcel.png);}
|
||||
span.filePhp{background-image:url(../images/file_type/filePhp.png);}
|
||||
span.fileMusic{background-image:url(../images/file_type/fileMusic.png);}
|
||||
span.fileExe{background-image:url(../images/file_type/fileExe.png);}
|
||||
span.fileAcrobat{background-image:url(../images/file_type/fileAcrobat.png);}
|
||||
span.fileRTF{background-image:url(../images/file_type/fileRTF.png);}
|
||||
span.fileXml{background-image:url(../images/file_type/fileXml.png);}
|
||||
span.fileCode{background-image:url(../images/file_type/fileCode.png);}
|
||||
span.fileZip{background-image:url(../images/file_type/fileZip.png);}
|
||||
/* big icon */
|
||||
dt.folderEmpty, dt.folder, dt.folderParent,
|
||||
dt.fileUnknown, dt.fileText, dt.fileWord,
|
||||
dt.fileFlash, dt.fileVideo,
|
||||
dt.filePPT, dt.fileExcel, dt.filePhp,
|
||||
dt.fileMusic, dt.fileExe, dt.fileAcrobat,
|
||||
dt.fileRTF, dt.fileXml, dt.fileCode,
|
||||
dt.fileZip{
|
||||
margin: 0px;
|
||||
padding:0px;
|
||||
border:solid #ccc 1px;
|
||||
display:block;
|
||||
background-color:#ffffff;
|
||||
background-repeat:no-repeat;
|
||||
background-position:center;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
|
||||
dt.folderEmpty{background-image:url(../images/big_icon/folderEmpty.png);}
|
||||
dt.folder{background-image:url(../images/big_icon/folder.png);
|
||||
}
|
||||
dt.folderParent{background-image:url(../images/big_icon/folderParent.png);}
|
||||
dt.fileUnknown{background-image:url(../images/big_icon/fileUnknown.png);}
|
||||
dt.fileText{background-image:url(../images/big_icon/fileText.png);}
|
||||
dt.fileWord{background-image:url(../images/big_icon/fileWord.png);}
|
||||
dt.fileFlash{background-image:url(../images/big_icon/fileFlash.png);}
|
||||
dt.fileVideo{background-image:url(../images/big_icon/fileVideo.png);}
|
||||
|
||||
dt.filePPT{background-image:url(../images/big_icon/filePowerpoint.png);}
|
||||
dt.fileExcel{background-image:url(../images/big_icon/fileExcel.png);}
|
||||
dt.filePhp{background-image:url(../images/big_icon/filePhp.png);}
|
||||
dt.fileMusic{background-image:url(../images/big_icon/fileMusic.png);}
|
||||
dt.fileExe{background-image:url(../images/big_icon/fileExe.png);}
|
||||
dt.fileAcrobat{background-image:url(../images/big_icon/fileAcrobat.png);}
|
||||
dt.fileRTF{background-image:url(../images/big_icon/fileRTF.png);}
|
||||
dt.fileXml{background-image:url(../images/big_icon/fileXml.png);}
|
||||
dt.fileCode{background-image:url(../images/big_icon/fileCode.png);}
|
||||
dt.fileZip{background-image:url(../images/big_icon/fileZip.png);}
|
||||
|
||||
table.tableSummary{
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
}
|
||||
table.tableSummary tbody td
|
||||
{
|
||||
border:none;
|
||||
padding:2px 6px;
|
||||
text-align:left;
|
||||
}
|
||||
table.tableSummary tbody th{
|
||||
border:none;
|
||||
color:#000;
|
||||
white-space:nowrap;
|
||||
padding:1px 6px ;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/* text listing*/
|
||||
#textListing{
|
||||
list-style:none;
|
||||
}
|
||||
#textListing li{
|
||||
width:150px;
|
||||
border:solid #999999 1px;
|
||||
display:block;
|
||||
float:left;
|
||||
margin: 4px 4px;
|
||||
padding:2px 2px;
|
||||
}
|
||||
/** thumbnail listing */
|
||||
.thumbnailListing{
|
||||
border:solid #ccc 1px;
|
||||
display:block;
|
||||
float:left;
|
||||
margin: 3px 3px;
|
||||
padding:1px;
|
||||
background-color:#f4f4f4;
|
||||
}
|
||||
.thumbnailListing dt{
|
||||
width:120px;
|
||||
height:110px;
|
||||
text-align:center;
|
||||
margin:2px 2px;
|
||||
padding:0;
|
||||
border:solid #ccc 1px;
|
||||
}
|
||||
|
||||
.thumbnailListing dt img{
|
||||
vertical-align:middle;
|
||||
}
|
||||
.thumbnailListing_info{
|
||||
width:125px;
|
||||
display:block;
|
||||
height:25px;
|
||||
text-align:center;
|
||||
margin:0px;
|
||||
}
|
||||
dd.thumbnailListing_info span, dd.thumbnailListing_info input, dd.thumbnailListing_info a{
|
||||
vertical-align:middle;
|
||||
}
|
||||
/* ~~~ === PAGINATION ===================================================== ~~~ */
|
||||
.pagination_summany
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
p.pagination{
|
||||
clear: both;
|
||||
margin:0;
|
||||
padding:5px;
|
||||
width:100%;
|
||||
background-color:#e6e6e6;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-color: #FFFFFF;
|
||||
}
|
||||
#pagination_parent_link
|
||||
{
|
||||
background: url(../images/go_parent.png) no-repeat 100% 50%;
|
||||
padding: 2px 6px 2px 10px;
|
||||
}
|
||||
a.pagination_first,
|
||||
a.pagination_previous,
|
||||
a.pagination_next,
|
||||
a.pagination_last,
|
||||
a.pagination_group
|
||||
{
|
||||
background: url(../images/pagination/pagination_left.gif) no-repeat 0 50%;
|
||||
text-decoration: none;
|
||||
padding: 2px 0 2px 6px;
|
||||
font-size: 11px;
|
||||
}
|
||||
a.pagination_first span,
|
||||
a.pagination_previous span,
|
||||
a.pagination_next span,
|
||||
a.pagination_last span,
|
||||
a.pagination_group span
|
||||
{
|
||||
background: url(../images/pagination/pagination_right.gif) no-repeat 100% 50%;
|
||||
padding: 2px 6px 2px 0;
|
||||
}
|
||||
a.pagination_first:hover,
|
||||
a.pagination_previous:hover,
|
||||
a.pagination_next:hover,
|
||||
a.pagination_last:hover,
|
||||
a.pagination_group:hover{color: #FF9900;}
|
||||
a.pagination_active{font-weight: bold; color: #ff6600;}
|
||||
|
||||
/*~~~~~~Form Setting ~~~~~~~~*/
|
||||
.input, .inputFile{
|
||||
border: 1px solid #86888B;
|
||||
font: 12px Verdana, Arial, Helvetica, sans-serif;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.button{
|
||||
background:url(../images/standard/button.gif);
|
||||
width:100px;
|
||||
height:20px;
|
||||
border:none;
|
||||
}
|
||||
|
||||
/** Detail View */
|
||||
#tableList{
|
||||
width:100%;
|
||||
}
|
||||
#tableList thead th{
|
||||
text-align:left;
|
||||
color:#004576;
|
||||
padding:8px 8px 6px 8px;
|
||||
background-color: #cfcfcf;
|
||||
}
|
||||
#tableList thead th.docName{
|
||||
background:#cfcfcf;
|
||||
padding:2px 0px 2px 20px;
|
||||
border-right-width: 2px;
|
||||
border-right-style: groove;
|
||||
}
|
||||
#tableList tbody td { background:#f2f1ee; padding:0; }
|
||||
#tableList tbody td.docName {
|
||||
background-color:#fff;
|
||||
height: 22px;
|
||||
border-right-width: 2px;
|
||||
border-right-style: groove;
|
||||
padding:2px 0px 2px 20px;
|
||||
}
|
||||
#tableList tbody td.docInfo{
|
||||
background-color:#ffffff;
|
||||
height: 22px;
|
||||
border-right-width: 2px;
|
||||
border-right-style: groove;
|
||||
padding:2px 0px 2px 20px;
|
||||
}
|
||||
.fileColumns{
|
||||
border-right-width: 2px;
|
||||
border-right-style: groove;
|
||||
}
|
||||
|
||||
/*thinkbox*/
|
||||
.jqmContainer{
|
||||
|
||||
|
||||
}
|
||||
|
||||
.jqmHeader{
|
||||
height:15px;
|
||||
}
|
||||
.jqmHeader a{
|
||||
float:right;
|
||||
margin-right:10px;
|
||||
margin-top:-5px;
|
||||
}
|
||||
.jqmBody table thead th{
|
||||
font-size:18px;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
padding: 5px 5px;
|
||||
}
|
||||
.jqmBody table tbody th{
|
||||
text-align:right;
|
||||
padding: 2px 10px;
|
||||
}
|
||||
|
||||
.jqmBody{
|
||||
|
||||
border:1px solid #a1a1a1;
|
||||
background-image: url(../images/panel_bg.gif);
|
||||
background-repeat: repeat-y;
|
||||
background-position: left top;
|
||||
background-color: #d9dbdc;
|
||||
|
||||
}
|
||||
#jqContextMenu{
|
||||
position:absolute;
|
||||
z-index:499;
|
||||
background:#f6f6f6;
|
||||
border:solid 1px #aaaaaa;
|
||||
list-style:none;
|
||||
float:left;
|
||||
display:block;
|
||||
}
|
||||
|
||||
#jqContextMenu ul{
|
||||
width:100px;
|
||||
list-style:none;
|
||||
float:left;
|
||||
display:block;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
#jqContextMenu li{
|
||||
width:94%;
|
||||
float:left;
|
||||
display:block;
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
#jqContextMenu li:hover{
|
||||
background:#e0e0e0;
|
||||
}
|
||||
|
||||
#jqContextMenu a, #jqContextMenu a:hover{
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
/*~~~~~~Global Low Priority Setting ~~~~~~~~*/
|
||||
.left, td.left, th.left, td.leftDisabled{text-align:left;}
|
||||
.right, td.right, th.right{text-align:right;}
|
||||
.center, td.center, th.center{text-align:center;}
|
||||
@@ -1,159 +0,0 @@
|
||||
/* ----------------------------------------------------------------------------------------------------------------*/
|
||||
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
|
||||
/* ----------------------------------------------------------------------------------------------------------------*/
|
||||
*{padding: 0; margin: 0;}
|
||||
|
||||
/* ----------------------------------------------------------------------------------------------------------------*/
|
||||
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
|
||||
/* ----------------------------------------------------------------------------------------------------------------*/
|
||||
#TB_window {
|
||||
font: 12px Arial, Helvetica, sans-serif;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
#TB_secondLine {
|
||||
font: 10px Arial, Helvetica, sans-serif;
|
||||
color:#666666;
|
||||
}
|
||||
|
||||
#TB_window a:link {color: #666666;}
|
||||
#TB_window a:visited {color: #666666;}
|
||||
#TB_window a:hover {color: #000;}
|
||||
#TB_window a:active {color: #666666;}
|
||||
#TB_window a:focus{color: #666666;}
|
||||
|
||||
/* ----------------------------------------------------------------------------------------------------------------*/
|
||||
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
|
||||
/* ----------------------------------------------------------------------------------------------------------------*/
|
||||
#TB_overlay {
|
||||
position: fixed;
|
||||
z-index:100;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
background-color:#000;
|
||||
filter:alpha(opacity=75);
|
||||
-moz-opacity: 0.75;
|
||||
opacity: 0.75;
|
||||
height:100%;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
* html #TB_overlay { /* ie6 hack */
|
||||
position: absolute;
|
||||
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
|
||||
}
|
||||
|
||||
#TB_window {
|
||||
position: fixed;
|
||||
background: #ffffff;
|
||||
z-index: 102;
|
||||
color:#000000;
|
||||
display:none;
|
||||
border: 4px solid #525252;
|
||||
text-align:left;
|
||||
top:50%;
|
||||
left:50%;
|
||||
}
|
||||
|
||||
* html #TB_window { /* ie6 hack */
|
||||
position: absolute;
|
||||
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
|
||||
}
|
||||
|
||||
#TB_window img#TB_Image {
|
||||
display:block;
|
||||
margin: 15px 0 0 15px;
|
||||
border-right: 1px solid #ccc;
|
||||
border-bottom: 1px solid #ccc;
|
||||
border-top: 1px solid #666;
|
||||
border-left: 1px solid #666;
|
||||
}
|
||||
|
||||
#TB_caption{
|
||||
height:25px;
|
||||
padding:7px 30px 10px 25px;
|
||||
float:left;
|
||||
}
|
||||
|
||||
#TB_closeWindow{
|
||||
height:25px;
|
||||
padding:11px 25px 10px 0;
|
||||
float:right;
|
||||
}
|
||||
|
||||
#TB_closeAjaxWindow{
|
||||
padding:7px 10px 5px 0;
|
||||
margin-bottom:1px;
|
||||
text-align:right;
|
||||
float:right;
|
||||
}
|
||||
|
||||
#TB_ajaxWindowTitle{
|
||||
float:left;
|
||||
padding:7px 0 5px 10px;
|
||||
margin-bottom:1px;
|
||||
}
|
||||
|
||||
#TB_title{
|
||||
background-color:#e8e8e8;
|
||||
height:27px;
|
||||
}
|
||||
|
||||
#TB_ajaxContent{
|
||||
clear:both;
|
||||
padding:2px 15px 15px 15px;
|
||||
overflow:auto;
|
||||
text-align:left;
|
||||
line-height:1.4em;
|
||||
}
|
||||
|
||||
#TB_ajaxContent.TB_modal{
|
||||
padding:15px;
|
||||
}
|
||||
|
||||
#TB_ajaxContent p{
|
||||
padding:5px 0px 5px 0px;
|
||||
}
|
||||
|
||||
#TB_load{
|
||||
position: fixed;
|
||||
display:none;
|
||||
height:13px;
|
||||
width:208px;
|
||||
z-index:103;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
|
||||
}
|
||||
|
||||
* html #TB_load { /* ie6 hack */
|
||||
position: absolute;
|
||||
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
|
||||
}
|
||||
|
||||
#TB_HideSelect{
|
||||
z-index:99;
|
||||
position:fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-color:#fff;
|
||||
border:none;
|
||||
filter:alpha(opacity=0);
|
||||
-moz-opacity: 0;
|
||||
opacity: 0;
|
||||
height:100%;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
* html #TB_HideSelect { /* ie6 hack */
|
||||
position: absolute;
|
||||
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
|
||||
}
|
||||
|
||||
#TB_iframeContent{
|
||||
clear:both;
|
||||
border:none;
|
||||
margin-bottom:-1px;
|
||||
margin-top:1px;
|
||||
_margin-bottom:1px;
|
||||
}
|
||||
@@ -1,537 +0,0 @@
|
||||
/*~~~~~~Global Setting ~~~~~~~~*/
|
||||
html, body{
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
body,td
|
||||
{
|
||||
font: 10px Verdana, Arial, Helvetica, sans-serif;
|
||||
color:#070707;
|
||||
}
|
||||
a,a:link,a:visited{color: #001C4D; text-decoration:none;}
|
||||
a:hover,a:active,a:visited:hover{color: #FF6131; text-decoration:none;}
|
||||
a img{border: none;}
|
||||
ul li{ line-height: 1.5em; display:inline}
|
||||
form{margin: 0;}
|
||||
#leftCol fieldset{
|
||||
position: relative;
|
||||
padding: 6px;
|
||||
margin:8px;
|
||||
border:1px solid #a1a1a1;
|
||||
background-image: url(../images/panel_bg.gif);
|
||||
background-repeat: repeat-y;
|
||||
background-position: left top;
|
||||
background-color: #d9dbdc;
|
||||
}
|
||||
#leftCol legend {
|
||||
|
||||
/*
|
||||
position: absolute;
|
||||
top: -.5em;
|
||||
left: .2em;*/
|
||||
top: -5px;
|
||||
left: 2px;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
ul{list-style:none;}
|
||||
.clear{
|
||||
clear:both;
|
||||
}
|
||||
input{ padding: 0; background-color: transparent;}
|
||||
/*~~~~~~Layout Setting ~~~~~~~~*/
|
||||
#leftCol, #rightCol, #body{
|
||||
|
||||
}
|
||||
#wrapper
|
||||
{
|
||||
margin: 0px 0px;
|
||||
min-width:760px;
|
||||
width:100%;
|
||||
padding:0px;
|
||||
|
||||
}
|
||||
#body{
|
||||
position:absolute;
|
||||
top:60px;
|
||||
width:100%;
|
||||
border-color:#0000CC;
|
||||
}
|
||||
#leftCol{
|
||||
background:#e8e8e8;
|
||||
width:265px;
|
||||
/*width:255px;*/
|
||||
float:left;
|
||||
text-align:left;
|
||||
|
||||
}
|
||||
#rightCol{
|
||||
width:100%;
|
||||
border: none;
|
||||
margin-left: -265px;
|
||||
float:right;
|
||||
|
||||
|
||||
}
|
||||
#rightCol img.ajaxLoadingImg{
|
||||
margin-left: 50%;
|
||||
margin-top:100px;
|
||||
}
|
||||
#content{
|
||||
margin-left: 265px;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
max-height:380px;
|
||||
}
|
||||
.pagination_content{
|
||||
margin-left: 265px;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.leftToRightArrow{
|
||||
background-image:url(../images/arrow_right.png);
|
||||
padding:2px 0 2px 16px;
|
||||
background-repeat:no-repeat;
|
||||
background-position:0 50%;
|
||||
text-decoration:none;
|
||||
height:100%;
|
||||
}
|
||||
/* forms */
|
||||
.inputMtime{width:55px; height:14px; font-size:9px;}
|
||||
.radio{
|
||||
background-color:none;
|
||||
}
|
||||
.calendar_trigger{
|
||||
background:none;
|
||||
border:none;
|
||||
height:17px;
|
||||
vertical-align:bottom;
|
||||
}
|
||||
table.tableSearch{
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
.boxSearch{
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
.boxSearchItems{
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
.boxSearchItems td{
|
||||
text-align:left;
|
||||
margin-left:5px;
|
||||
}
|
||||
.boxSearchItems dt{
|
||||
text-align:left;
|
||||
font-size:14px;
|
||||
margin:0;
|
||||
padding:0;
|
||||
margin-left:5px;
|
||||
}
|
||||
.boxSearchItems dd{
|
||||
display:block;
|
||||
margin:0;
|
||||
padding:0;
|
||||
margin-left:20px;
|
||||
}
|
||||
.boxSearchItems dd b{
|
||||
margin:0;
|
||||
display:block;
|
||||
}
|
||||
|
||||
#linkSearch{
|
||||
float:right;
|
||||
padding-right:8px;
|
||||
}
|
||||
.tableSearch{
|
||||
margin:0;
|
||||
}
|
||||
p.searchButtons{
|
||||
padding-top:5px;
|
||||
}
|
||||
#linkClose{
|
||||
float:left;
|
||||
|
||||
}
|
||||
#fileName{overflow:hidden;}
|
||||
#header
|
||||
{
|
||||
text-align:left;
|
||||
margin:0;
|
||||
padding:0;
|
||||
padding-top:0px;
|
||||
padding-left:18px;
|
||||
padding-right:18px;
|
||||
height:59px;
|
||||
background-image: url(../images/header.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right top;
|
||||
background-color:#ececed;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-color: #b3b3b4;
|
||||
}
|
||||
|
||||
#currentFolderInfo dl{
|
||||
list-style:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: #666666;
|
||||
|
||||
}
|
||||
#currentFolderInfo dt{
|
||||
font-size:12px;
|
||||
font-weight:bold;
|
||||
display:inline;
|
||||
margin:0;
|
||||
padding:0;
|
||||
color: #666666;
|
||||
}
|
||||
#currentFolderInfo dd{
|
||||
display:inline;
|
||||
|
||||
}
|
||||
#currentFolderInfo dd a{
|
||||
text-decoration:underline;
|
||||
}
|
||||
#viewList{
|
||||
position:absolute;
|
||||
left:18px;
|
||||
top:36px;
|
||||
}
|
||||
#actionHeader
|
||||
{
|
||||
list-style-type: none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
text-align:right;
|
||||
}
|
||||
#actionHeader li{line-height: 24px;}
|
||||
/*~~~~~~Links Setting ~~~~~~~~*/
|
||||
#actionHeader li a, #tickAll, .flagYes, .flagNo
|
||||
{
|
||||
padding:2px 1px 2px 16px;
|
||||
background-repeat:no-repeat;
|
||||
background-position:0 50%;
|
||||
text-decoration:none;
|
||||
height:100%;
|
||||
}
|
||||
#actionInfo{background-image:url(../images/info.png);}
|
||||
.check_all{background-image:url(../images/tickAll.png);}
|
||||
.uncheck_all{background-image:url(../images/uncheckAll.png);}
|
||||
.flagYes{background-image:url(../images/flagYes.png);}
|
||||
.flagNo{background-image:url(../images/flagno.png);}
|
||||
#actionCopy{background-image:url(../images/copy.png);}
|
||||
#actionPaste{background-image:url(../images/paste.png);}
|
||||
#actionCut{background-image:url(../images/cut.png);}
|
||||
#actionDelete{background-image:url(../images/delete.png);}
|
||||
#actionZip{background-image:url(../images/zip.png);}
|
||||
#actionRefresh{background-image:url(../images/refresh.png);}
|
||||
#actionUnzip{background-image:url(../images/unzip.png);}
|
||||
#actionUnzip{background-image:url(../images/unzip.png);}
|
||||
#actionUpload{background-image:url(../images/action/upload.png);}
|
||||
#actionNewFolder{background-image:url(../images/action/folder_add.png);}
|
||||
#actionNewFile{background-image:url(../images/action/page_add.png);}
|
||||
#tickAll{margin-left:5px;}
|
||||
a.action{
|
||||
text-decoration:none;};
|
||||
|
||||
/*~~~~~~File / Folder Icon ~~~~~~~~*/
|
||||
.noFlag{
|
||||
background-image:none;
|
||||
|
||||
}
|
||||
.cutFlag, .copyFlag{
|
||||
/*padding:2px 0 2px 7px;*/
|
||||
width:7px;
|
||||
height:7px;
|
||||
background-repeat:no-repeat;
|
||||
background-position:0 0px;
|
||||
overflow:hidden;
|
||||
text-decoration:none;
|
||||
height:100%;
|
||||
}
|
||||
.cutFlag{
|
||||
background-image:url(../images/cut_flag.gif);
|
||||
}
|
||||
.copyFlag{
|
||||
background-image:url(../images/copy_flag.gif);
|
||||
}
|
||||
span.folderEmpty, span.folder, span.folderParent,
|
||||
span.fileUnknown, span.fileText, span.fileWord,
|
||||
span.fileFlash, span.fileVideo, span.filePicture,
|
||||
span.filePPT, span.fileExcel, span.filePhp,
|
||||
span.fileMusic, span.fileExe, span.fileAcrobat,
|
||||
span.fileRTF, span.fileXml, span.fileCode,
|
||||
span.fileZip, span.addMore, span.deleteFile,
|
||||
span.cancel,span.uploadProcessing{
|
||||
padding:2px 0 2px 16px;
|
||||
background-repeat:no-repeat;
|
||||
background-position:0 50%;
|
||||
}
|
||||
span.uploadProcessing{background-image:url(../images/uploadProcessing.gif);}
|
||||
span.deleteFile,span.cancel{background-image:url(../images/flagno.png);}
|
||||
span.addMore{background-image:url(../images/add.png);}
|
||||
span.folderEmpty{background-image:url(../images/small_icon/folderEmpty.png);}
|
||||
span.folder{background-image:url(../images/small_icon/folder.png);}
|
||||
span.folderParent{background-image:url(../images/small_icon/folderParent.png);}
|
||||
span.fileUnknown{background-image:url(../images/small_icon/fileUnknown.png);}
|
||||
span.fileText{background-image:url(../images/small_icon/fileText.png);}
|
||||
span.fileWord{background-image:url(../images/small_icon/fileWord.png);}
|
||||
span.fileFlash{background-image:url(../images/small_icon/fileFlash.png);}
|
||||
span.fileVideo{background-image:url(../images/small_icon/fileVideo.png);}
|
||||
span.filePicture{background-image:url(../images/small_icon/filePicture.png);}
|
||||
span.filePPT{background-image:url(../images/small_icon/filePowerpoint.png);}
|
||||
span.fileExcel{background-image:url(../images/small_icon/fileExcel.png);}
|
||||
span.filePhp{background-image:url(../images/small_icon/filePhp.png);}
|
||||
span.fileMusic{background-image:url(../images/small_icon/fileMusic.png);}
|
||||
span.fileExe{background-image:url(../images/small_icon/fileExe.png);}
|
||||
span.fileAcrobat{background-image:url(../images/small_icon/fileAcrobat.png);}
|
||||
span.fileRTF{background-image:url(../images/small_icon/fileRTF.png);}
|
||||
span.fileXml{background-image:url(../images/small_icon/fileXml.png);}
|
||||
span.fileCode{background-image:url(../images/small_icon/fileCode.png);}
|
||||
span.fileZip{background-image:url(../images/small_icon/fileZip.png);}
|
||||
/* big icon */
|
||||
dt.folderEmpty, dt.folder, dt.folderParent,
|
||||
dt.fileUnknown, dt.fileText, dt.fileWord,
|
||||
dt.fileFlash, dt.fileVideo,
|
||||
dt.filePPT, dt.fileExcel, dt.filePhp,
|
||||
dt.fileMusic, dt.fileExe, dt.fileAcrobat,
|
||||
dt.fileRTF, dt.fileXml, dt.fileCode,
|
||||
dt.fileZip{
|
||||
margin: 0px;
|
||||
padding:0px;
|
||||
border:solid #ccc 1px;
|
||||
display:block;
|
||||
background-color:#ffffff;
|
||||
background-repeat:no-repeat;
|
||||
background-position:center;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
|
||||
dt.folderEmpty{background-image:url(../images/big_icon/folderEmpty.png);}
|
||||
dt.folder{background-image:url(../images/big_icon/folder.png);
|
||||
}
|
||||
dt.folderParent{background-image:url(../images/big_icon/folderParent.png);}
|
||||
dt.fileUnknown{background-image:url(../images/big_icon/fileUnknown.png);}
|
||||
dt.fileText{background-image:url(../images/big_icon/fileText.png);}
|
||||
dt.fileWord{background-image:url(../images/big_icon/fileWord.png);}
|
||||
dt.fileFlash{background-image:url(../images/big_icon/fileFlash.png);}
|
||||
dt.fileVideo{background-image:url(../images/big_icon/fileVideo.png);}
|
||||
|
||||
dt.filePPT{background-image:url(../images/big_icon/filePowerpoint.png);}
|
||||
dt.fileExcel{background-image:url(../images/big_icon/fileExcel.png);}
|
||||
dt.filePhp{background-image:url(../images/big_icon/filePhp.png);}
|
||||
dt.fileMusic{background-image:url(../images/big_icon/fileMusic.png);}
|
||||
dt.fileExe{background-image:url(../images/big_icon/fileExe.png);}
|
||||
dt.fileAcrobat{background-image:url(../images/big_icon/fileAcrobat.png);}
|
||||
dt.fileRTF{background-image:url(../images/big_icon/fileRTF.png);}
|
||||
dt.fileXml{background-image:url(../images/big_icon/fileXml.png);}
|
||||
dt.fileCode{background-image:url(../images/big_icon/fileCode.png);}
|
||||
dt.fileZip{background-image:url(../images/big_icon/fileZip.png);}
|
||||
|
||||
table.tableSummary{
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
}
|
||||
table.tableSummary tbody td
|
||||
{
|
||||
border:none;
|
||||
padding:2px 6px;
|
||||
text-align:left;
|
||||
}
|
||||
table.tableSummary tbody th{
|
||||
border:none;
|
||||
color:#000;
|
||||
white-space:nowrap;
|
||||
padding:1px 6px ;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/* text listing*/
|
||||
#textListing{
|
||||
list-style:none;
|
||||
}
|
||||
#textListing li{
|
||||
width:150px;
|
||||
border:solid #999999 1px;
|
||||
display:block;
|
||||
float:left;
|
||||
margin: 4px 4px;
|
||||
padding:2px 2px;
|
||||
}
|
||||
/** thumbnail listing */
|
||||
.thumbnailListing{
|
||||
border:solid #ccc 1px;
|
||||
display:block;
|
||||
float:left;
|
||||
margin: 3px 3px;
|
||||
padding:1px;
|
||||
background-color:#f4f4f4;
|
||||
}
|
||||
.thumbnailListing dt{
|
||||
width:120px;
|
||||
height:110px;
|
||||
text-align:center;
|
||||
margin:2px 2px;
|
||||
padding:0;
|
||||
border:solid #ccc 1px;
|
||||
}
|
||||
|
||||
.thumbnailListing dt img{
|
||||
vertical-align:middle;
|
||||
}
|
||||
.thumbnailListing_info{
|
||||
width:125px;
|
||||
display:block;
|
||||
height:25px;
|
||||
text-align:center;
|
||||
margin:0px;
|
||||
}
|
||||
dd.thumbnailListing_info span, dd.thumbnailListing_info input, dd.thumbnailListing_info a{
|
||||
vertical-align:middle;
|
||||
}
|
||||
/* ~~~ === PAGINATION ===================================================== ~~~ */
|
||||
.pagination_summany
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
p.pagination{
|
||||
clear: both;
|
||||
margin:0;
|
||||
padding:5px;
|
||||
width:100%;
|
||||
background-color:#e6e6e6;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-color: #FFFFFF;
|
||||
}
|
||||
#pagination_parent_link
|
||||
{
|
||||
background: url(../images/go_parent.png) no-repeat 100% 50%;
|
||||
padding: 2px 6px 2px 10px;
|
||||
}
|
||||
a.pagination_first,
|
||||
a.pagination_previous,
|
||||
a.pagination_next,
|
||||
a.pagination_last,
|
||||
a.pagination_group
|
||||
{
|
||||
background: url(../images/pagination/pagination_left.gif) no-repeat 0 50%;
|
||||
text-decoration: none;
|
||||
padding: 2px 0 2px 6px;
|
||||
font-size: 11px;
|
||||
}
|
||||
a.pagination_first span,
|
||||
a.pagination_previous span,
|
||||
a.pagination_next span,
|
||||
a.pagination_last span,
|
||||
a.pagination_group span
|
||||
{
|
||||
background: url(../images/pagination/pagination_right.gif) no-repeat 100% 50%;
|
||||
padding: 2px 6px 2px 0;
|
||||
}
|
||||
a.pagination_first:hover,
|
||||
a.pagination_previous:hover,
|
||||
a.pagination_next:hover,
|
||||
a.pagination_last:hover,
|
||||
a.pagination_group:hover{color: #FF9900;}
|
||||
a.pagination_active{font-weight: bold; color: #CC0000;}
|
||||
|
||||
/*~~~~~~Form Setting ~~~~~~~~*/
|
||||
.input, .inputFile{
|
||||
border: 1px solid #86888B;
|
||||
font: 12px Verdana, Arial, Helvetica, sans-serif;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.button{
|
||||
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
|
||||
background:url(../images/button.gif);
|
||||
width:90px;
|
||||
height:20px;
|
||||
border:none;
|
||||
}
|
||||
|
||||
/** Detail View */
|
||||
#tableList{
|
||||
font-size:100%;
|
||||
width:100%;
|
||||
}
|
||||
#tableList thead th{
|
||||
text-align:left;
|
||||
color:#7a92c2;
|
||||
padding:8px 8px 6px 8px;
|
||||
background-color: #DDDBD2;
|
||||
}
|
||||
#tableList thead th.docName{
|
||||
background:#DDDBD2;
|
||||
padding:2px 0px 2px 20px;
|
||||
border-right-width: 2px;
|
||||
border-right-style: groove;
|
||||
}
|
||||
#tableList tbody td { background:#f2f1ee; padding:0; }
|
||||
#tableList tbody td.docName {
|
||||
background-color:#fff;
|
||||
height: 22px;
|
||||
border-right-width: 2px;
|
||||
border-right-style: groove;
|
||||
padding:2px 0px 2px 20px;
|
||||
}
|
||||
#tableList tbody td.docInfo{
|
||||
background-color:#f2f1ee;
|
||||
height: 22px;
|
||||
border-right-width: 2px;
|
||||
border-right-style: groove;
|
||||
padding:2px 0px 2px 20px;
|
||||
}
|
||||
.fileColumns{
|
||||
border-right-width: 2px;
|
||||
border-right-style: groove;
|
||||
}
|
||||
/*thinkbox*/
|
||||
.jqmContainer{
|
||||
|
||||
|
||||
}
|
||||
|
||||
.jqmHeader{
|
||||
|
||||
height:15px;
|
||||
}
|
||||
.jqmHeader a{
|
||||
float:right;
|
||||
margin-right:10px;
|
||||
margin-top:-5px;
|
||||
}
|
||||
.jqmBody table thead th{
|
||||
font-size:16px;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
padding: 5px 5px;
|
||||
}
|
||||
.jqmBody table tbody th{
|
||||
text-align:right;
|
||||
padding: 2px 10px;
|
||||
}
|
||||
|
||||
.jqmBody{
|
||||
|
||||
border:1px solid #a1a1a1;
|
||||
background-image: url(../images/panel_bg.gif);
|
||||
background-repeat: repeat-y;
|
||||
background-position: left top;
|
||||
background-color: #d9dbdc;
|
||||
|
||||
}
|
||||
|
||||
/*~~~~~~Global Low Priority Setting ~~~~~~~~*/
|
||||
.left, td.left, th.left, td.leftDisabled{text-align:left;}
|
||||
.right, td.right, th.right{text-align:right;}
|
||||
.center, td.center, th.center{text-align:center;}
|
||||
Reference in New Issue
Block a user