kopia lustrzana https://gitlab.com/tomaszg/geostat
CSS update for web interface
rodzic
8bf2411ebd
commit
c1fc61d1cb
16
geo.css
16
geo.css
|
@ -25,10 +25,14 @@ h2 {
|
||||||
color: #48B;
|
color: #48B;
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
.center {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type=number] {
|
||||||
|
width: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
div.basic_stats {
|
div.basic_stats {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
|
@ -199,3 +203,13 @@ dl {
|
||||||
padding: .5rem 1rem;
|
padding: .5rem 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.row {
|
||||||
|
display: flex;
|
||||||
|
width: 900px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column {
|
||||||
|
flex: 50%;
|
||||||
|
}
|
Ładowanie…
Reference in New Issue