Changeset 43


Ignore:
Timestamp:
Jan 30, 2009, 12:18:06 AM (15 years ago)
Author:
tuxta
Message:

1st gui draft complete, added the bottom section to the content area

File:
1 edited

Legend:

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

    r41 r43  
    7979.body {
    8080    padding: 0px 20px 20px;
    81     background: url("images/Contentbg.png") repeat-y scroll center;
     81    background: url("../images/Contentbg.png") repeat-y scroll center;
    8282    height: 100%;
    8383}
     
    8787.nav {
    8888
    89     padding-top: 7px;
    90     background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    91     border: 1px solid #ccc;
    92     border-style: solid none solid none;
    93     padding: 5px 0px 5px 0px;
    94     max-width: 957px;
     89    padding-top: 20px;
     90    background: url("../images/linkPanel_long.png") top no-repeat;
     91    /*border: 1px solid #ccc;
     92    border-style: solid none solid none;*/
     93    padding: 15px 20px 15px 20px;
     94    width: 650px;
     95    height: 40px;
    9596}
    9697
Note: See TracChangeset for help on using the changeset viewer.