~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to libs/ksysguard/scripts/smaps/style.css

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
th {
 
2
    color: #6D929B;
 
3
}
 
4
td {
 
5
    white-space:nowrap;
 
6
}
 
7
td.address {
 
8
    color:gray;
 
9
    font-family: monospace;
 
10
}
 
11
span.memory {
 
12
    color:blue;
 
13
    white-space: nowrap;
 
14
    cursor:default;
 
15
}
 
16
 
 
17
table {
 
18
    border-width:10px;
 
19
}
 
20
 
 
21
span.perms {
 
22
    color:gray;
 
23
    font-family: monospace;
 
24
}
 
25
td.perms {
 
26
    font-family: monospace;
 
27
}
 
28
td.memory, th.memory {
 
29
    text-align: right;
 
30
    white-space: nowrap;
 
31
}
 
32
td.comment {
 
33
    color:gray;
 
34
}
 
35
div.innertoc {
 
36
    float:right;
 
37
    background-color: #eeeeee;
 
38
    padding:5px;
 
39
}
 
40
div.summaryTable {
 
41
    float:left;
 
42
    padding:0px;
 
43
    min-width:48%;
 
44
}
 
45
thead th {
 
46
    border-color: gray;
 
47
    border-style: solid;
 
48
    border-width: 0px 0px 1px 0px;
 
49
}
 
50
table {
 
51
    margin-left: auto;
 
52
    margin-right: auto;
 
53
}
 
54
table.sortable th {
 
55
    cursor:default;
 
56
}
 
57
tbody.hidden {
 
58
    display:none;
 
59
}
 
60
div.fullDetails {
 
61
    clear:both;
 
62
    float:left;
 
63
}
 
64
table.fullDetails {
 
65
    display:none;
 
66
    width: 100%;
 
67
}
 
68
table.librarySummary {
 
69
    width: 48%;
 
70
}
 
71
 
 
72
a.page {
 
73
    display:block;
 
74
    text-align: right;
 
75
}
 
76
td {
 
77
    padding: 0em 0.3em;
 
78
}
 
79
tfoot.showFullLibrarySummaryLink {
 
80
    font-size: small;
 
81
    text-align: right;
 
82
}
 
83
 
 
84
span.definedWord {
 
85
    border-bottom: dashed 1px blue;
 
86
    cursor:help;
 
87
}
 
88
th.definedWord {
 
89
    cursor:help;
 
90
}
 
91
 
 
92
span.errorMessage {
 
93
    color: red;
 
94
}