histogram: Make histograms crash less
[ninja.git] / application / views / kohana_profiler_table.css
blob23fa8419fb11b5a2fb1b16782cffae303b8efe09
1 #kohana-profiler
3 margin-top: 0px;
4 margin-left: 185px;
5 padding-top: 50px;
8 #kohana-profiler .kp-table
10 font-size: 1.0em;
11 color: #4D6171;
12 width: 100%;
13 border-collapse: collapse;
14 border-top: 1px solid #E5EFF8;
15 border-right: 1px solid #E5EFF8;
16 border-left: 1px solid #E5EFF8;
17 margin-bottom: 10px;
19 #kohana-profiler .kp-table td
21 background-color: #FFFFFF;
22 border-bottom: 1px solid #E5EFF8;
23 padding: 3px;
24 vertical-align: top;
26 #kohana-profiler .kp-table .kp-title td
28 font-weight: bold;
29 background-color: inherit;
31 #kohana-profiler .kp-table .kp-altrow td
33 background-color: #F7FBFF;
35 #kohana-profiler .kp-table .kp-totalrow td
37 background-color: #FAFAFA;
38 border-top: 1px solid #D2DCE5;
39 font-weight: bold;
41 #kohana-profiler .kp-table .kp-column
43 width: 100px;
44 border-left: 1px solid #E5EFF8;
45 text-align: center;
47 #kohana-profiler .kp-table .kp-data, #kohana-profiler .kp-table .kp-name
49 background-color: #FAFAFB;
50 vertical-align: top;
52 #kohana-profiler .kp-table .kp-name
54 width: 200px;
55 border-right: 1px solid #E5EFF8;
57 #kohana-profiler .kp-table .kp-altrow .kp-data, #kohana-profiler .kp-table .kp-altrow .kp-name
59 background-color: #F6F8FB;