This is just some static backup of the original site, don't expect every link to work!

source: skin/vI_rdfTreeInfo.css

ng_0.9 0.10.3
Last change on this file was e95c6f, checked in by rene <rene@…>, 4 years ago

css-changes

  • Property mode set to 100644
File size: 1009 bytes
Line 
1/*
2This css is used in the improved Tooltip
3The css will be loaded with htmlTextBox.__setCSS() because the
4embedded browser is not able to access chrome
5*/
6
7
8#recipientLabel {
9    margin-bottom: 10px;
10    font-size: x-large;
11    font-weight: bold;
12    font-style: italic;
13}
14
15img {
16    margin-right: 20px;
17    margin-top: 5px;
18}
19
20div.bool {
21    background-repeat:no-repeat;
22    background-position: center;
23    min-width: 14px;
24}
25
26div.bool.image {
27    background-image: url("chrome://v_identity/skin/notchecked-unequal.png");
28}
29div.bool.checked.image {
30    background-image: url("chrome://v_identity/skin/checked-unequal.png");
31}
32
33body {
34    margin: 0px;
35    background-color: -moz-field;
36    padding: 20px;
37}
38
39td {
40    padding-right: 10px;
41    padding-left: 10px;
42}
43
44table {
45    background-color: #eee;
46    border-radius: 10px;
47    font-size: small;
48    border-collapse: collapse;
49    margin: auto;
50}
51
52div.name {
53    font-weight: bold;
54    text-align: center;
55    padding-bottom: 10px;
56    padding-top: 0.5em;
57    font-size: medium;
58}
59
60.col2 {
61    padding-left: 1em;
62    text-align: center;
63}
Note: See TracBrowser for help on using the repository browser.