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

source: chrome/skin/classic/v_identity/vI_TooltipBrowser.css @ 72a662

lite_0.1multiEditng_0.6ng_0.6_helpng_0.8ng_0.9
Last change on this file since 72a662 was 3a0314, checked in by rene <rene@…>, 14 years ago

layout

  • Property mode set to 100644
File size: 852 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}
16
17div.bool {
18    background-image: url("chrome://v_identity/skin/notchecked-unequal.png");
19}
20div.bool.checked {
21    background-image: url("chrome://v_identity/skin/checked-unequal.png");
22}
23
24@media braille { label.screen { display:none; } }
25@media screen { label.braille { display:none; } }
26
27body {
28    margin: 0px;
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.