~ubuntu-branches/ubuntu/wily/prewikka/wily

« back to all changes in this revision

Viewing changes to htdocs/css/style.css

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2008-07-02 16:49:06 UTC
  • mfrom: (6.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080702164906-q2bkfn6i40hd95tt
Tags: 0.9.14-2
* Update watch file
* Bump Standards version to 3.8.0 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
a {
34
34
        color: #6865a6;
 
35
        cursor: pointer;
35
36
        text-decoration: none;
36
37
}
37
38
 
61
62
}
62
63
 
63
64
 
64
 
textarea, input {
 
65
textarea, input, select {
65
66
       padding: 0px;
66
67
       font-size: 10px;
67
68
       font-family: Verdana, Arial, Helvetica, sans-serif;
74
75
        overflow: auto;
75
76
}
76
77
 
77
 
select {
78
 
        padding: 0px;
79
 
        font-size: 10px;
80
 
        font-family: Verdana, Arial, Helvetica, sans-serif;
 
78
 
 
79
input[type="checkbox"] {
 
80
        border: none;
 
81
        vertical-align: sub;
81
82
}
82
83
 
 
84
 
83
85
form {
84
86
        display: inline;
85
87
}
120
122
        padding: 0;
121
123
}
122
124
 
123
 
.checkbox {
124
 
        border: none;
125
 
}
126
 
 
127
125
.fixed {
128
126
        font-family: Courier, monospace;
129
127
        font-size: 9px;
334
332
/* menu timeline control */
335
333
#timeline {
336
334
        background: #999999; 
 
335
        border: 1px solid black;
337
336
        font-size: 10px;
338
 
        width: 160px;
 
337
        width: 154px;
339
338
        color: white;
340
339
        position: fixed;
341
340
        _position: absolute;
 
341
        left: 3px;
342
342
        bottom: 43px;
343
343
        height: 163px;
344
344
}
345
345
 
 
346
#timeline tr {
 
347
}
 
348
 
346
349
#timeline td {
347
350
        padding: 0;
348
351
        margin: 0;
356
359
        font-weight: bold;
357
360
}
358
361
 
 
362
#timeline select {
 
363
        border: 1px solid black;
 
364
        vertical-align: middle;
 
365
        width: 100%;
 
366
}
 
367
 
 
368
 
 
369
#timeline input[type=text] {
 
370
        padding-bottom: 1px;
 
371
        padding-top: 1px;
 
372
        margin: 0px;
 
373
        vertical-align: middle;
 
374
        border: 1px solid black;
 
375
}
 
376
 
 
377
 
 
378
#timeline img {
 
379
        height: 15px;
 
380
        border: 1px solid black;
 
381
        margin: 0px;
 
382
        padding: 0px;
 
383
}
 
384
 
 
385
#timeline .auto_apply_current {
 
386
        float: left; 
 
387
        border: 1px solid black; 
 
388
        border-right: 0; 
 
389
        height: 15px; 
 
390
        width: 28px; 
 
391
        text-align: center; 
 
392
        vertical-align: middle;
 
393
}
 
394
 
 
395
#timeline .auto_apply_button {
 
396
        float: right;
 
397
        padding: 0; 
 
398
        margin: 0; 
 
399
}
 
400
 
 
401
#timeline input[name="auto_apply_value"] {
 
402
        float: left; 
 
403
        border: 1px solid black;
 
404
        border-left: 0; 
 
405
        width: 28px; 
 
406
        height: 15px;
 
407
        text-align: center; 
 
408
        vertical-align: bottom;
 
409
        padding: 0;
 
410
        margin: 0;
 
411
}
 
412
 
 
413
#timeline input[name="timeline_value"] {
 
414
        float: left;
 
415
}
 
416
 
 
417
#timeline select[name="timeline_unit"] {
 
418
        float: right;
 
419
        width: 62px;
 
420
}
 
421
 
 
422
#timeline .timeline_range {
 
423
        font-size: 9px;
 
424
        text-align: center;
 
425
        border-spacing: 0;
 
426
            padding: 0;
 
427
        margin: 0;
 
428
}
 
429
 
359
430
.timeline_control_prev, .timeline_control_cur, .timeline_control_next {
360
431
        background: #E2EBF5;
361
432
        width: 53px;
406
477
}
407
478
 
408
479
 
409
 
.filter_control_select, .timezone_control_select {
410
 
        width: 100%;
411
 
}
412
 
 
413
 
.timeline_value {
414
 
        width: 100%;
415
 
}
416
 
 
417
 
.timeline_unit_select {
418
 
        width: 100%;
419
 
}
420
 
 
421
 
.timeline_range {
422
 
        font-size: 9px;
423
 
        text-align: center;
424
 
}
425
 
 
426
 
 
427
480
/* menu message nav */
428
481
#message_list_nav {
429
482
        position: fixed;
696
749
}
697
750
 
698
751
.heartbeat_analyze_sensor_status_offline {
699
 
        background-color: #ffb063;
 
752
        background-color: #e4e4e4;
700
753
        text-align: center;
701
754
}
702
755
 
706
759
}
707
760
 
708
761
.heartbeat_analyze_sensor_status_unknown {
709
 
        background-color: #E4E4E4;
 
762
        background-color: #ffb063;
710
763
}
711
764
 
712
765
.heartbeat_analyze_sensor_status_online {
879
932
        width: 100%;
880
933
}
881
934
 
 
935
 
882
936
.inline_filter_content td {
883
937
        width: 100%;
884
938
        text-align: right; 
885
939
        font-size: 8px; 
886
 
        padding: .5em 1em; 
 
940
        padding: 1px 5px 1px;
 
941
        margin: 0;
 
942
        border-spacing: 0;
887
943
        border-bottom: 1px dashed white;
888
944
}
889
945
 
 
946
.inline_filter_content td input[type="text"] {
 
947
                height: 15px;
 
948
}
 
949
 
890
950
.inline_filter_content th {
891
 
        font-size: 10px; 
 
951
        font-size: 9px; 
892
952
        color: #950; 
893
953
        font-weight: normal; 
894
954
        text-align: left; 
897
957
 
898
958
#classification table, #source table, #target table, #analyzer table { 
899
959
        border-collapse: collapse;
 
960
    vertical-align: top;
 
961
    border-spacing: 0;
900
962
}
901
963
 
902
964
.fieldset_heading table {