mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-26 23:46:36 +00:00
Change position of chooseModule
This commit is contained in:
@@ -4,7 +4,7 @@ body {
|
||||
font-family: 'UbuntuRegular';
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: url(images/splash-screen-compressed.png) center top no-repeat #ebebec;
|
||||
background: url(images/splash-screen-compressed-02.png) center top no-repeat #ebebec;
|
||||
}
|
||||
|
||||
|
||||
@@ -53,8 +53,8 @@ body {
|
||||
|
||||
.chooseModule {
|
||||
margin: 0 auto;
|
||||
width: 542px;
|
||||
margin-top: 542px;
|
||||
width: 580px;
|
||||
margin-top: 600px;
|
||||
}
|
||||
|
||||
.chooseModule ul {
|
||||
@@ -68,7 +68,7 @@ body {
|
||||
|
||||
.chooseModule a {
|
||||
background: url(images/btn-cta-orangeleft.png) center top repeat-x;
|
||||
padding: 6px;
|
||||
padding: 5px;
|
||||
color: #fff;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
|
||||
Reference in New Issue
Block a user