Changeset 3019 for branches


Ignore:
Timestamp:
07/08/10 18:18:58 (14 years ago)
Author:
amuller
Message:

Ticket #1135 - Corrigindo CSS e adicionando filemanager

Location:
branches/2.2
Files:
1368 added
4 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/templates/default/main.css

    r1965 r3019  
    1111        font-size: 13px; 
    1212} 
     13 
    1314.whiteSpace{ 
    1415        width: 2px; 
    1516} 
     17 
    1618 
    1719.table_box{ 
     
    1921        color: black; 
    2022        background: #ffffff; 
    21         border-style: solid; 
    22         border-width: 0px; 
    23         border-color: #ffffff; 
     23        border-bottom: 1px solid #f4f8fb; 
    2424        font-family: Arial; 
    2525        font-size: 13px; 
     
    3636        border-width: 0px;       
    3737} 
    38 .tr_msg_unread { 
    39         font-weight: bold !important; 
     38.tr_msg_unread {         
     39        font-weight:bold !important; 
     40} 
     41 
     42.tr_msg_read { 
     43        color: #3f3f3f; 
     44        background-color: #ffffff; 
     45        -moz-user-select: none; 
     46} 
     47 
     48.tr_msg_read2 { 
     49        color: #3f3f3f; 
     50        background-color: #f4f8fb; 
     51        -moz-user-select: none; 
    4052} 
    4153 
     
    98110    text-decoration: none; 
    99111    text-align: center; 
    100 /*    font: bold 13px Lucidatypewriter,monospace;*/ 
    101112    color: #000; 
    102113} 
     
    106117    text-decoration: none; 
    107118    text-align: center; 
    108     font: bold 13px Lucidatypewriter,monospace; 
    109119        color:#0000FF; 
    110120} 
     
    114124    text-decoration: none; 
    115125    text-align: center; 
    116     font: bold 13px Lucidatypewriter,monospace; 
    117126    color:#0000FF; 
    118127    height: 20px; 
     
    131140    text-decoration: none; 
    132141    text-align: center; 
    133 /*    font: bold 13px Lucidatypewriter,monospace;*/ 
    134     height: 20px;     
     142    height: 20px;         
    135143    width:220px; 
    136         background-color:#c8d7ea; 
    137  
    138 /*    background-color: #F7F7F7;*/ 
     144    background-color:#c8d7ea; 
    139145    margin-bottom: 0px; 
    140146    border: 1px solid #f4f7fc; 
     
    152158} 
    153159 
    154 .conteudo { 
    155     font-family: Verdana, Arial, Helvetica, sans-serif; 
    156     font-size: 10px; 
    157     font-weight: normal; 
    158     color: #000033; 
    159     padding: 1px; 
    160     border-left:1px solid #4A79B1; 
    161     width:99.5%; 
    162     overflow: none; 
    163     -moz-border-radius: 0px 0px 6px 6px; 
    164 } 
    165160 
    166161.table_message{ 
     
    390385         white-space: nowrap; 
    391386         color: #999; 
     387        padding-right: 0 !important; 
    392388} 
    393389 
     
    395391        white-space: nowrap; 
    396392        color: #990000; 
    397         font-weight: bold; 
     393    font-weight: bold !important; 
    398394        cursor: pointer; 
     395        padding-right: 0 !important; 
    399396 } 
    400397 
     
    405402        white-space: nowrap; 
    406403        font-weight: bold; 
     404        padding-right: 0 !important; 
    407405} 
    408406 
     
    412410         color: #FC6103; 
    413411        /*text-decoration: underline;*/ 
    414          font-weight: bold; 
    415 } 
    416 .clean_folder { 
    417         cursor: pointer; 
    418         white-space: nowrap; 
    419         color: #666666;  
    420         font-family: sans-serif; 
    421         font-size: 9px; 
    422         font-weight: bold; 
    423         padding-left:15px; 
    424         position:absolute; 
    425 } 
     412         font-weight: bold !important; 
     413        padding-right: 0 !important; 
     414} 
     415 
    426416.em_sidebox_menu { 
    427417        position: relative; 
     
    480470input.em_button_like_span { 
    481471        border:0px none !important; 
    482         margin: 0px; 
    483         padding:0px; 
    484         color:#114fa4; 
    485         background:transparent none repeat scroll 0%; 
    486         font-family:Verdana,Arial,Helvetica,sans-serif; 
    487         font-size:11px; 
    488         height:15px; 
    489         font-weight: bold !important; 
     472        margin: 0px !important; 
     473        padding:0px !important; 
     474        color:#114fa4 !important; 
     475        background:transparent none repeat scroll 0% !important; 
     476        font-family:Verdana,Arial,Helvetica,sans-serif !important; 
     477        font-size:11px !important; 
     478        height:15px !important; 
     479        font-weight: bold; 
    490480} 
    491481 
     
    507497        font-weight:normal; 
    508498        font-variant: small-caps;        
    509         color: #000066; 
     499        color: #000066 !important; 
    510500        font-size: 16px !important; 
    511501        text-align: center;      
  • branches/2.2/phpgwapi/inc/class.vfs_sql.inc.php

    r1998 r3019  
    833833                                return False; 
    834834                        } 
    835                         session_write_close(); 
     835                                //avoid stuck request 
     836                                session_write_close(); 
     837 
     838                                //reset time limit for big files 
     839                                set_time_limit(0); 
     840 
     841                                ob_end_flush(); 
     842 
    836843                                if ($fp = fopen ($p->real_full_path, 'rb')) 
    837844                                { 
     
    840847                                                echo fread($fp, $i); 
    841848                                                flush(); 
    842                                                 usleep(50); 
    843849                                        } 
    844850                                        fclose ($fp); 
     
    13441350                                                        'relatives'     => array ($t->mask), 
    13451351                                                        'attributes'    => $set_attributes_array 
    1346                                                 ) 
     1352                                                ), 
     1353                                                true 
    13471354                                        ); 
    13481355                                        if (!(strpos(strtoupper($record['mime_type']),'IMAGE') === FALSE)) 
     
    21092116                 * See vfs_shared 
    21102117                 */ 
    2111                 function set_attributes ($data) 
     2118                function set_attributes ($data,$isNewFile = false) 
    21122119                { 
    21132120                        if (!is_array ($data)) 
     
    21332140                           This is kind of trivial, given that set_attributes () can change owner_id, 
    21342141                           size, etc. 
    2135                         */ 
    2136                         if (!$this->acl_check (array( 
    2137                                         'string'        => $p->fake_full_path, 
     2142                         */ 
     2143                        if($isNewFile) 
     2144                        { 
     2145                                if ( !$this->acl_check (array( 
     2146                                        'string'        => $p->fake_full_path, 
     2147                                        'relatives'     => array ($p->mask), 
     2148                                        'operation'     => PHPGW_ACL_ADD 
     2149                                )) 
     2150                                ) 
     2151                                { 
     2152                                        return False; 
     2153                                } 
     2154                        }elseif (!$this->acl_check (array( 
     2155                                'string'        => $p->fake_full_path, 
    21382156                                        'relatives'     => array ($p->mask), 
    21392157                                        'operation'     => PHPGW_ACL_EDIT 
     
    21432161                                return False; 
    21442162                        } 
     2163 
    21452164 
    21462165                        if (!$this->file_exists (array( 
  • branches/2.2/phpgwapi/templates/default/css/azul.css

    r1719 r3019  
    1 ul 
    2 { 
    3         list-style-image: url("../images/orange-ball.png"); 
     1body 
     2{ 
     3        background-color: #e9e9e9; 
     4} 
     5 
     6a:link, 
     7a:visited 
     8{ 
     9        color: #000066; 
     10} 
     11 
     12a:hover, 
     13a:active 
     14{ 
     15        color: #ff9933; 
     16} 
     17 
     18a.divSideboxEntry, 
     19.divSideboxEntry 
     20{ 
     21        background-color: #eee; 
     22} 
     23 
     24a.textSidebox 
     25{ 
     26        border-top-color: #aaa; 
     27} 
     28 
     29input, 
     30button 
     31{ 
     32        border-color: #bbb; 
     33        color: #069; 
     34} 
     35 
     36input[type=image] 
     37{ 
     38        border-color: #bbb; 
     39} 
     40 
     41select 
     42{ 
     43        border-color: #bbb; 
     44        color: #006; 
     45} 
     46 
     47#divAppbox 
     48{ 
     49        background: #fff url( ../images/bgBlockContent.jpg ) repeat-x; 
     50        border-color: #9c9c9c; 
     51} 
     52 
     53#divAppboxHeader 
     54{ 
     55        background: url( ../images/bgAppTitle.png ); 
     56        border-color: #9c9c9c; 
     57        color: #006; 
     58        text-shadow: 0.2em 0.2em 3px #999; 
     59} 
     60 
     61#divAppIconBar 
     62{ 
     63        background: #fff url( ../images/background-icon-bar.png ) repeat-x; 
     64        border-top-color: #9c9c9c; 
     65} 
     66 
     67#divAppTextBar 
     68{ 
     69        background-color: #fff; 
     70} 
     71 
     72#divGenTime 
     73{ 
     74        color: #f00; 
     75} 
     76 
     77#divMain 
     78{ 
     79        background: #fff; 
     80        border-color: #7e7e7e; 
     81} 
     82 
     83#divPoweredBy 
     84{ 
     85        background: #fff; 
     86        color: #999; 
     87} 
     88 
     89#divSideboxContainer 
     90{ 
     91        background: #fff; 
     92} 
     93 
     94#extraIcons 
     95{ 
     96        background: #eee; 
     97        border-color: #7e7e7e; 
     98} 
     99 
     100#links_bar, 
     101#user_info 
     102{ 
     103        color: #fff; 
     104} 
     105 
     106#tdAppbox 
     107{ 
     108        background-color: #fff; 
     109} 
     110 
     111#tdSidebox 
     112{ 
     113        background: #fff; 
     114} 
     115 
     116.conteudo 
     117{ 
     118        border-color: #4A79B1; 
     119        color: #003; 
     120} 
     121 
     122.divSideboxHeader 
     123{ 
     124        background: #416faa; 
     125        color: #fff; 
     126} 
     127 
     128.extraIconsRow 
     129{ 
     130        border-top-color: #ddd; 
     131} 
     132 
     133.greyLine 
     134{ 
     135        border-top-color: #7e7e7e; 
     136} 
     137 
     138.grid_email_class 
     139{ 
     140        border-bottom-color: #cfcfcf; 
     141} 
     142 
     143.image-menu 
     144{ 
     145        background: url( ../../../../phpgwapi/templates/default/images/folder_bg.png ); 
     146} 
     147 
     148.last_menu 
     149{ 
     150        border-bottom-color: #4a79b1; 
     151} 
     152 
     153.logo_expresso 
     154{ 
     155        background: url( ../../../../phpgwapi/templates/default/images/logo_expresso.jpg ) no-repeat 0 3px; 
     156} 
     157 
     158.menu 
     159{ 
     160        background: #c8d7ea; 
     161        border-color: #f4f7fc; 
     162        border-bottom-color: #4a79b1; 
     163} 
     164 
     165.menu-sel 
     166{ 
     167        background-color: #f7f7f7; 
     168        border-color: #4a79b1; 
     169        color: #00f; 
     170} 
     171 
     172.menu-degrade 
     173{ 
     174        background-image: url( ../../../../phpgwapi/templates/default/images/degrade.png ); 
     175} 
     176 
     177.navbar_but 
     178{ 
     179        background-image: url(../../../../phpgwapi/templates/default/images/back_app.png); 
     180} 
     181 
     182.navbar_butOver 
     183{ 
     184        background-image: url( ../../../../phpgwapi/templates/default/images/back_app_over.png ); 
     185} 
     186 
     187.navbar_butOut 
     188{ 
     189        background-image: url( ../../../../phpgwapi/templates/default/images/back_app_out.png ); 
     190} 
     191 
     192.tblHeadApp 
     193{ 
     194        border-color: #9c9c9c; 
     195} 
     196 
     197.textSidebox 
     198{ 
     199        border-top-color: #aaa; 
     200} 
     201 
     202.toolbar 
     203{ 
     204        background-image: url( ../../../../phpgwapi/templates/default/images/fundo_topo.png ); 
     205} 
     206 
     207.linha0, 
     208.tr_msg_read 
     209{ 
     210        color: #3f3f3f; 
     211        background: #fff; 
     212} 
     213 
     214.linha1, 
     215.tr_msg_read2 
     216{ 
     217        color: #3f3f3f;  
     218        background: #f4f8fb; 
     219} 
     220 
     221table.inboxElements th, 
     222.table_elements_tr_header, 
     223.info_tr_header, 
     224.message_header 
     225{ 
     226        background: #abc6e1; 
    4227} 
    5228 
    6229.prefTable 
    7 {          
    8     background-color:#f4f8fb !important;     
    9     margin: 0px 0px 10px 0px ; 
    10     border-left: 1px solid #D3DCE3; 
    11     border-right: 1px solid #D3DCE3;     
    12     border-bottom: 1px solid #D3DCE3; 
    13      
    14 } 
    15  
    16 .grid_email_class 
    17 { 
    18         border-bottom:1px solid #cfcfcf; 
    19 } 
    20  
    21 body  
    22 { 
    23         margin: 0px !important; 
    24         background-color:#E9E9E9 !important; 
    25         font-size: 11px !important; 
    26         font-family: Verdana, Arial, Helvetica, sans-serif !important; 
    27         padding:0px !important; 
    28 } 
    29  
    30 img 
    31 { 
    32         border-width:0px !important; 
    33         border-style:none !important;    
    34 } 
    35  
    36 a:link,a:visited 
    37 { 
    38         cursor:pointer !important; 
    39         color: #000066 !important; 
    40         text-decoration: none !important; 
    41 } 
    42  
    43 a:hover,a:active 
    44 { 
    45         cursor:pointer !important; 
    46         color: #ff9933 !important; 
    47         text-decoration: underline !important; 
    48 } 
    49  
    50 input,button 
    51 { 
    52         font-size: 11px !important;  
    53         color: #006699 !important;  
    54         font-family: Arial, Helvetica, sans-serif !important; 
    55 /*      overflow: visible !important;*/ 
    56         border: 1px #bbbbbb solid !important; 
    57 } 
    58 .dsused 
    59 { 
    60                 background-image: url(../images/dsused.gif); 
    61 } 
    62  
    63 input[type=submit],input[type=button],button 
    64 { 
    65         cursor: pointer !important;  
    66         cursor: hand !important; 
    67 } 
    68  
    69 input[type=image] 
    70 { 
    71         cursor: pointer !important;  
    72         cursor: hand !important; 
    73         border: 0px #bbbbbb none !important; 
    74 } 
    75 select  
    76 { 
    77         font-size: 11px !important;  
    78         color: #000066 !important;  
    79         font-family: Arial, Helvetica, sans-serif !important; 
    80         border: 1px #bbbbbb solid !important; 
    81         z-index: -1 !important; 
    82 } 
    83  
    84 td 
    85 { 
    86         font-size: 11px !important;      
    87 } 
    88  
    89  
    90  
    91 .tblHeadApp { 
    92  
    93         border-right: #9c9c9c 1px solid;         
    94         border-top: #9c9c9c 1px solid;  
    95         border-left: #9c9c9c 1px solid;  
    96         border-bottom: #9c9c9c 1px solid 
    97 } 
    98  
    99 .divSideboxHeader  
    100 { 
    101         text-align:center; 
    102         background-color:#416faa; 
    103         padding-top:2px; 
    104         height: 15px; 
    105         color: #FFFFFF; 
    106  
    107 } 
    108  
    109 a.divSideboxEntry, .divSideboxEntry 
    110 { 
    111         text-align:left; 
    112         height:16px; 
    113         background-color:#eeeeee; 
    114 } 
    115  
    116 a.appTitles,.appTitles 
    117 { 
    118         font-size: 10px;  
    119         height:18px; 
    120         padding-top:2px; 
    121         padding-bottom:2px; 
    122  
    123 } 
    124  
    125 a.textSidebox 
    126 { 
    127         font-size: 10px;  
    128         border-top: #aaaaaa 0px none; 
    129 } 
    130  
    131 .textSidebox 
    132 { 
    133         font-size: 10px;  
    134         height:18px; 
    135         padding-top:2px; 
    136         padding-bottom:2px; 
    137         border-top: #aaaaaa 1px solid; 
    138  
    139 } 
    140  
    141 .sideboxSpace 
    142 { 
    143         height:9px; 
    144 } 
    145  
    146 .greyLine 
    147 { 
    148         margin:1px; 
    149         border-top-color:#7e7e7e; 
    150         border-top-width:1px; 
    151         border-top-style:solid; 
    152         height:1px; 
    153 } 
    154  
    155 .prefSection 
    156 { 
    157         font-weight:bold; 
    158         font-size:16px; 
    159         line-height:40px; 
    160 } 
    161  
    162 #extraIcons 
    163 { 
    164         background-color:#eeeeee; 
    165         border-width:1px; 
    166         border-color:#7e7e7e; 
    167         border-style:solid; 
    168 } 
    169  
    170 .extraIconsRow 
    171 { 
    172         border-top-color:#dddddd; 
    173         border-top-width:1px; 
    174         border-top-style:solid; 
    175         padding:2px; 
    176 } 
    177  
    178 #divMain 
    179 { 
    180         background-color:white; 
    181         margin-top: 0px; 
    182         padding:9px; 
    183         border-color:#7e7e7e; 
    184         border-width:1px; 
    185         border-style:solid; 
    186 } 
    187  
    188 #divLogo 
    189 { 
    190         position:absolute; 
    191         left:20px; 
    192         top:5px; 
    193         z-index:51; 
    194 } 
    195  
    196 #divAppIconBar 
    197 { 
    198         background-color:white; 
    199         border-top-color:#9c9c9c; 
    200         border-top-width:1px; 
    201         border-top-style:solid; 
    202         background-image: url(../images/background-icon-bar.png);  
    203         background-repeat: repeat-x 
    204 } 
    205  
    206 #divAppTextBar 
    207 { 
    208         background-color:white; 
    209 } 
    210  
    211 #user_info 
    212 { 
    213         color: white; 
    214 } 
    215 #links_bar 
    216 { 
    217                 color: white; 
    218 } 
    219  
    220 #divStatusBar 
    221 { 
    222         height:24px; 
    223         padding-left:10px; 
    224         padding-top:0px; 
    225 } 
    226  
    227 #tdSidebox 
    228 { 
    229         width:170px; 
    230         background-color:white; 
    231         overflow:visible; 
    232 } 
    233  
    234  
    235 #tdAppbox 
    236 { 
    237         background-color:white; 
    238         width: 100%; 
    239 } 
    240 #divSideboxContainer 
    241 { 
    242         position:relative; 
    243         width:150px; 
    244         top:0px; 
    245         left:0px; 
    246         background-color:white; 
    247         border-width:1px; 
    248         border-style:solid; 
    249         z-index:40; 
    250 } 
    251  
    252 #divAppboxHeader 
    253 { 
    254         margin-top:2px; 
    255         margin-left:2px; 
    256         margin-right:2px; 
    257         font-size: 16px; 
    258         font-weight:normal; 
    259         font-variant:small-caps; 
    260         font-style:italic; 
    261         text-shadow:0.2em 0.2em 3px #999999; 
    262         color: #000066; 
    263         text-align: center; 
    264         padding: 0px; 
    265         background: url(../images/bgAppTitle.png); 
    266         height:24px; 
    267         line-height:24px; 
    268         border-top-color:#9c9c9c; 
    269         border-top-width:1px; 
    270         border-top-style:solid; 
    271         border-left-color:#9c9c9c; 
    272         border-left-width:1px; 
    273         border-left-style:solid; 
    274         border-right-color:#9c9c9c; 
    275         border-right-width:1px; 
    276         border-right-style:solid; 
    277  
    278 } 
    279  
    280 #divAppbox 
    281 { 
    282         background: #fff url(../images/bgBlockContent.jpg); 
    283         background-repeat:repeat-x; 
    284         padding-right:1px; 
    285         padding-top:1px; 
    286         padding-bottom:1px; 
    287         padding-left:15px; 
    288         border-bottom-color:#9c9c9c; 
    289         border-bottom-width:1px; 
    290         border-bottom-style:solid; 
    291         border-left-color:#9c9c9c; 
    292         border-left-width:1px; 
    293         border-left-style:solid; 
    294         border-right-color:#9c9c9c; 
    295         border-right-width:1px; 
    296         border-right-style:solid; 
    297         margin-top:0px; 
    298         margin-bottom:0px; 
    299         margin-left:2px; 
    300         margin-right:2px; 
    301  
    302 } 
    303  
    304 #user_info 
    305 { 
    306 padding-left:17px; 
    307  
    308 } 
    309  
    310 #admin_info 
    311 { 
    312         position:relative; 
    313         text-align:center; 
    314         margin-right:10px; 
    315 } 
    316  
    317 #divGenTime 
    318 { 
    319         bottom:14px; 
    320         font-size: 9px; 
    321         color: #ff0000; 
    322         text-align:center; 
    323         width:99%; 
    324 } 
    325  
    326 #divPoweredBy  
    327 { 
    328         font-family: Verdana, Arial, Helvetica, sans-serif; 
    329         font-size: 10px; 
    330         color: #999999; 
    331         text-decoration: none; 
    332         padding: 7px; 
    333         text-align: center; 
    334         background-color:white; 
    335 } 
    336  
    337 .message_header { 
    338         background-color:#ABC6E1; 
    339 } 
    340  
    341 .navbar_but 
    342 { 
    343         background-image: url(../../../../phpgwapi/templates/default/images/back_app.png) !important; 
    344         width: 40px; 
    345         height: 40px; 
    346         vertical-align: center; 
    347         text-align: center; 
    348         padding-right: 6px; 
    349         cursor:pointer; 
    350         cursor:hand; 
    351         background-repeat:no-repeat; 
    352 } 
    353 .menu-degrade { 
    354           background-image: url(../../../../phpgwapi/templates/default/images/degrade.png) !important; 
    355           background-repeat: repeat-x; 
    356 } 
    357  
    358 .image-menu { 
    359         padding: 0px 0px 0px 0px; 
    360         background: url(../../../../phpgwapi/templates/default/images/folder_bg.png); 
    361 } 
    362  
    363 .navbar_butOver 
    364 { 
    365         background-image: url(../../../../phpgwapi/templates/default/images/back_app_over.png) !important; 
    366         width: 40px; 
    367         height: 40px; 
    368         vertical-align: center !important; 
    369         text-align: center !important; 
    370         padding-right:6px; 
    371         cursor:pointer; 
    372         cursor:hand; 
    373         background-repeat:no-repeat; 
    374 } 
    375  
    376 .navbar_butOut 
    377 { 
    378         background-image: url(../../../../phpgwapi/templates/default/images/back_app_out.png) !important; 
    379         width: 40px; 
    380         height: 40px; 
    381         vertical-align: center !important; 
    382         text-align: center !important; 
    383         padding-right:6px; 
    384         cursor:pointer; 
    385         cursor:hand; 
    386         background-repeat:no-repeat; 
    387 } 
    388 .toolbar 
    389 { 
    390        background-image:url(../../../../phpgwapi/templates/default/images/fundo_topo.png); 
    391        position:absolute; 
    392 } 
    393  
    394 .logo_expresso 
    395 { 
    396         background:url(../../../../phpgwapi/templates/default/images/logo_expresso.jpg) no-repeat 0 3px; 
    397         width: 191px; 
    398 } 
    399  
    400 .tr_msg_read { 
    401         color: #3f3f3f; 
    402         background-color: #ffffff; 
    403         -moz-user-select: none; 
    404 } 
    405  
    406 .tr_msg_read2 { 
    407         color: #3f3f3f; 
     230{ 
    408231        background-color: #f4f8fb; 
    409         -moz-user-select: none; 
    410 } 
     232        margin: 0px 0px 10px 0px ; 
     233        border: 1px solid #D3DCE3; 
     234        border-top: 0px; 
     235} 
  • branches/2.2/phpgwapi/templates/default/css/celepar.css

    r3018 r3019  
    570570.message_options_move, 
    571571.message_options_print, 
    572 .message_options_active, 
    573572.message_options, 
    574573.message_options_over 
Note: See TracChangeset for help on using the changeset viewer.