Changeset 2623

Show
Ignore:
Timestamp:
01/05/10 13:00:17
Author:
johnsa
Message:

quickstart jump page - add feed builder and make more attractive

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/resources/bedework/index.html

    r2622 r2623  
    3131              </a> 
    3232            </div> 
    33             <div class="webclient"> 
     33            <div class="webclient webclient2"> 
    3434              <a href="/soedept" class="app"> 
    3535                <img src="resources/content/departmental.gif" width="153" height="130" alt="Departmental calendar suite" border="0"/>Departmental 
  • trunk/deployment/resources/bedework/resources/bedework.css

    r2622 r2623  
    9393  float: left; 
    9494  margin: 0; 
     95  padding: 0; 
    9596  background-color: #fafafa; 
    9697  color: black; 
     
    100101} 
    101102legend { 
    102   font-weight: bold;  
     103  color: black; 
     104  background-color: transparent; 
     105  font-weight: bold; 
    103106} 
    104107#clientPublic { 
    105108  width: 380px;  
     109  height: 190px; 
     110  margin: 0 1.5em 1em 0; 
     111} 
     112#clientAdmin { 
     113  width: 440px; 
     114  height: 190px; 
     115  margin: 0 0 1em 0; 
     116} 
     117#clientSubmission { 
     118  width: 470px; 
    106119  height: 180px; 
    107120  margin: 0 1.5em 1em 0; 
    108121} 
    109 #clientAdmin { 
    110   width: 440px; 
    111   height: 180px; 
    112   margin: 0 0 1em 0; 
    113 } 
    114 #clientSubmission { 
    115   width: 470px; 
    116   height: 170px; 
    117   margin: 0 1.5em 1em 0; 
    118 } 
    119122#clientFeedBuilder { 
    120123  width: 350px;  
    121   height: 170px; 
     124  height: 180px; 
    122125  margin: 0 0 1em 0; 
    123126} 
    124127#clientPersonal { 
    125128  width: 550px; 
    126   height: 170px; 
     129  height: 180px; 
    127130  margin: 0 1.5em 2em 0; 
    128131} 
    129132div.webclient { 
    130133  float: left; 
    131   margin: 1em; 
     134  margin: 1em 1em 1em 1.5em; 
     135
     136div.webclient2 { 
     137  margin-left: 0; 
    132138} 
    133139div.webclient a.app { 
     
    138144div.webclient img { 
    139145  display: block; 
    140   margin: auto
    141   padding: 0; 
     146  padding: 0
     147  margin: 0; 
    142148  border: 1px solid #ccc; 
    143149}