Changeset 1660

Show
Ignore:
Timestamp:
12/07/07 00:52:29
Author:
johnsa
Message:

web submit: bring UI in line with recent spruce up of admin client

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/websubmit/webapp/resources/demoskins/default/default/default.css

    r1600 r1660  
    55  background-color: #ddd; 
    66  color: black; 
     7  font-size: 16px; 
    78} 
    89 
     
    101102  padding: 0.2em 1em; 
    102103  text-align: right; 
    103   color: black; 
    104   background-color: #edc; 
     104  color: #eee; 
     105  /*background-color: #edc;*/ 
     106  background-color: #5c7486; 
    105107  font-size: 0.8em; 
    106108} 
     
    118120#bedework #statusBar a:visited { 
    119121  text-decoration : none; 
    120   color: blue; 
     122  color: #eee; 
    121123  background-color: transparent; 
    122124} 
    123125#bedework #statusBar a:hover { 
    124   text-decoration: none; 
    125   background-color: #ffe; 
    126   color: black; 
    127 
    128 #bedework #titleBar { 
    129   font-size: 0.7em; 
    130   font-weight: bold; 
    131   letter-spacing: 3px; 
    132   background-color: #ddd; 
    133   color: #666; 
    134   border-top: 1px solid black; 
    135   border-bottom: 2px solid black; 
    136   text-align: center; 
     126  text-decoration: underline; 
     127  color: #eee; 
     128  background-color: transparent; 
    137129} 
    138130/* MenuTabs */ 
    139131#bedework #menuTabs { 
    140   margin: 0.5em 0 0 0; 
    141   padding: 0; 
    142   border-bottom: 2px solid #999; 
     132  margin: 0; 
     133  padding: 6px 0 4px 0; 
     134  color: #eee; 
     135  background-color: #ddd; 
     136  font-size: 0.9em; 
     137  border-bottom: 1px solid #999; 
    143138} 
    144139#bedework #menuTabs li { 
    145   position: relative; 
    146140  display: inline; 
    147   list-style: none; 
    148   margin: 0 0 0 4px; 
    149   padding: 0 1em; 
    150   text-align: center; 
    151   border-top: 2px solid #999; 
    152   border-left: 2px solid #999; 
    153   border-right: 2px solid #999; 
    154   color: black; 
     141  margin: 0; 
     142  /*color: #eee; 
     143  background: #009 url("../../resources/menuBgBlue.gif") repeat-x top;*/ 
     144  color: #777; 
    155145  background-color: #eee; 
    156   font-size: 0.9em; 
     146  padding-top: 6px; 
     147  padding-bottom: 4px; 
     148  padding-left: 1em; 
     149  padding-right: 1em; 
     150  border-bottom: 1px solid #999; 
     151  border-right: 1px solid #999; 
    157152} 
    158153#bedework #menuTabs li.selected { 
    159   border-bottom: 2px solid #fff; 
    160   color: black; 
    161   background-color: #fff; 
     154  color: #333; 
     155  background: white url("../../resources/menuBgGray.gif") repeat-x top; 
     156  border-bottom: 1px solid white; 
     157
     158#bedework #menuTabs a:link, 
     159#bedework #menuTabs a:active, 
     160#bedework #menuTabs a:hover, 
     161#bedework #menuTabs a:visited { 
     162  color: #777; 
     163  background-color: transparent; 
     164  text-decoration: none; 
     165
     166#bedework #menuTabs li.selected a:link, 
     167#bedework #menuTabs li.selected a:active, 
     168#bedework #menuTabs li.selected a:hover, 
     169#bedework #menuTabs li.selected a:visited { 
     170  color: black; 
     171  background-color: transparent; 
     172  text-decoration: none; 
    162173} 
    163174#bedework #bodyContent { 
  • trunk/deployment/websubmit/webapp/resources/demoskins/default/default/default.xsl

    r1655 r1660  
    190190          <xsl:text> </xsl:text> 
    191191          <span class="logout"><a href="{$setup}&amp;logout=true">logout</a></span> 
    192     </div> 
    193     <div id="titleBar"> 
    194       CALENDAR of EVENTS 
    195192    </div> 
    196193  </xsl:template>