salix/print/templates/reports/credit-request/assets/css/style.css

64 lines
706 B
CSS
Raw Permalink Normal View History

2021-07-19 08:16:15 +00:00
.wide {
width: 900px !important
}
.content {
position: absolute;
margin-top: -200px;
height: 400px;
top: 50%
}
p {
font-size: 1.2em;
margin: 0
}
td > span {
width: 100%;
}
.green-background {
color: white;
background-color: #8dba25;
height: 2em;
line-height: 2em;
padding-left: 0.5em;
}
.info-panel td, .info-panel th {
2024-04-03 05:23:36 +00:00
padding: 1%;
2021-07-19 08:16:15 +00:00
}
.info-panel {
margin-bottom: 5em;
}
table {
width: 100%;
2024-04-03 05:23:36 +00:00
text-align: end;
2021-07-19 08:16:15 +00:00
}
th {
2024-04-03 05:23:36 +00:00
width: 20%;
2021-07-19 08:16:15 +00:00
}
td {
2024-04-03 05:23:36 +00:00
width: 10%;
2021-07-19 08:16:15 +00:00
}
.field {
2024-04-03 05:23:36 +00:00
width: 100%;
float: none;
2024-03-22 14:00:30 +00:00
}
2024-04-03 05:23:36 +00:00
th > input {
float: none;
border: 0;
background-color: rgb(236, 236, 236);
width: 100%;
height: 3em;
2024-03-22 14:00:30 +00:00
}
2024-04-03 05:23:36 +00:00