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

Changeset ecd2c8


Ignore:
Timestamp:
Jan 5, 2010, 3:05:24 PM (13 years ago)
Author:
rene <rene@…>
Branches:
multiEdit, ng_0.6, ng_0.8, ng_0.9
Children:
411c87
Parents:
730d3c
Message:

layout optimizations

Location:
chrome
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chrome/content/v_identity/v_identity.xml

    r730d3c recd2c8  
    275275                <xul:spacer flex="1" /></xul:vbox>
    276276                <xul:vbox><xul:spacer flex="1" />
    277                     <xul:hbox>
    278                         <xul:label id="msgIdentity_base_id_label" class="menu_clone-description" xbl:inherits="value,hidden=base_id_key_hidden" crop="right" hidden="true"/>
    279                         <xul:label value="&vident.accPane.prettyName.prefix;" class="menu_clone-vid virtIdLabel" xbl:inherits="vid" crop="right"/>
    280                     </xul:hbox>
     277                    <xul:label value="&vident.accPane.prettyName.prefix;" class="menu_clone-vid virtIdLabel" xbl:inherits="vid" crop="right"/>
    281278                <xul:spacer flex="1" /></xul:vbox>
    282279                <xul:observes element="vI_statusMenu_storage_save" attribute="checked" />
     
    284281            <xul:hbox id="baseIDHbox" class="baseIDHbox" >
    285282                <xul:vbox><xul:spacer flex="1" />
    286                     <xul:label id="msgIdentity_clone_label" class="menu_clone-description" xbl:inherits="value=description" crop="right"/>
     283                    <xul:hbox>
     284                        <xul:label id="msgIdentity_base_id_label" class="menu_clone-description" xbl:inherits="value,hidden=base_id_key_hidden" crop="right" hidden="true"/>
     285                        <xul:label id="msgIdentity_clone_label" class="menu_clone-description" xbl:inherits="value=description" crop="right"/>
     286                    </xul:hbox>
    287287                <xul:spacer flex="1" /></xul:vbox>
    288288                <xul:vbox id="saveBaseIDSwitch"><xul:spacer flex="1" />
  • chrome/skin/classic/v_identity/v_identity.css

    r730d3c recd2c8  
    88
    99#msgIdentity_clone .smtpServerListHbox {
    10     margin: -2px;
     10    margin: 0px;
    1111    -moz-appearance: textfield;
    1212}
     
    2020.smtpServerHbox {
    2121    margin: -1px 0px -1px -1px;
     22}
     23
     24.identity_clone-menulist .contentHbox {
     25    padding-right: 0.25em;
    2226}
    2327
     
    2933    color: graytext;
    3034    text-align: center;
     35    background-color: transparent;
    3136}
    3237
     
    3742    background-color: rgb(235, 245, 235);
    3843}
    39 
     44.identityHbox {
     45    padding-right: 0.25em;
     46}
     47.baseIDHbox {
     48    padding-left: 0.25em;
     49}
    4050.baseIDHbox[checked="true"][colorize="true"][disabled="true"], .smtpServerHbox[checked="true"][colorize="true"][disabled="true"] {
    4151    background-color: transparent;
     
    4555    width: 0px;
    4656}
    47 checkbox.vI_plain > .checkbox-label-center-box {
     57checkbox.vI_plain > .checkbox-label-center-box, checkbox.vI_plain > .checkbox-label-box {
    4858    display: none;
    4959}
     
    130140
    131141
    132 prefTabbox {
     142#prefTabbox {
    133143    border: 1px inset threedface; padding: 5px; background-color: white;
     144}
     145
     146#prefTabbox tabpanels {
     147    padding: 0px;
     148}
     149
     150#prefTabbox tabpanel {
     151    padding: 8px; background-color: -moz-dialog;
     152}
     153
     154#prefTabbox tabs {
     155    padding-left: 8px;
    134156}
    135157
     
    238260.v_identity_logo_button {
    239261    -moz-appearance: toolbarbutton;
     262    border: medium none ; background-color: transparent;
    240263}
    241264
     
    270293    -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
    271294    -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
    272     padding: 1px 0px 1px 2px;
     295    padding: 0px;
    273296    background-color: -moz-Field;
    274297    color: -moz-FieldText;
     
    280303}
    281304
    282 
    283 .identity_clone-menulist .smtpServerMenuList .menulist-label-box {
    284     margin: -1px;
    285 }
     305.identity_clone-menulist .smtpServerHbox, .identity_clone-menulist .smtpServerMenuList, .identity_clone-menulist .smtpServerMenuList .menulist-label-box {
     306    border: medium none ; margin: 0px; height: 1em; max-height: 1em;
     307}
     308
    286309
    287310.identity_clone-menulist .smtpServerMenuList .menuitem-non-iconic {
Note: See TracChangeset for help on using the changeset viewer.