Changeset 58 for Dev/trunk/css


Ignore:
Timestamp:
07/27/11 15:01:07 (14 years ago)
Author:
fpvanagthoven
Message:

mainmenu.php tweaked for usability. When not logged in, the user gets redirected to index.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/css/style.css

    r53 r58  
    9797}
    9898
    99 #menu {
    100     width: 20em;
    101     margin: auto;
    102     padding: 3em;
    103     text-align: center;
    104     background-color: #E3E3E3;
    105     -moz-border-radius: 15px;
    106     border-radius: 15px;
    107 }
     99
    108100
    109101/* ##################################################################
     
    251243   ===================== STYLESHEET OF GLORY ======================== */
    252244
    253 #surveysToLoad {
    254     width: 20em;
     245.menu {
     246    width: 30em;
     247    margin: 1em auto 0 auto;
     248    padding: 2em;
     249    text-align: center;
     250    background-color: #E3E3E3;
     251    -moz-border-radius: 15px;
     252    border-radius: 15px;
     253}
     254
     255.menuButtons {
     256    float: left;
     257}
     258
     259.toLoad {
     260    width: 23em;
    255261    height: 10em;
    256262}
Note: See TracChangeset for help on using the changeset viewer.