-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EmailJournal: Workflow: Vorschlag der passenden Belege
- Loading branch information
Showing
4 changed files
with
222 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
/* E-Mail-Journal */ | ||
.email_journal_details tbody pre { | ||
margin: 0px; | ||
input.record_radio { | ||
visibility:hidden; | ||
position:absolute; | ||
float: left; | ||
} | ||
|
||
.email_journal_details tbody th { | ||
text-align: right; | ||
vertical-align: top; | ||
label.record_radio { | ||
cursor: pointer; | ||
float: left; | ||
overflow: hidden; | ||
width: 200px; | ||
padding: 5px; | ||
margin: 5px; | ||
border-radius: 5px; | ||
border: 1px solid; | ||
text-align: center; | ||
} | ||
|
||
.email_journal_details tbody td { | ||
vertical-align: top; | ||
input.record_radio:checked + label { | ||
background-color: var(--color-lighter); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.