Styling the layout and moving parts around

This commit is contained in:
Ismo Vuorinen
2013-06-25 12:03:59 +03:00
parent 956ed1b99a
commit 04efa176b2
3 changed files with 48 additions and 31 deletions

View File

@@ -8,6 +8,18 @@ html {
background-color: #f5f5f5;
}
body {
background-image: url('../images/bg.png');
background-position: center center;
background-attachment: fixed;
background-color: #f9f9f9;
}
.calculator {
background-color: rgba(255, 255, 255, 0.9);
padding: 20px 20px;
}
.calculator {
.inactive {
opacity: 0.5;
@@ -23,6 +35,16 @@ html {
opacity: 0.2;
}
.textcontent {
.nav {
margin-bottom: 0px !important;
}
.tab-content {
padding: 20px 13px !important;
background: #fff;
}
}
.select2-container {
display: block;
.select2-choice {
@@ -148,6 +170,7 @@ input[type=number] {
.map {
height: 300px;
margin-bottom: 20px;
}
footer {