phpBMS

Changeset 524 for trunk/phpbms/common

Show
Ignore:
Timestamp:
05/09/09 13:54:45 (3 years ago)
Author:
brieb
Message:
  • Implemented new product categories system, where categories can have other categories as parents, and products are both not required to have a category, or can have a "master" category plus additional categories assigned to it. The purpose of these changes is to guide it into greater compatibility both functionally and in data-model to e-commerce packages like zencart.
Location:
trunk/phpbms/common/stylesheet/mozilla
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/common/stylesheet/mozilla/pages/products.css

    r386 r524  
    11/* $Rev$ | $LastChangedBy$ */ 
    22/* $LastChangedDate$ */ 
     3#partNameP{ 
     4    float:left; 
     5    padding-right: 10px; 
     6} 
    37 
    48#topButtons{ 
    5         float:right; 
    6         width:160px; 
     9    float:right; 
     10    width:160px; 
    711} 
    812 
    913#topTitle{ 
    10         margin-right:160px; 
     14    margin-right:160px; 
    1115} 
    1216 
    1317#rightsideDiv{ 
    14         clear:both; 
    15         float:right; 
    16         width:220px; 
    17         margin:0; 
    18         padding:0; 
     18    clear:both; 
     19    float:right; 
     20    width:270px; 
     21    margin:0; 
     22    padding:0; 
    1923} 
    2024 
    21 #id, #categoryid, #status, #type, #memo{ 
    22         width:98% 
     25#memo{ 
     26    width:98% 
    2327} 
    2428 
    2529#leftsideDiv{ 
    26         margin-right:228px; 
    27         padding-top:1px; 
     30    margin-right:278px; 
     31    padding-top:1px; 
    2832} 
    2933 
    3034.costsP{ 
    31         float:left; 
    32         padding-top:3px; 
     35    float:left; 
     36    padding-top:3px; 
    3337} 
    3438 
    3539#weightP{ 
    36         clear:left; 
     40    clear:left; 
    3741} 
    3842 
    39 #webstuff{display:none} 
    40 #keywords,#webdescription{width:98%} 
    41 #webDescPreview{margin:0px;border:1px solid #CCCCCC; background-color:white;padding:2px;height:115px;overflow:auto;width:98%} 
    42 #buttonWebPreview{width:75px;margin-top:2px;} 
    4343 
    44 #noThumb{margin:3px;border:1px solid black;background-color:white;color:#999999;width:75px;height:43px;padding-top:32px;} 
    45 #noPicture{margin:3px;border:1px solid black;background-color:white;color:#999999;width:150px;height:78px;padding-top:70px;} 
     44#catDiv{ 
     45    background:#F7FAFA none repeat scroll 0 0; 
     46    border:1px solid #ABB1B1; 
     47    margin:0 5px 10px; 
     48    overflow: auto; 
     49    height: 200px; 
     50 
     51} 
     52 
     53    #catDiv:hover{ 
     54        background: white; 
     55        border-color:black; 
     56    } 
     57 
     58.moreCats{ 
     59    padding: 3px 0px 3px 5px; 
     60    border-bottom: 1px solid #EEEEEE; 
     61} 
     62 
     63    .moreCats:hover{ 
     64        background: #EEEEEE; 
     65    } 
     66 
     67.moreCats input{ 
     68 
     69    border: none; 
     70    background: none; 
     71} 
     72 
     73 
     74#webstuff{ 
     75    display:none 
     76} 
     77 
     78#keywords,#webdescription{ 
     79    width:98% 
     80} 
     81 
     82#webDescPreview{ 
     83    margin:0px; 
     84    border:1px solid #CCCCCC; 
     85    background-color:white; 
     86    padding:2px; 
     87    height:115px; 
     88    overflow:auto; 
     89    width:98% 
     90} 
     91 
     92#buttonWebPreview{ 
     93    width:75px; 
     94    margin-top:2px; 
     95} 
     96 
     97#noThumb{ 
     98    margin:3px; 
     99    border:1px solid black; 
     100    background-color:white; 
     101    color:#999999; 
     102    width:75px; 
     103    height:43px; 
     104    padding-top:32px; 
     105} 
     106 
     107#noPicture{ 
     108    margin:3px; 
     109    border:1px solid black; 
     110    background-color:white; 
     111    color:#999999; 
     112    width:150px; 
     113    height:78px; 
     114    padding-top:70px; 
     115} 
    46116 
    47117/* ------------------------ */ 
  • trunk/phpbms/common/stylesheet/mozilla/sizes.css

    r308 r524  
    1212.mono {font-family:'Courier New', Courier, mono;} 
    1313 
    14 .standout{  
    15         background-color:#0B63A2;  
    16         color:white;  
    17         font-weight:bold;  
     14.standout{ 
     15        background-color:#0B63A2; 
     16        color:white; 
     17        font-weight:bold; 
    1818        font-size:15px; 
    1919        padding:4px; 
     
    3434} 
    3535 
    36 LEGEND,H2{       
     36LEGEND,H2{ 
    3737        font-weight:bold; 
    38         font-size:15px;  
     38        font-size:15px; 
    3939        color:#455372; 
    4040        text-transform:capitalize; 
     
    5050        padding-bottom:0px; 
    5151        margin:0px; 
    52         margin-top:30px;  
     52        margin-top:30px; 
    5353        margin-bottom:5px; 
    5454} 
     
    6969    font-family: Arial, Helvitica, sans-serif; 
    7070} 
     71 
     72.big input, .big button{ 
     73    font-size: 15px; 
     74} 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.