mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
- Fix layout
This commit is contained in:
parent
15e03c690f
commit
f1c9c95ed5
@ -102,9 +102,6 @@ div#headerButtons activelink a, div#headerButtons activelink a:hover {
|
|||||||
#footer {
|
#footer {
|
||||||
border-top: 1px black solid;
|
border-top: 1px black solid;
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
|
|
||||||
@import "pageHeaders.css";
|
@import "pageHeaders.css";
|
||||||
|
|
||||||
|
html, body {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
div#register {
|
div#register {
|
||||||
margin: 40px auto;
|
margin: 40px auto;
|
||||||
@ -30,7 +33,7 @@ div.pageBodyContent ol li {
|
|||||||
|
|
||||||
|
|
||||||
div.pageBody {
|
div.pageBody {
|
||||||
min-height: 500px;
|
min-height: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.pageBodyContent {
|
div.pageBodyContent {
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
<%@page pageEncoding="UTF-8" %>
|
<%@page pageEncoding="UTF-8" %>
|
||||||
<%@include file="/jsp/init.jsp" %>
|
<%@include file="/jsp/init.jsp" %>
|
||||||
|
|
||||||
<div>
|
<div class="fform">
|
||||||
<div class="fform">
|
|
||||||
|
|
||||||
<h1><spring:message code="USER_REGISTRATION"/></h1>
|
<h1><spring:message code="USER_REGISTRATION"/></h1>
|
||||||
|
|
||||||
@ -39,7 +38,8 @@
|
|||||||
<div>
|
<div>
|
||||||
<p>
|
<p>
|
||||||
<spring:message code="TERM_OF_THE_SERVICE"/>
|
<spring:message code="TERM_OF_THE_SERVICE"/>
|
||||||
<spring:message code="WISEMAPPING_ACCOUNT_MESSAGE"/> <a href="c/termsOfUse" target="_blank"><spring:message
|
<spring:message code="WISEMAPPING_ACCOUNT_MESSAGE"/> <a href="c/termsOfUse"
|
||||||
|
target="_blank"><spring:message
|
||||||
code="HERE"/></a>.
|
code="HERE"/></a>.
|
||||||
<spring:message code="REGISTRATION_CLICK_ADVICE"/>
|
<spring:message code="REGISTRATION_CLICK_ADVICE"/>
|
||||||
</p>
|
</p>
|
||||||
@ -51,7 +51,6 @@
|
|||||||
<input type="button" value="<spring:message code="CANCEL"/>"
|
<input type="button" value="<spring:message code="CANCEL"/>"
|
||||||
onclick="window.location='c/<c:url value="maps/"/>'" class="btn">
|
onclick="window.location='c/<c:url value="maps/"/>'" class="btn">
|
||||||
</form:form>
|
</form:form>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user