FSN#36580 Vervolg op FSN#35474. Codes in show mode zichtbaar en ondersteuning op mobiel

svn path=/Website/trunk/; revision=30664
This commit is contained in:
Erik Groener
2016-09-09 10:11:06 +00:00
parent 09f07dd78f
commit 6fec38ad0c
2 changed files with 17 additions and 1 deletions

View File

@@ -214,6 +214,22 @@ div.subheader {
font-weight: bold;
}
/* For internal styling within textarea's */
.fclthtml {
line-height: 1.5em;
}
.fclthtml table, .fclthtml td, .fclthtml th {
border-collapse: collapse;
border: solid 1px #888;
}
.fclthtml th {
background-color: #999;
}
.fclthtml td {
filter: alpha(opacity=80);
opacity: 0.8;
}
/* reserveringsinfoschermpje */
.resruimte {
text-align: center;

View File

@@ -570,7 +570,7 @@ else
PAGE_START({id: "ins-2-"+ins_key})
HEADER({title: srtcontrole_oms, back: false, nohome: true}) ;
CONTENT_START();
ROFIELD("fld", "", srtcontrole_info, {multi: true});
ROFIELD("fclthtml", "", srtcontrole_info, {multi: true});
CONTENT_END();
PAGE_END();
%>