Changeset 36


Ignore:
Timestamp:
Jan 27, 2009, 12:56:36 AM (15 years ago)
Author:
tuxta
Message:

1st update to the style, added wrapper and content to public.css and pointed main.gsp to it. Still have issues with inner content being to wide, work on that next

Location:
trunk/src
Files:
7 added
2 edited

Legend:

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

    r34 r36  
    22    <head>
    33        <title><g:layoutTitle default="gnuMims" /></title>
    4         <link rel="stylesheet" href="${createLinkTo(dir:'css',file:'main.css')}" />
     4        <link rel="stylesheet" href="${createLinkTo(dir:'css',file:'public.css')}" />
    55        <link rel="shortcut icon" href="${createLinkTo(dir:'images',file:'gnuMimsIcon.ico')}" type="image/x-icon" />
    66        <g:layoutHead />
     
    88    </head>
    99    <body>
     10    <div id="wrapper" style="height: 100%;">
     11    <div id="content">
    1012        <div id="spinner" class="spinner" style="display:none;">
    1113            <img src="${createLinkTo(dir:'images',file:'spinner.png')}" alt="Spinner" />
    1214        </div> 
    13         <div class="logo"><img
    14 src="${createLinkTo(dir:'images',file:'gnuMimsLogo.png')}" alt="gnuMims"
    15 /></div>
    16         <g:layoutBody />               
     15        <!-- <div class="logo" style="text-align: center; width: 980px; height: 220px">
     16          <img src="${createLinkTo(dir:'images',file:'logo.png')}"
     17        alt="gnuMims" /></div> -->
     18        <div id="Header">
     19        </div>
     20        <g:layoutBody />
     21    </div>
     22    </div>
    1723    </body>     
    1824</html>
  • trunk/src/web-app/css/main.css

    r17 r36  
    22    margin: 0;
    33    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
     4   
    45}
    56
Note: See TracChangeset for help on using the changeset viewer.