improved origine.css (#3795)

This commit is contained in:
maTh
2021-08-28 21:29:15 +02:00
committed by GitHub
parent 6304c56b60
commit b83f0887cc
2 changed files with 18 additions and 2 deletions

View File

@@ -90,13 +90,14 @@ form th {
/*===============*/
/*=== Forms */
.form-group.form-actions {
margin-bottom: 40px;
padding: 5px 0;
background: #f4f4f4;
border-top: 1px solid #ddd;
}
.form-group.form-actions .btn {
margin: 0 10px;
margin: 0 20px 0 0;
}
.form-group .group-name {
@@ -1195,6 +1196,13 @@ a.btn {
width: 400px;
}
.form-group.form-actions {
margin-left: -15px;
margin-right: -15px;
padding-left: 15px;
padding-right: 15px;
}
.day .name {
font-size: 1.1rem;
text-shadow: none;

View File

@@ -90,13 +90,14 @@ form th {
/*===============*/
/*=== Forms */
.form-group.form-actions {
margin-bottom: 40px;
padding: 5px 0;
background: #f4f4f4;
border-top: 1px solid #ddd;
}
.form-group.form-actions .btn {
margin: 0 10px;
margin: 0 20px 0 0;
}
.form-group .group-name {
@@ -1195,6 +1196,13 @@ a.btn {
width: 400px;
}
.form-group.form-actions {
margin-left: -15px;
margin-right: -15px;
padding-left: 15px;
padding-right: 15px;
}
.day .name {
font-size: 1.1rem;
text-shadow: none;