Ignore:
Timestamp:
08/03/12 15:32:43 (12 years ago)
Author:
gustavo
Message:

Ticket #2954 - Merge de algumas novas funcionalidades da nova versão, #2953, #2971

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/templates/default/main.css

    r6926 r6930  
    144144form.fileupload .files-list { margin-left: 5px; margin-top: -14px; padding: 0.2em 0.7em; } 
    145145form.fileupload .files-list .delete-upload { top: 7px} 
    146 ul.attachments-list { padding: 0; } 
     146 
     147div.attachments-list { 
     148        max-height: 130px; 
     149        overflow-y: auto; 
     150        padding-top: 5px; 
     151} 
    147152 
    148153.button-files-upload { float:left; } 
     
    230235.expressomail-qs-container .menu-control { float:right; margin-left:400px; position: absolute; z-index: 100; padding-top:5px;} 
    231236.expressomail-qs-container .acc-list { width:444px;height:250px;float:left;border:1px solid #DDD;background-color:#EEE;border-radius:3px;margin-left:1px; margin: 10px 5px 5px 1px;} 
    232 .expressomail-qs-container .details-container { width:295px;height:246px; float:right; margin: 5px 5px;} 
     237.expressomail-qs-container .details-container { width:300px;height:246px; float:right; margin: 5px 0;} 
    233238 
    234239.expressomail-qs-container .acc-list .demo {width:100%;margin-top:20px;} 
     
    236241.dialog-modal.expressomail-qs-container  { height: 416px; padding:5px; } 
    237242 
    238 .ui-dialog .ui-dialog-buttonpane { padding: 0; border:none; margin: 0; padding-right: 0.3px !important;} 
     243.ui-dialog .ui-dialog-buttonpane { padding: 0; border:none; margin: 0;} 
    239244.expressomail-qs-container .menu-control .ui-button-text-only .ui-button-text { padding: 0.1em 0.6em; } 
    240245 
     
    404409        color: red; 
    405410} 
    406 .selected_shortcut_msg{ 
    407         color: white; 
    408         background-color: #5194d2; 
    409 } 
     411 
    410412.show_img_link{ 
    411413        width : 100%; 
     
    10121014} 
    10131015 
    1014 .qtip.qtip-blue.qtip-active ul { 
    1015         padding: 0; 
    1016 } 
    1017  
    1018 .qtip.qtip-blue.qtip-active li { 
    1019         width: 160px; 
    1020         list-style: none; 
    1021 } 
    1022  
    10231016.new-event-win.active .fc-event-skin { 
    10241017        border-color: #36C !important; 
     
    13551348} 
    13561349 
    1357  
    1358 .box-selected{ 
    1359         background-color : #BBBBBB; 
    1360 } 
    1361  
    13621350.hidden { 
    13631351        display : none; 
     
    13921380} 
    13931381 
     1382div.conteudo div.new-msg-head-data div.att-box{ 
     1383        background-color: #DFEFFC; 
     1384        border-radius: 5px; 
     1385        -moz-border-radius: 5px; 
     1386        border: 1px solid #ADD9ED;  
     1387        display: inline-block; 
     1388        cursor : pointer; 
     1389        margin-top : 3px; 
     1390        margin-right: 3px; 
     1391        outline : none; 
     1392        padding : 1px; 
     1393} 
     1394 
     1395 
     1396div.conteudo div.new-msg-head-data  div.att-box span.att-box-value{ 
     1397        font-family: Verdana, Arial, Helvetica, sans-serif; 
     1398        font-size: 11px; 
     1399        color : #201b41; 
     1400        outline : none; 
     1401} 
     1402 
     1403div.conteudo div.new-msg-head-data div.att-box span.att-box-loading{ 
     1404        background : url("../../../prototype/modules/mail/img/loading.gif") no-repeat !important; 
     1405        display: inline-block; 
     1406        background-size: 15px auto !important; 
     1407} 
     1408 
     1409div.conteudo div.new-msg-head-data div.att-box.invalid-email-box{ 
     1410        background-color: #ea9aa0; 
     1411        border : 1px solid #540303 !important; 
     1412} 
     1413 
    13941414div.new-msg-head-data div.email-area .invalid-email-box{ 
    13951415        color: #540303; 
     
    14011421        background-color : #BBBBBB; 
    14021422} 
     1423 
     1424.fileupload_msg_tooltip{ 
     1425        width: 99.7%; 
     1426        text-align: center; 
     1427        background: #DFEFFC; 
     1428        font-weight: bold; 
     1429        border-radius: 5px; 
     1430    height: 115px; 
     1431    line-height: 115px; 
     1432    font-size: larger; 
     1433} 
     1434 
     1435.fileupload_msg_tooltip.hover { 
     1436    background: #ADD9ED; 
     1437} 
     1438 
     1439.select-all-messages{ 
     1440        min-height: 20px; 
     1441        font-size: 13px; 
     1442        font-family: Arial; 
     1443        white-space: nowrap; 
     1444        text-align: center; 
     1445} 
     1446.select-all-messages .select-link{ 
     1447        text-decoration: underline !important; 
     1448} 
     1449 
     1450.selected_shortcut_msg{ 
     1451    color: white; 
     1452    background-color: #95A7FC; 
     1453} 
     1454 
     1455.current_selected_shortcut_msg{ 
     1456    color: white; 
     1457    background-color: #5194d2; 
     1458} 
Note: See TracChangeset for help on using the changeset viewer.