Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Issue #573
  • Loading branch information
rsoika committed Feb 12, 2024
1 parent 9b45b5c commit d7fea68
Show file tree
Hide file tree
Showing 5 changed files with 152 additions and 160 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,63 +3,82 @@ body {
font-size: 0.33cm;
overflow: auto;
}

h1 {
font-size: 1.4em !important;
}
h2,h3,h4 {

h2,
h3,
h4 {
font-size: 1.3em !important;
}

.branding h1 {
font-size: 1.4rem !important;
}

.imixs-form {
margin:0;
margin: 0;
}

.imixs-form .imixs-header {
padding: 0;
margin-bottom: 0;
border:0;
padding: 0;
margin-bottom: 0;
border: 0;
min-height: 0;
}

.imixs-form h1 {
font-size: 1.8em;
margin-bottom: 1.0em;
}

.imixs-form-panel {
border-top: 0px solid #e0e4e7;
padding: 4px 0px;
border-top: 0px solid #e0e4e7;
padding: 4px 0px;
}

.imixs-form-panel h1 {
border-bottom: 1px solid #e0e4e7;
border-bottom: 1px solid #e0e4e7;
}

.imixs-viewentry .content-block {
font-size: inherit;
font-size: inherit;
}

.imixs-header .imixs-subnav {
display: none;
}

.imixs-workitem-chronicle-content table {
.imixs-workitem-chronicle-content table {
width: 100%;
}

#footer {
padding:0;
padding: 0;
border-top: 1px solid #ccc;
}

#footer ul {
text-align: left;
}
text-align: right;
}

#footer a {
display: none;
}
#footer1 ul li , #footer2 ul li {

#footer1 ul li,
#footer2 ul li {
display: inline;
}

#footer1 {
display: none;
}

.imixs-form .imixs-body {
margin-left:10px;
margin-left: 10px;
}


Expand All @@ -69,19 +88,23 @@ h2,h3,h4 {


.marty-userlistinput {
border: none;
padding: 0;
border: none;
padding: 0;
}

/* hide marty widgets */
.imixsLinkWidget, .imixsFileUpload, .marty-workitemlink-inputbox {
.imixsLinkWidget,
.imixsFileUpload,
.marty-workitemlink-inputbox {
display: none;
}

.imixs-action-dms-comment , .imixs-action-dms-remove{
.imixs-action-dms-comment,
.imixs-action-dms-remove {
display: none;

}

/* hide widget lables */
.imixs-no-print {
display: none !important;
Expand All @@ -103,15 +126,15 @@ h2,h3,h4 {
display: none;
}

input[disabled],select[disabled],textarea[disabled] {
input[disabled],
select[disabled],
textarea[disabled] {
background-color: #fefefe;
}


@media print{
.noprint{
display:none;
}
}


@media print {
.noprint {
display: none;
}
}
Loading

0 comments on commit d7fea68

Please sign in to comment.