+ add some new class settings.
This commit is contained in:
@@ -66,7 +66,8 @@ caption {border:1px solid #e4e4e4; background:#efefef; margin:0; padding:5
|
||||
.table-5 {width:600px;margin-bottom:10px}
|
||||
.table-6 {width:800px;margin-bottom:10px}
|
||||
|
||||
.colhead th {text-align:center; background:#efefef;}
|
||||
.colhead th {text-align:center; background:#efefef; line-height:1.5; font-size:14px}
|
||||
.colhead a {text-decoration:none; display:block;}
|
||||
.rowhead {font-weight:bold; text-align:right; width:100px}
|
||||
.fixed {table-layout:fixed}
|
||||
.nobr {overflow:hidden; white-space:nowrap;}
|
||||
@@ -79,11 +80,11 @@ caption {border:1px solid #e4e4e4; background:#efefef; margin:0; padding:5
|
||||
|
||||
/* copyed from tablesorter plugin. */
|
||||
table.tablesorter thead tr div{padding:0; margin:0}
|
||||
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {color:red}
|
||||
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {color:red; background:#BCD4EC}
|
||||
table.tablesorter thead tr .headerSortDown a, table.tablesorter thead tr .headerSortUp a {color:red}
|
||||
table.tablesorter thead tr .header {background-image: url(./images/tablesorter/bg.gif); background-repeat: no-repeat; background-position: center right; cursor: pointer;}
|
||||
table.tablesorter thead tr .headerSortUp { background-image: url(./images/tablesorter/asc.gif); background-repeat: no-repeat; background-position: center right; cursor: pointer;}
|
||||
table.tablesorter thead tr .headerSortDown { background-image: url(./images/tablesorter/desc.gif); background-repeat: no-repeat; background-position: center right; cursor: pointer;}
|
||||
table.tablesorter thead tr .header {background-image: url(./images/tablesorter/bg.gif); background-repeat: no-repeat; background-position: center right; cursor: pointer;}
|
||||
table.tablesorter thead tr .headerSortUp {background-image: url(./images/tablesorter/asc.gif); background-repeat: no-repeat; background-position: center right; cursor: pointer;}
|
||||
table.tablesorter thead tr .headerSortDown {background-image: url(./images/tablesorter/desc.gif); background-repeat: no-repeat; background-position: center right; cursor: pointer;}
|
||||
|
||||
/*-----------------------LAYOUT SETTING----------------------------*/
|
||||
.f-left {float:left; padding-left: 5px}
|
||||
@@ -125,11 +126,19 @@ table.tablesorter thead tr .headerSortDown { background-image: url(./images/tabl
|
||||
|
||||
.w-20px {width:20px}
|
||||
.w-30px {width:30px}
|
||||
.w-40px {width:40px}
|
||||
.w-45px {width:45px}
|
||||
.w-50px {width:50px}
|
||||
.w-80px {width:80px}
|
||||
.w-100px {width:100px}
|
||||
.w-120px {width:120px}
|
||||
.w-150px {width:150px}
|
||||
.w-200px {width:200px}
|
||||
|
||||
.w-id {width:45px;}
|
||||
.w-pri{width:30px;}
|
||||
.w-hour{width:40px;}
|
||||
|
||||
.margin-10px {margin: 10px}
|
||||
.margin-15px {margin: 15px}
|
||||
.margin-20px {margin: 20px}
|
||||
@@ -144,6 +153,8 @@ table.tablesorter thead tr .headerSortDown { background-image: url(./images/tabl
|
||||
.pr-10px {padding-right: 10px}
|
||||
.pb-10px {padding-bottom:10px}
|
||||
.pl-10px {padding-left: 10px}
|
||||
.ph-10px {padding-left:10px; padding-right:10px}
|
||||
.pv-10px {padding-top: 10px; padding-bottom:10px}
|
||||
|
||||
.f-12px {font-size:12px}
|
||||
.f-14px {font-size:14px}
|
||||
|
||||
Reference in New Issue
Block a user