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

source: skin/vI_Dialog.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: 1.1 KB
Line 
1#vI_Dialog { 
2    width: 550px;
3    height: 320px;
4    padding: 0;
5} 
6
7.dialog-button-box {
8    padding: 0pt 10px 10px;
9} 
10
11.replaceVIdentity .dialog-content-box { border: 10px solid #d8e0e8; }
12.replaceVIdentity .dialog-button-box,
13.replaceVIdentity #vI_Dialog_title,
14.replaceVIdentity #vI_Dialog_query { background-color: #d8e0e8; }
15
16.updateStorage .dialog-content-box { border: 10px solid infobackground; }
17.updateStorage .dialog-button-box,
18.updateStorage #vI_Dialog_title,
19.updateStorage #vI_Dialog_query { background-color: infobackground; }
20
21#vI_Dialog_title {
22    font-size: medium;
23    font-weight:bold;
24    margin: 0pt 0pt 1em;
25    padding: 1px 5px 2em 6px;
26}
27
28#vI_Dialog_recLabel {
29    font-size: small;
30    font-weight: normal;
31}
32
33#vI_Dialog_recipient {
34    font-size: small;
35    font-weight:bold;
36    text-align: center;
37    margin-bottom:2em;
38}
39
40#vI_Dialog_browser {
41    height:     100px;
42}
43
44.vI_htmlTextBox {
45  -moz-binding: url("chrome://v_identity/content/bindings/vI_htmlTextBox.xml#vI_htmlTextBox");
46}
47
48#vI_Dialog_query {
49    text-align: right;
50    font-size: medium;
51    font-weight:bold;
52    margin: 1em 0pt 0pt;
53    padding: 1em 5px 1px 6px;
54}
Note: See TracBrowser for help on using the repository browser.