Merge branch 'maint/7.0'
[ninja.git] / system / views / kohana_profiler_table.css
blob6e7601c9121a412dcb7f61ff3ae73fd748900c6b
1 #kohana-profiler .kp-table
3 font-size: 1.0em;
4 color: #4D6171;
5 width: 100%;
6 border-collapse: collapse;
7 border-top: 1px solid #E5EFF8;
8 border-right: 1px solid #E5EFF8;
9 border-left: 1px solid #E5EFF8;
10 margin-bottom: 10px;
12 #kohana-profiler .kp-table td
14 background-color: #FFFFFF;
15 border-bottom: 1px solid #E5EFF8;
16 padding: 3px;
17 vertical-align: top;
19 #kohana-profiler .kp-table .kp-title td
21 font-weight: bold;
22 background-color: inherit;
24 #kohana-profiler .kp-table .kp-altrow td
26 background-color: #F7FBFF;
28 #kohana-profiler .kp-table .kp-totalrow td
30 background-color: #FAFAFA;
31 border-top: 1px solid #D2DCE5;
32 font-weight: bold;
34 #kohana-profiler .kp-table .kp-column
36 width: 100px;
37 border-left: 1px solid #E5EFF8;
38 text-align: center;
40 #kohana-profiler .kp-table .kp-data, #kohana-profiler .kp-table .kp-name
42 background-color: #FAFAFB;
43 vertical-align: top;
45 #kohana-profiler .kp-table .kp-name
47 width: 200px;
48 border-right: 1px solid #E5EFF8;
50 #kohana-profiler .kp-table .kp-altrow .kp-data, #kohana-profiler .kp-table .kp-altrow .kp-name
52 background-color: #F6F8FB;