Merge branch 'maint/7.0'
[ninja.git] / application / views / showlog / css / showlog.css
blob38704bfd2d9917ffcd7b6049d8ddc27d1bcb436e
1 select,
2 textarea,
3 input#cal_end,
4 input.datepick-end,
5 input.datepick-start,
6 input#cal_start,
7 input#time_start,
8 input#time_end {
9 background: #fafafa;
10 border: 1px solid #cccccc;
11 outline: 0px;
12 -moz-border-radius: 4px;
13 -webkit-border-radius: 4px;
14 padding: 1px;
15 width: 378px;
16 margin-top: 3px;
17 margin-left: 0px;
18 margin-bottom: 15px;
21 select { width: 382px}
23 input#cal_end,
24 input#cal_start,
25 input.datepick-end,
26 input.datepick-start,
27 input#time_start,
28 input#time_end {
29 width: 100px;
32 input[type=button],
33 input[type=submit],
34 input[type=reset],
35 input[type=checkbox] {
36 width: auto
39 input[type=checkbox] {
40 margin-top: 0px;
41 margin-left: 0px;
42 margin-bottom: 5px;
45 h1 { font-size: 15px; font-weight: normal; margin: 7px 0px 15px 0px}
46 h2 { font-weight: normal; font-size: 13px; margin: 7px 0px 15px 3px}
48 .time_error {
49 border:1px solid red;
50 color:red;
53 div.time-picker {
54 position: absolute;
55 height: 200px;
56 width:9em; /* needed for IE */
57 overflow: auto;
58 background: #fff;
59 border: 1px solid #000;
60 z-index: 99;
62 div.time-picker-12hours {
63 width:6em; /* needed for IE */
66 div.time-picker ul {
67 list-style-type: none;
68 margin: 0;
69 padding: 0;
71 div.time-picker li {
72 padding: 1px;
73 cursor: pointer;
75 div.time-picker li.selected {
76 background: #316AC5;
77 color: #fff;