mirror of
https://github.com/Ekokumppanit/Lentolaskuri.git
synced 2026-02-15 23:47:41 +00:00
Styling the layout and moving parts around
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user