Preguntas y respuestas funcionando para médicos

This commit is contained in:
Roberto Orden Erena
2019-12-24 18:36:41 +01:00
parent 000e2a8721
commit a35d7fe7fe
23 changed files with 647 additions and 163 deletions

View File

@@ -1,4 +1,4 @@
BODY {
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
@@ -36,4 +36,9 @@ ul.ui-menu-list {
.red-button.ui-button.ui-state-default:enabled:hover, .red-button.ui-button.ui-state-default:focus {
background-color: #d43f3a;
border-color: #d9534f;
}
.ui-orderlist .ui-orderlist-list {
height: 70vh !important;
width: 25vw !important;
}