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

source: skin/vI_TooltipBrowser.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: 824 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
7img {
8    margin-right: 20px;
9    margin-top: 5px;
10}
11
12div.bool {
13    background-repeat:no-repeat;
14    background-position: center;
15    min-width: 14px;
16}
17
18div.bool.image {
19    background-image: url("chrome://v_identity/skin/notchecked-unequal.png");
20}
21div.bool.checked.image {
22    background-image: url("chrome://v_identity/skin/checked-unequal.png");
23}
24
25body {
26    margin: 0px;
27    color: infotext;
28    overflow: hidden;
29}
30
31table {
32    font-size: small;
33    border-collapse: collapse;
34    margin: auto;
35    margin-bottom: 0.7em;
36}
37
38div.name {
39    font-weight: bold;
40    text-align: center;
41    padding-bottom: 10px;
42    padding-top: 0.5em;
43    font-size: medium;
44}
45
46.col2 {
47    padding-left: 1em;
48    text-align: center;
49}
Note: See TracBrowser for help on using the repository browser.