Ignore:
Timestamp:
06/15/12 17:00:17 (12 years ago)
Author:
gustavo
Message:

Ticket #2766 - Merge do branch das novas funcionalidaes para o trunk

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/expressoMail1_2/templates/default/main.css

    r6459 r6528  
    127127.context-menu-item.icon-normal { background-image: url(images/door.png); } 
    128128.context-menu-item.icon-followupflag { background-image: url(images/door.png); } 
     129.context-menu-item.icon-quick-add { background-image: url(images/vcard_add.png); } 
     130.context-menu-item.icon-delete-box{ background-image: url(images/user_delete.png); } 
     131.context-menu-item.icon-quick-search-contact{ background-image: url(images/zoom.png); } 
    129132 
    130133 
     
    700703} 
    701704.message_options_trash { 
    702         background-image: url(../../../phpgwapi/templates/default/images/foldertree_trash.png); 
     705        background-image: url(images/page_white_delete.png); 
    703706        background-repeat: no-repeat; 
    704707        background-position:left center; 
     
    12741277}  
    12751278 
    1276 #detalhes_contato img{ margin-bottom: -4px;}  
     1279#detalhes_contato img{ margin-bottom: -4px;} 
     1280 
     1281 button.expressomail-button-icon-ative{color:#E17009 !important; border: 1px solid #E17009 !important;background: none repeat scroll 0 0 #FFE1CC !important;} 
     1282  
     1283.box{ 
     1284        background-color: #96B3D3; 
     1285        border-radius: 5px; 
     1286        border: 1px solid #201b41;  
     1287        display: inline-block; 
     1288        cursor : pointer; 
     1289        margin-top : 1px; 
     1290        margin-right: 1px; 
     1291        outline : none; 
     1292        padding : 1px; 
     1293} 
     1294 
     1295 
     1296.box span{ 
     1297        font-family: Verdana, Arial, Helvetica, sans-serif; 
     1298        font-size: 13px; 
     1299        color : #201b41; 
     1300        outline : none; 
     1301} 
     1302 
     1303.invalid-email-box{ 
     1304        background-color: #F08080; 
     1305        border : 1px solid #540303 !important; 
     1306} 
     1307 
     1308.invalid-email-box span{ 
     1309        color: #540303; 
     1310} 
     1311 
     1312.email-area{ 
     1313        border-radius: 5px;  
     1314        width: 98.5%; 
     1315        padding: 5px; 
     1316        border : 1px solid #BBBBBB;  
     1317        heigth : auto; 
     1318        max-height : 115px; 
     1319        overflow-y: auto; 
     1320} 
     1321.email-text{ 
     1322        outline:none; 
     1323        width:15px; 
     1324        border : none; 
     1325        font-family: Verdana, Arial, Helvetica, sans-serif; 
     1326        font-size: 13px; 
     1327} 
     1328 
     1329.box-input{ 
     1330        outline:none; 
     1331        border : none; 
     1332        font-family: Verdana, Arial, Helvetica, sans-serif; 
     1333        font-size: 13px; 
     1334        display : none; 
     1335} 
     1336 
     1337.box-selected{ 
     1338        background-color : #BBBBBB; 
     1339} 
     1340 
     1341.hidden { 
     1342        display : none; 
     1343} 
     1344 
     1345.loading { 
     1346        background: url(../../../prototype/modules/mail/img/loader.gif) !important; 
     1347        background-position: 0 0 !important; 
     1348        background-repeat : no-repeat !important; 
     1349} 
     1350 
     1351.line-separator{ 
     1352        background: url("images/linha.png") repeat-x scroll 0 8px transparent; 
     1353        clear : both; 
     1354} 
     1355 
     1356.box-draggable-hover{ 
     1357        border : 1px solid #474747; 
     1358} 
     1359 
     1360.box-loading{ 
     1361        background : url("../../../prototype/modules/mail/img/loading.gif") no-repeat !important; 
     1362        background-size: 17px auto !important; 
     1363} 
     1364 
     1365.box-info{ 
     1366        background : url("images/information.png") no-repeat !important; 
     1367} 
Note: See TracChangeset for help on using the changeset viewer.