Changeset 1578
- Timestamp:
- Feb 28, 2011, 6:47:26 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/common/_info.gsp
r1554 r1578 12 12 <td>Grails version</td> 13 13 <td>: <g:meta name="app.grails.version"></g:meta></td> 14 </tr>15 <tr>16 <td>Groovy version</td>17 <td>: ${org.codehaus.groovy.runtime.InvokerHelper.getVersion()}</td>18 </tr>19 <tr>20 <td>JVM version</td>21 <td>: ${System.getProperty('java.version')}</td>22 14 </tr> 23 15 <tr> -
trunk/web-app/css/default_style.css
r1575 r1578 3 3 padding: 0; 4 4 font: 10px normal Arial, Helvetica, sans-serif; 5 background: #fff url(../images/default_style/body_bg .gif) repeat-x;5 background: #fff url(../images/default_style/body_bg_95px.gif) repeat-x; 6 6 } 7 7 … … 36 36 /** START :: header **/ 37 37 #header { 38 background: url(../images/default_style/header .png) no-repeat center top;39 padding-top: 120px;38 background: url(../images/default_style/header_60px.png) no-repeat center top; 39 padding-top: 60px; 40 40 } 41 41 … … 44 44 vertical-align: top; 45 45 align: right; 46 width: 400px;47 margin: - 140px 0px 0px 550px;46 width: 240px; 47 margin: -83px 0px 0px -235px; 48 48 display: inline-block; 49 49 zoom: 1; /* IE 6 & 7 hack */ … … 51 51 background-color: #666; 52 52 border: 1px dotted red; 53 filter:alpha(opacity=80); 54 opacity: 0.8; 53 filter:alpha(opacity=70); 54 opacity: 0.7; 55 z-index: 1000; 55 56 } 56 57 … … 61 62 #header .buildinfo td { 62 63 padding: 0px; 64 font: 9px normal Arial, Helvetica, sans-serif; 63 65 } 64 66
Note: See TracChangeset
for help on using the changeset viewer.