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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.