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

Changeset f29419 for skin/vI_Dialog.css


Ignore:
Timestamp:
Nov 26, 2011, 6:53:31 PM (11 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
826c34
Parents:
99ced4
Message:

tons of changes, mostly namespace-related

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skin/vI_Dialog.css

    r99ced4 rf29419  
    1 #vI_Dialog {
     1#virtualIdentityExtension_Dialog {
    22    width: 550px;
    33    height: 320px;
     
    1111.replaceVIdentity .dialog-content-box { border: 10px solid #d8e0e8; }
    1212.replaceVIdentity .dialog-button-box,
    13 .replaceVIdentity #vI_Dialog_title,
    14 .replaceVIdentity #vI_Dialog_query { background-color: #d8e0e8; }
     13.replaceVIdentity #virtualIdentityExtension_Dialog_title,
     14.replaceVIdentity #virtualIdentityExtension_Dialog_query { background-color: #d8e0e8; }
    1515
    1616.updateStorage .dialog-content-box { border: 10px solid infobackground; }
    1717.updateStorage .dialog-button-box,
    18 .updateStorage #vI_Dialog_title,
    19 .updateStorage #vI_Dialog_query { background-color: infobackground; }
     18.updateStorage #virtualIdentityExtension_Dialog_title,
     19.updateStorage #virtualIdentityExtension_Dialog_query { background-color: infobackground; }
    2020
    21 #vI_Dialog_title {
     21#virtualIdentityExtension_Dialog_title {
    2222    font-size: medium;
    2323    font-weight:bold;
     
    2626}
    2727
    28 #vI_Dialog_recLabel {
     28#virtualIdentityExtension_Dialog_recLabel {
    2929    font-size: small;
    3030    font-weight: normal;
    3131}
    3232
    33 #vI_Dialog_recipient {
     33#virtualIdentityExtension_Dialog_recipient {
    3434    font-size: small;
    3535    font-weight:bold;
     
    3838}
    3939
    40 #vI_Dialog_browser {
     40#virtualIdentityExtension_Dialog_browser {
    4141    height:     100px;
    4242}
     
    4646}
    4747
    48 #vI_Dialog_query {
     48#virtualIdentityExtension_Dialog_query {
    4949    text-align: right;
    5050    font-size: medium;
Note: See TracChangeset for help on using the changeset viewer.