|
@@ -198,20 +198,25 @@ table.no-background tr {
|
|
|
/* Footer */
|
|
|
|
|
|
#footer {
|
|
|
- opacity: 0.18;
|
|
|
margin-top: 20px;
|
|
|
}
|
|
|
#footer .line {
|
|
|
+ opacity: 0.18;
|
|
|
widht:100%;
|
|
|
border-bottom: 1px solid black;
|
|
|
}
|
|
|
#footer .duck {
|
|
|
+ opacity: 0.18;
|
|
|
background-image: url('../img/coin.svg');
|
|
|
background-size: auto 50%;
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center top;
|
|
|
height:50px;
|
|
|
}
|
|
|
+.licence-sentence {
|
|
|
+ opacity: 0.5;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
|
|
|
|
|
|
/* Invoices */
|
|
@@ -344,11 +349,11 @@ tr.inactive {
|
|
|
}
|
|
|
|
|
|
form .helptext {
|
|
|
- position: relative;
|
|
|
- top: -1em;
|
|
|
- margin: 0em 1em 0em 1em;
|
|
|
- font-style: italic;
|
|
|
- font-size: small;
|
|
|
+ position: relative;
|
|
|
+ top: -1em;
|
|
|
+ margin: 0em 1em 0em 1em;
|
|
|
+ font-style: italic;
|
|
|
+ font-size: small;
|
|
|
}
|
|
|
|
|
|
/* Feeds */
|
|
@@ -391,8 +396,8 @@ form .helptext {
|
|
|
}
|
|
|
|
|
|
.message.success {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #20BA44;
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #20BA44;
|
|
|
}
|
|
|
|
|
|
.message.warning {
|
|
@@ -403,7 +408,7 @@ form .helptext {
|
|
|
}
|
|
|
|
|
|
.eat-up {
|
|
|
- margin-top: -1.5em;
|
|
|
+ margin-top: -1.5em;
|
|
|
}
|
|
|
.message.success:before {
|
|
|
content: "✔ ";
|
|
@@ -418,7 +423,7 @@ form .helptext {
|
|
|
/* List filters links */
|
|
|
|
|
|
.list-filter {
|
|
|
- text-align: right;
|
|
|
+ text-align: right;
|
|
|
}
|
|
|
|
|
|
/* Registration */
|