Changeset 68 for trunk/root/static


Ignore:
Timestamp:
03/18/09 00:37:34 (15 years ago)
Author:
delcambre
Message:
  • Update graphic first page
File:
1 edited

Legend:

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

    r54 r68  
    66td { 
    77    padding: 4px; 
     8} 
     9 
     10h1 { 
     11        border-bottom:1px solid #E3AB2C; 
     12        color:#000000; 
     13        margin-left:50px; 
     14        text-align:left; 
     15        width:500px; 
     16        font-size:18px; 
     17} 
     18 
     19a { 
     20        color:#3344FF; 
     21        font-weight:bold; 
    822} 
    923 
     
    92106#admin_login {} 
    93107 
    94 #open_poll {} 
     108#global_poll { 
     109    margin-left:30px; 
     110} 
    95111 
    96 #comming_poll {} 
     112#open_poll { 
     113    color:#E3AB2C; 
     114} 
    97115 
    98 #closed_poll {} 
     116#comming_poll { 
     117    color:#E3AB2C; 
     118} 
     119 
     120#closed_poll { 
     121    color:#E3AB2C; 
     122} 
    99123 
    100124#ballot_list {} 
Note: See TracChangeset for help on using the changeset viewer.