Changeset 1068

Show
Ignore:
Timestamp:
11/06/06 16:40:02
Author:
johnsa
Message:

search page formatting changes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webadmin/webapp/resources/default/default/subColors.css

    r1067 r1068  
    55   the default.css stylesheet. */ 
    66 
    7     /* ********************************************************************** 
     7    /* ********************************************************************** 
    88    Copyright 2006 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    99 
     
    3030    to the maximum extent the law permits. */ 
    3131 
     32 
    3233.bwwhite { 
    3334  background-color: #ffffff !important; 
    3435  color: black; 
     36  border-bottom: 1px solid #999; 
    3537} 
    3638.bwltpink { 
    3739  background-color: #fddeee !important; 
    3840  color: black; 
     41  border-bottom: 1px solid #999; 
    3942} 
    4043.bwltpurple { 
    4144  background-color: #ddd4e8 !important; 
    4245  color: black; 
     46  border-bottom: 1px solid #999; 
    4347} 
    4448.bwltsteelblue { 
    4549  background-color: #bfd5e8 !important; 
    4650  color: black; 
     51  border-bottom: 1px solid #999; 
    4752} 
    4853.bwltblue { 
    4954  background-color: #ccecef !important; 
    5055  color: black; 
     56  border-bottom: 1px solid #999; 
    5157} 
    5258.bwltaquamarine { 
    5359  background-color: #b3e2dd !important; 
    5460  color: black; 
     61  border-bottom: 1px solid #999; 
    5562} 
    5663.bwltaquamarine { 
    5764  background-color: #cfeccf !important; 
    5865  color: black; 
     66  border-bottom: 1px solid #999; 
    5967} 
    6068.bwltgreen { 
    6169  background-color: #e0f3b0 !important; 
    6270  color: black; 
     71  border-bottom: 1px solid #999; 
    6372} 
    6473.bwltyellow { 
    6574  background-color: #ffffb0 !important; 
    6675  color: black; 
     76  border-bottom: 1px solid #999; 
    6777} 
    6878.bwltsalmon { 
    6979  background-color: #feebc9 !important; 
    7080  color: black; 
     81  border-bottom: 1px solid #999; 
    7182} 
    7283/* medium pastels */ 
     
    7485  background-color: #eeeeee !important; 
    7586  color: black; 
     87  border-bottom: 1px solid #999; 
    7688} 
    7789.bwpink { 
    7890  background-color: #fbb6d1 !important; 
    7991  color: black; 
     92  border-bottom: 1px solid #999; 
    8093} 
    8194.bwpurple { 
    8295  background-color: #c1b3d7 !important; 
    8396  color: black; 
    84   /* purple swallows up the default border color, so for this one alone, 
    85      override it */ 
    8697  border-bottom: 1px solid #999 !important; 
    8798} 
     
    89100  background-color: #94a8d0 !important; 
    90101  color: black; 
     102  border-bottom: 1px solid #999; 
    91103} 
    92104.bwblue { 
    93105  background-color: #9acedf !important; 
    94106  color: black; 
     107  border-bottom: 1px solid #999; 
    95108} 
    96109.bwaquamarine { 
    97110  background-color: #86cfbe !important; 
    98111  color: black; 
     112  border-bottom: 1px solid #999; 
    99113} 
    100114.bwseagreen { 
    101115  background-color: #b5e1ae !important; 
    102116  color: black; 
     117  border-bottom: 1px solid #999; 
    103118} 
    104119.bwgreen { 
    105120  background-color: #bfe476 !important; 
    106121  color: black; 
    107   /* gree swallows up the default border color, so for this one alone, 
    108      override it */ 
    109122  border-bottom: 1px solid #999 !important; 
    110123} 
     
    112125  background-color: #fffa81 !important; 
    113126  color: black; 
     127  border-bottom: 1px solid #999; 
    114128} 
    115129.bwsalmon { 
    116130  background-color: #fdcaa2 !important; 
    117131  color: black; 
     132  border-bottom: 1px solid #999; 
    118133} 
    119134/* dark pastels */ 
     
    121136  background-color: #dddddd !important; 
    122137  color: black; 
     138  border-bottom: 1px solid #999; 
    123139} 
    124140.bwmdpink { 
    125141  background-color: #f98cb6 !important; 
    126142  color: black; 
     143  border-bottom: 1px solid #999; 
    127144} 
    128145.bwmdpurple { 
    129146  background-color: #a589c1 !important; 
    130147  color: black; 
     148  border-bottom: 1px solid #999; 
    131149} 
    132150.bwmdsteelblue { 
    133151  background-color: #7589bf !important; 
    134152  color: black; 
     153  border-bottom: 1px solid #999; 
    135154} 
    136155.bwmdblue { 
    137156  background-color: #6fb7d6 !important; 
    138157  color: black; 
     158  border-bottom: 1px solid #999; 
    139159} 
    140160.bwmdaquamarine { 
    141161  background-color: #48b5a3 !important; 
    142162  color: black; 
     163  border-bottom: 1px solid #999; 
    143164} 
    144165.bwmdseagreen { 
    145166  background-color: #91d290 !important; 
    146167  color: black; 
     168  border-bottom: 1px solid #999; 
    147169} 
    148170.bwmdgreen { 
    149171  background-color: #85ca5d !important; 
    150172  color: black; 
     173  border-bottom: 1px solid #999; 
    151174} 
    152175.bwmdyellow { 
    153176  background-color: #ffed62 !important; 
    154177  color: black; 
     178  border-bottom: 1px solid #999; 
    155179} 
    156180.bwmdsalmon { 
    157181  background-color: #fca985 !important; 
    158182  color: black; 
     183  border-bottom: 1px solid #999; 
    159184} 
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/blue.css

    r1055 r1068  
    302302#searchTable td { 
    303303  padding: 4px; 
     304  vertical-align: top; 
    304305} 
    305306#searchTable tr.fieldNames td { 
    306307  background: #eee; 
    307308  border-bottom: 1px solid #ccc; 
     309} 
     310#searchTable td.relevance { 
     311  white-space: nowrap; 
    308312} 
    309313#searchTable .searchRelevance { 
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl

    r1067 r1068  
    12061206        <xsl:variable name="recurrenceId" select="event/recurrenceId"/> 
    12071207        <tr> 
    1208           <td
     1208          <td class="relevance"
    12091209            <xsl:value-of select="ceiling(number(score)*100)"/>% 
    12101210            <img src="{$resourcesRoot}/images/spacer.gif" height="4" class="searchRelevance"> 
    1211               <xsl:attribute name="width"><xsl:value-of select="ceiling(number(score)*100)"/></xsl:attribute> 
     1211              <xsl:attribute name="width"><xsl:value-of select="ceiling((number(score)*100) div 1.5)"/></xsl:attribute> 
    12121212            </img> 
    12131213          </td> 
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/green.css

    r1055 r1068  
    314314#searchTable td { 
    315315  padding: 4px; 
     316  vertical-align: top; 
    316317} 
    317318#searchTable tr.fieldNames td { 
    318319  background: #eee; 
    319320  border-bottom: 1px solid #ccc; 
     321} 
     322#searchTable td.relevance { 
     323  white-space: nowrap; 
    320324} 
    321325#searchTable .searchRelevance { 
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/red.css

    r1055 r1068  
    314314#searchTable td { 
    315315  padding: 4px; 
     316  vertical-align: top; 
    316317} 
    317318#searchTable tr.fieldNames td { 
    318319  background: #eee; 
    319320  border-bottom: 1px solid #ccc; 
     321} 
     322#searchTable td.relevance { 
     323  white-space: nowrap; 
    320324} 
    321325#searchTable .searchRelevance { 
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/subColors.css

    r1067 r1068  
    55   the default.css stylesheet. */ 
    66 
    7     /* ********************************************************************** 
     7    /* ********************************************************************** 
    88    Copyright 2006 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    99 
     
    3434  background-color: #ffffff !important; 
    3535  color: black; 
     36  border-bottom: 1px solid #999; 
    3637} 
    3738.bwltpink { 
    3839  background-color: #fddeee !important; 
    3940  color: black; 
     41  border-bottom: 1px solid #999; 
    4042} 
    4143.bwltpurple { 
    4244  background-color: #ddd4e8 !important; 
    4345  color: black; 
     46  border-bottom: 1px solid #999; 
    4447} 
    4548.bwltsteelblue { 
    4649  background-color: #bfd5e8 !important; 
    4750  color: black; 
     51  border-bottom: 1px solid #999; 
    4852} 
    4953.bwltblue { 
    5054  background-color: #ccecef !important; 
    5155  color: black; 
     56  border-bottom: 1px solid #999; 
    5257} 
    5358.bwltaquamarine { 
    5459  background-color: #b3e2dd !important; 
    5560  color: black; 
     61  border-bottom: 1px solid #999; 
    5662} 
    5763.bwltaquamarine { 
    5864  background-color: #cfeccf !important; 
    5965  color: black; 
     66  border-bottom: 1px solid #999; 
    6067} 
    6168.bwltgreen { 
    6269  background-color: #e0f3b0 !important; 
    6370  color: black; 
     71  border-bottom: 1px solid #999; 
    6472} 
    6573.bwltyellow { 
    6674  background-color: #ffffb0 !important; 
    6775  color: black; 
     76  border-bottom: 1px solid #999; 
    6877} 
    6978.bwltsalmon { 
    7079  background-color: #feebc9 !important; 
    7180  color: black; 
     81  border-bottom: 1px solid #999; 
    7282} 
    7383/* medium pastels */ 
     
    7585  background-color: #eeeeee !important; 
    7686  color: black; 
     87  border-bottom: 1px solid #999; 
    7788} 
    7889.bwpink { 
    7990  background-color: #fbb6d1 !important; 
    8091  color: black; 
     92  border-bottom: 1px solid #999; 
    8193} 
    8294.bwpurple { 
    8395  background-color: #c1b3d7 !important; 
    8496  color: black; 
    85   /* purple swallows up the default border color, so for this one alone, 
    86      override it */ 
    8797  border-bottom: 1px solid #999 !important; 
    8898} 
     
    90100  background-color: #94a8d0 !important; 
    91101  color: black; 
     102  border-bottom: 1px solid #999; 
    92103} 
    93104.bwblue { 
    94105  background-color: #9acedf !important; 
    95106  color: black; 
     107  border-bottom: 1px solid #999; 
    96108} 
    97109.bwaquamarine { 
    98110  background-color: #86cfbe !important; 
    99111  color: black; 
     112  border-bottom: 1px solid #999; 
    100113} 
    101114.bwseagreen { 
    102115  background-color: #b5e1ae !important; 
    103116  color: black; 
     117  border-bottom: 1px solid #999; 
    104118} 
    105119.bwgreen { 
    106120  background-color: #bfe476 !important; 
    107121  color: black; 
    108   /* gree swallows up the default border color, so for this one alone, 
    109      override it */ 
    110122  border-bottom: 1px solid #999 !important; 
    111123} 
     
    113125  background-color: #fffa81 !important; 
    114126  color: black; 
     127  border-bottom: 1px solid #999; 
    115128} 
    116129.bwsalmon { 
    117130  background-color: #fdcaa2 !important; 
    118131  color: black; 
     132  border-bottom: 1px solid #999; 
    119133} 
    120134/* dark pastels */ 
     
    122136  background-color: #dddddd !important; 
    123137  color: black; 
     138  border-bottom: 1px solid #999; 
    124139} 
    125140.bwmdpink { 
    126141  background-color: #f98cb6 !important; 
    127142  color: black; 
     143  border-bottom: 1px solid #999; 
    128144} 
    129145.bwmdpurple { 
    130146  background-color: #a589c1 !important; 
    131147  color: black; 
     148  border-bottom: 1px solid #999; 
    132149} 
    133150.bwmdsteelblue { 
    134151  background-color: #7589bf !important; 
    135152  color: black; 
     153  border-bottom: 1px solid #999; 
    136154} 
    137155.bwmdblue { 
    138156  background-color: #6fb7d6 !important; 
    139157  color: black; 
     158  border-bottom: 1px solid #999; 
    140159} 
    141160.bwmdaquamarine { 
    142161  background-color: #48b5a3 !important; 
    143162  color: black; 
     163  border-bottom: 1px solid #999; 
    144164} 
    145165.bwmdseagreen { 
    146166  background-color: #91d290 !important; 
    147167  color: black; 
     168  border-bottom: 1px solid #999; 
    148169} 
    149170.bwmdgreen { 
    150171  background-color: #85ca5d !important; 
    151172  color: black; 
     173  border-bottom: 1px solid #999; 
    152174} 
    153175.bwmdyellow { 
    154176  background-color: #ffed62 !important; 
    155177  color: black; 
     178  border-bottom: 1px solid #999; 
    156179} 
    157180.bwmdsalmon { 
    158181  background-color: #fca985 !important; 
    159182  color: black; 
     183  border-bottom: 1px solid #999; 
    160184} 
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css

    r1067 r1068  
    320320} 
    321321#searchTable td { 
     322  vertical-align: top; 
    322323  padding: 4px; 
    323324} 
     
    325326  background: #eee; 
    326327  border-bottom: 1px solid #ccc; 
     328} 
     329#searchTable td.relevance { 
     330  white-space: nowrap; 
    327331} 
    328332#searchTable .searchRelevance { 
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r1067 r1068  
    52455245        <xsl:variable name="recurrenceId" select="event/recurrenceId"/> 
    52465246        <tr> 
    5247           <td
     5247          <td class="relevance"
    52485248            <xsl:value-of select="ceiling(number(score)*100)"/>% 
    52495249            <img src="{$resourcesRoot}/resources/spacer.gif" height="4" class="searchRelevance"> 
    5250               <xsl:attribute name="width"><xsl:value-of select="ceiling(number(score)*100)"/></xsl:attribute> 
     5250              <xsl:attribute name="width"><xsl:value-of select="ceiling((number(score)*100) div 1.5)"/></xsl:attribute> 
    52515251            </img> 
    52525252          </td> 
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/subColors.css

    r1067 r1068  
    3434  background-color: #ffffff !important; 
    3535  color: black; 
     36  border-bottom: 1px solid #999; 
    3637} 
    3738.bwltpink { 
    3839  background-color: #fddeee !important; 
    3940  color: black; 
     41  border-bottom: 1px solid #999; 
    4042} 
    4143.bwltpurple { 
    4244  background-color: #ddd4e8 !important; 
    4345  color: black; 
     46  border-bottom: 1px solid #999; 
    4447} 
    4548.bwltsteelblue { 
    4649  background-color: #bfd5e8 !important; 
    4750  color: black; 
     51  border-bottom: 1px solid #999; 
    4852} 
    4953.bwltblue { 
    5054  background-color: #ccecef !important; 
    5155  color: black; 
     56  border-bottom: 1px solid #999; 
    5257} 
    5358.bwltaquamarine { 
    5459  background-color: #b3e2dd !important; 
    5560  color: black; 
     61  border-bottom: 1px solid #999; 
    5662} 
    5763.bwltaquamarine { 
    5864  background-color: #cfeccf !important; 
    5965  color: black; 
     66  border-bottom: 1px solid #999; 
    6067} 
    6168.bwltgreen { 
    6269  background-color: #e0f3b0 !important; 
    6370  color: black; 
     71  border-bottom: 1px solid #999; 
    6472} 
    6573.bwltyellow { 
    6674  background-color: #ffffb0 !important; 
    6775  color: black; 
     76  border-bottom: 1px solid #999; 
    6877} 
    6978.bwltsalmon { 
    7079  background-color: #feebc9 !important; 
    7180  color: black; 
     81  border-bottom: 1px solid #999; 
    7282} 
    7383/* medium pastels */ 
     
    7585  background-color: #eeeeee !important; 
    7686  color: black; 
     87  border-bottom: 1px solid #999; 
    7788} 
    7889.bwpink { 
    7990  background-color: #fbb6d1 !important; 
    8091  color: black; 
     92  border-bottom: 1px solid #999; 
    8193} 
    8294.bwpurple { 
    8395  background-color: #c1b3d7 !important; 
    8496  color: black; 
    85   /* purple swallows up the default border color, so for this one alone, 
    86      override it */ 
    8797  border-bottom: 1px solid #999 !important; 
    8898} 
     
    90100  background-color: #94a8d0 !important; 
    91101  color: black; 
     102  border-bottom: 1px solid #999; 
    92103} 
    93104.bwblue { 
    94105  background-color: #9acedf !important; 
    95106  color: black; 
     107  border-bottom: 1px solid #999; 
    96108} 
    97109.bwaquamarine { 
    98110  background-color: #86cfbe !important; 
    99111  color: black; 
     112  border-bottom: 1px solid #999; 
    100113} 
    101114.bwseagreen { 
    102115  background-color: #b5e1ae !important; 
    103116  color: black; 
     117  border-bottom: 1px solid #999; 
    104118} 
    105119.bwgreen { 
    106120  background-color: #bfe476 !important; 
    107121  color: black; 
    108   /* gree swallows up the default border color, so for this one alone, 
    109      override it */ 
    110122  border-bottom: 1px solid #999 !important; 
    111123} 
     
    113125  background-color: #fffa81 !important; 
    114126  color: black; 
     127  border-bottom: 1px solid #999; 
    115128} 
    116129.bwsalmon { 
    117130  background-color: #fdcaa2 !important; 
    118131  color: black; 
     132  border-bottom: 1px solid #999; 
    119133} 
    120134/* dark pastels */ 
     
    122136  background-color: #dddddd !important; 
    123137  color: black; 
     138  border-bottom: 1px solid #999; 
    124139} 
    125140.bwmdpink { 
    126141  background-color: #f98cb6 !important; 
    127142  color: black; 
     143  border-bottom: 1px solid #999; 
    128144} 
    129145.bwmdpurple { 
    130146  background-color: #a589c1 !important; 
    131147  color: black; 
     148  border-bottom: 1px solid #999; 
    132149} 
    133150.bwmdsteelblue { 
    134151  background-color: #7589bf !important; 
    135152  color: black; 
     153  border-bottom: 1px solid #999; 
    136154} 
    137155.bwmdblue { 
    138156  background-color: #6fb7d6 !important; 
    139157  color: black; 
     158  border-bottom: 1px solid #999; 
    140159} 
    141160.bwmdaquamarine { 
    142161  background-color: #48b5a3 !important; 
    143162  color: black; 
     163  border-bottom: 1px solid #999; 
    144164} 
    145165.bwmdseagreen { 
    146166  background-color: #91d290 !important; 
    147167  color: black; 
     168  border-bottom: 1px solid #999; 
    148169} 
    149170.bwmdgreen { 
    150171  background-color: #85ca5d !important; 
    151172  color: black; 
     173  border-bottom: 1px solid #999; 
    152174} 
    153175.bwmdyellow { 
    154176  background-color: #ffed62 !important; 
    155177  color: black; 
     178  border-bottom: 1px solid #999; 
    156179} 
    157180.bwmdsalmon { 
    158181  background-color: #fca985 !important; 
    159182  color: black; 
     183  border-bottom: 1px solid #999; 
    160184}