Ignore:
Timestamp:
Jan 31, 2009, 10:33:34 AM (15 years ago)
Author:
gav
Message:

Update main layout.
Create and add topBg.png
Basic auth for admin/user adjust BoosStrap? and controllers to match.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/web-app/css/public.css

    r43 r44  
    2424  padding: 0;
    2525  width: 1024px;
    26   text-align: left;
     26}
     27
     28#top {
     29  background: url("../images/topBg.png") no-repeat scroll center;
     30  width: 1020px;
     31  height: 44px;
    2732}
    2833
     
    3742  background: transparent url("../images/logo.png") no-repeat scroll center;
    3843  width: 980px;
    39   height: 200px;
     44  height: 160px;
    4045}
    4146
     
    8388}
    8489
     90/* Login/out and Admin*/
     91
     92.appcontrol {
     93    text-align: right;
     94    padding: 5px 160px 5px 5px
     95}
     96
     97.appcontrolButton {
     98    font-size: 10px;
     99    padding: 5px 5px;
     100}
     101
    85102/* NAVIGATION MENU */
    86103
    87104.nav {
    88 
    89     padding-top: 20px;
    90105    background: url("../images/linkPanel_long.png") top no-repeat;
    91106    /*border: 1px solid #ccc;
     
    94109    width: 650px;
    95110    height: 40px;
    96 }
    97 
    98 .appcontrol {
    99     text-align: right;
    100     padding: 5px 160px 5px 5px
    101 }
    102 
    103 .appcontrolButton {
    104     font-size: 10px;
    105     padding: 5px 5px;
    106111}
    107112
Note: See TracChangeset for help on using the changeset viewer.