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

source: skin/vI_TooltipBrowser.css @ 184c6c

ng_0.9
Last change on this file since 184c6c was 184c6c, checked in by rene <rene@…>, 11 years ago

rearranged tree structure / added build-script

  • Property mode set to 100644
File size: 870 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 {
19    background-image: url("chrome://v_identity/skin/notchecked-unequal.png");
20}
21div.bool.checked {
22    background-image: url("chrome://v_identity/skin/checked-unequal.png");
23}
24
25@media braille { label.screen { display:none; } }
26@media screen { label.braille { display:none; } }
27
28body {
29    margin: 0px;
30}
31
32table {
33    font-size: small;
34    border-collapse: collapse;
35    margin: auto;
36    margin-bottom: 0.7em;
37}
38
39div.name {
40    font-weight: bold;
41    text-align: center;
42    padding-bottom: 10px;
43    padding-top: 0.5em;
44    font-size: medium;
45}
46
47.col2 {
48    padding-left: 1em;
49    text-align: center;
50}
Note: See TracBrowser for help on using the repository browser.