Project

General

Profile

1
@import url("scrolltable.css");
2
table.news,
3
table.news-post,
4
table.news-group { border-collapse: collapse; width: 100%; vertical-align: middle;}
5
table.news-post thead tr,
6
table.news-group thead tr { font-weight: bold; font-size: 0.9525em; height: 3.225em; padding: 0.525em 0; background: #7D9AB6; }
7

    
8
table.news-post thead tr,
9
table.news-group thead tr { background: linear-gradient(#7EB7BF 0%, #507279 100%); background: #538199; color: #fff;  }
10

    
11
table.news-post thead tr th,
12
table.news-group thead tr th { color: #fff; font-size: 120%; }
13

    
14
table.news-group tbody tr,
15
table.news-post tbody tr { background: #e8e8e8; line-height: 1.5255em; padding: 0.325em 0; }
16
table.news-post tbody tr:nth-child(odd) { background: #FFFFFF; }
17
table.news-post tbody tr:hover { background: #FBFCE0; }
18

    
19
table.news-group tbody tr:nth-child(odd) { background: #FFFFFF; }
20
table.news-group tbody tr:hover { background: #FBFCE0; }
21
table.news tbody td.setting_name { color: #0d4b6e; font-weight: bold; min-width: 200px; padding-right: 0.525em; text-align: right; width: 20%; vertical-align: top; }
22

    
23
table.news tbody tr { line-height: 2.225em; }
24
table.news caption.news-header { margin: 0 0 0.825em; line-height: 2.225em; white-space: normal; }
25
table.news caption.news-header { background: #538199 none repeat scroll 0 0; color: #fff; font-size: 1.425em; text-align: left; }
26
table.news caption.news-header { padding-left: 1.125em; }
27

    
28
table.news tbody tr td.setting_value select { width: 98.6%; }
29

    
30

    
31
th.action { width: 4%!important;cursor: pointer; }
32
th.title { width: 56%!important;cursor: pointer; }
33
th.group { width: 24%!important;cursor: pointer; }
34
th.active { width: 4%!important;cursor: pointer;}
35
th.status { width: 6%!important;cursor: pointer; }
36

    
37

    
38
td.action { width: 4%!important; }
39
td.title { width: 50%!important; }
40
td.group { width: 30%!important; }
41
td.active { width: 4%!important;}
42
td.status { width: 6%!important; }
43

    
44
tr.sectionrow { width: 100%!important; line-height: 1.25; }
45

    
46
colgroup.action { width: 4%;}
47
colgroup.title { width: 56%;}
48
colgroup.group { width: 30%;}
49
colgroup.active { width: 4%;}
50
colgroup.status { width: 6%;}
(1-1/2)