Changeset 5457
- Timestamp:
- 01/31/12 13:44:58 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/prototype/modules/attach_message/attach_message.css
r5454 r5457 26 26 /* geral */ 27 27 /*#dfd72 {font-size:11px; width:875px;height:510px;padding:5px;border:1px solid #777;-moz-border-radius:3px;border-radius:3px;}*/ 28 .empty-container { background-color:#f7f7e7; border:2px dashed #DDD; 28 .empty-container { background-color:#f7f7e7; border:2px dashed #DDD;} 29 29 .empty-container .message{width:100%;display:block;margin-top:70px;text-align:center;text-transform:uppercase;font-weight:bolder; font-size:20px;color:#CCC;} 30 #mailpreview_tabs_default_empty.empty-container.ui-tabs-panel { background-color:#f7f7e7; border:none; } 30 /*#mailpreview_tabs_default_empty.empty-container.ui-tabs-panel { background-color:#f7f7e7; border:none;} */ 31 31 /*#mailpreview_tabs_default_empty.empty-container.ui-tabs-panel.message {margin-top:70px;text-align:center;text-transform:uppercase;font-weight:bolder; font-size:20px;color:#CCC;}*/ 32 32 33 33 /* especifico */ 34 34 #foldertree-container { width:220px;height:240px; display:inline-block;margin:5px 5px 5px 5px;overflow:auto;float:left;} 35 #mailgrid-container {width:6 40px;/*height:240px;*/ margin:5px 0px 5px 0px; float:left; overflow:auto;}36 #mailpreview_container {margin:5px;padding:0px;height:220px; width: 888; float:left; margin:5px 5px 5px 5px;}37 #mailpreview_container .ui-tabs-panel {height:19 4px;overflow:auto;padding:0px; width:886px;}35 #mailgrid-container {width:685px;/*height:240px;*/ margin:5px 0px 5px 0px; float:left; overflow:auto;} 36 #mailpreview_container {margin:5px;padding:0px;height:220px; width:907px; float:left; margin:5px 5px 5px 5px;} 37 #mailpreview_container .ui-tabs-panel {height:195px;overflow:auto;padding:0px; width:905px;} 38 38 /*#mailpreview_tabs { max-height: 20px; }*/ 39 39 #buttons-container {text-align: right;margin:5px 0px 5px 5px;float:right;}
Note: See TracChangeset
for help on using the changeset viewer.