Changeset 427 for trunk/root/static


Ignore:
Timestamp:
10/07/10 02:29:01 (14 years ago)
Author:
misc
Message:
  • move the date/time to the bottom of the page, so the upper corner is

free to place something else

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/root/static/vote.css

    r262 r427  
    7878/* The ID used in epoll */ 
    7979 
    80 #now { 
    81     font-size: 0.8em; 
    82     padding: 0.4em; 
    83     top: 1em; 
    84     right: 2em; 
    85     position: absolute; 
    86 } 
    87  
    8880#header { 
    8981    background-color:#CCFF99; 
     
    10193 
    10294#footer { 
    103     padding-top: 1em; 
    104     margin-top: 1em; 
     95    bottom: 0em; 
     96    margin-top: 2em; 
     97    width: 100%; 
     98    float: left; 
     99    position: relative; 
     100} 
     101 
     102#now { 
     103    font-size: 0.8em; 
     104    float: left; 
     105    text-align: left; 
     106    position: absolute; 
     107    bottom: 0em; 
     108} 
     109 
     110#catalyst_logo { 
     111    bottom: 1em; 
     112    right: 1em; 
    105113    text-align: right; 
     114    float: right; 
    106115} 
    107116 
Note: See TracChangeset for help on using the changeset viewer.