Changeset 158

Show
Ignore:
Timestamp:
02/14/06 14:54:49
Author:
johnsa
Message:

debugging clock widget styles for internet explorer. Still needs some work.

Files:

Legend:

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

    r156 r158  
    44  margin: 0em; 
    55  font-family: Arial, Helvetica, sans-serif; 
     6  font-size: 100%; 
    67} 
    78#header { 
  • trunk/calendar3/deployment/webadmin/webapp/resources/default/default/default.xsl

    r156 r158  
    900900          select time 
    901901        </div> 
     902        <div id="bwClockCloseText"> 
     903          close 
     904        </div> 
    902905        <div id="bwClockCloseButton"> 
    903           close <a href="javascript:bwClockClose();">X</a> 
     906          <a href="javascript:bwClockClose();">X</a> 
    904907        </div> 
    905908      </div> 
  • trunk/calendar3/deployment/webadmin/webapp/resources/resources/bwClock.css

    r156 r158  
    11#bwClock { 
    22  position: absolute; 
    3   left: 40px; 
    4   z-index: +1; 
    5   text-align: center; 
     3  z-index: +1000; 
    64} 
    75#bwClockClock { 
     6  position: absolute; 
    87  width: 380px; 
    98  height: 380px; 
    109  padding: 2px; 
    1110  margin: 0 auto; 
    12   vertical-align: middle; 
    1311} 
    1412#bwClockCover { 
     
    1715  position: absolute; 
    1816  top: 130px; 
    19   left: 360px; 
    20   height: 24px; 
     17  left: 355px; 
     18  height: 21px; 
    2119  width: 12px; 
    2220  color: white; 
     
    2624  position: absolute; 
    2725  top: 130px; 
    28   left: 360px; 
     26  left: 350px; 
    2927  z-index: -1; 
    3028  width: 180px; 
     29  text-align: center; 
    3130  color: black; 
    3231  background-color: #ffe; 
     
    5655  padding: 0; 
    5756} 
    58 #bwClockCloseButton { 
     57#bwClockCloseText { 
     58  position: absolute; 
     59  bottom: 5px; 
     60  right: 28px; 
     61  margin: 0; 
     62
     63#bwClockCloseButton a { 
    5964  position: absolute; 
    6065  bottom: 5px; 
    6166  right: 5px; 
    6267  display: block; 
    63   margin: 0; 
    64   padding:0 ; 
    65 } 
    66 #bwClockCloseButton a { 
    6768  font-family: Arial, Helvetica, sans-serif; 
    68   font-size: 1em
     69  font-size: 10px
    6970  border: 1px solid #333; 
    7071  margin: 0;