Files
Sistema Daemon 0aee8d34f1 Sistema Daemon (Bug fix) (#5863)
* Create Correction File Daemon.html

* Update Correction File Daemon.html

* Update Correction File Daemon.html

* Update Daemon.html

* Update Daemon.css
2020-02-17 13:38:03 -06:00

53 lines
833 B
CSS

.charsheet {background: #F8F8FF;}
}
.charsheet td {
padding-right: 1em;
}
.charsheet input[type=text], .charsheet input[type=number], .charsheet input[button] {
padding-left: 2px;
border: 2px solid #333333;
margin-top: 1px;
font-weight:bold;
color: black
}
.charsheet table {
margin-bottom: 0.5em;
}
.sheet-formblock {
width: 22em;
margin-bottom: 1em;
}
.charsheet textarea {
width: 283%;
max-width: 283%;
min-width: 283%;
resize: vertical;
overflow-y: auto;
min-height: 5em;
border: 4px solid black;
font-weight:bold;
}
.container {
width: 280px;
}
.container, {
display:inline-block;
vertical-align: center;
position: absolute;
}
.sheet-rolltemplate-default {
width:100%;
background-color:white;
border:2px solid rgba(112,32,130,1)
}