- Timestamp:
- Apr 9, 2009, 3:38:23 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/application.properties
r108 r110 1 1 #utf-8 2 # Sun Apr 05 16:03:34EST 20092 #Thu Apr 09 00:43:51 EST 2009 3 3 plugins.help-balloons=1.2 4 4 app.version= -
trunk/grails-app/views/appCore/home.gsp
r85 r110 12 12 </div> 13 13 <div class="body"> 14 <h1></h1> 14 15 <g:if test="${flash.message}"> 15 16 <div class="message">${flash.message}</div> -
trunk/grails-app/views/appCore/manager.gsp
r91 r110 13 13 <div class="body"> 14 14 <h1>Welcome to Manager</h1> 15 15 <g:if test="${flash.message}"> 16 <div class="message">${flash.message}</div> 17 </g:if> 16 18 </div> 17 19 </body> -
trunk/grails-app/views/layouts/main.gsp
r106 r110 24 24 <g:render template="/adminmenubar" /> 25 25 </div> 26 <!-- Body wrapper div for IE --> 27 <div style="text-align: center; width: 980px"> 26 28 27 <g:layoutBody /> 29 </div><!--IE wrapper--> 28 30 29 </div><!--content--> 31 30 <div id="bottom"> -
trunk/grails-app/views/taskDetailed/list.gsp
r106 r110 1 2 3 1 <html> 4 2 <head> … … 15 13 <h1>Task List</h1> 16 14 <g:if test="${flash.message}"> 17 <div class="message">${flash.message}</div>15 <div class="message">${flash.message}</div> 18 16 </g:if> 19 17 <div class="list"> -
trunk/web-app/css/main.css
r106 r110 93 93 94 94 .body { 95 padding: 0px 20px 20px; 96 background: url("../images/Contentbg.png") repeat-y scroll center; 97 /* height: 100%; */ 95 padding: 20px 20px 20px 20px; 96 text-align: center; 98 97 } 99 98 … … 262 261 263 262 .paginateButtons { 263 width: 940px; 264 264 background: #fff url(../images/skin/shadow.jpg) bottom repeat-x; 265 265 border: 1px solid #ccc;
Note: See TracChangeset
for help on using the changeset viewer.