Changeset 41


Ignore:
Timestamp:
Jan 29, 2009, 10:38:18 PM (15 years ago)
Author:
tuxta
Message:

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

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/grails-app/views/layouts/main.gsp

    r40 r41  
    99    <body>
    1010    <div id="wrapper" style="height: 100%;">
    11     <div id="content">
     11    <div id="content" align="center">
    1212        <div id="spinner" class="spinner" style="display:none;">
    1313            <img src="${createLinkTo(dir:'images',file:'spinner.png')}" alt="Spinner" />
  • trunk/src/web-app/css/public.css

    r40 r41  
    8686
    8787.nav {
     88
    8889    padding-top: 7px;
    89     /*background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;*/
    90     /*border: 1px solid #ccc;*/
    91     /*border-style: solid none solid none; */
    92     margin-top: 5px;
    93     text-align: center;
    94     /* padding: 7px 12px; */
     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;
    9595}
    9696
     
    105105}
    106106
    107 .nav a{
     107/*.nav a{
    108108    background: url("../images/linkPanel.png") no-repeat top;
    109109    display: inline-block;
    110110    width: 140px;
    111111    height: 40px;
    112     /*text-decoration: none;*/
    113 }
     112    text-decoration: none;
     113}*/
    114114
    115115.menuButton {
Note: See TracChangeset for help on using the changeset viewer.