FSN#35141 Notities/Tracking centraler in beeld

svn path=/Website/trunk/; revision=28829
This commit is contained in:
Jos Groot Lipman
2016-04-11 09:47:16 +00:00
parent f25dcffc3d
commit bfd2d2dca5
5 changed files with 265 additions and 171 deletions

View File

@@ -1165,6 +1165,13 @@ img.kenmerk {
display:block;
}
div.profile { /* nog niet ideaal zo */
position: absolute;
margin-top: 32px;
margin-left: 88%;
opacity: 0.8;
filter: alpha(opacity=80);
}
img.profile {
border-radius: 2px;
}
@@ -1269,13 +1276,13 @@ label.cadselect:hover,
opacity: 0.5;
background-image: none;
font-style: italic;
}
#r_objs_button:disabled:hover
{
background-color: ==buttonbackgroundcolor==;
}
}
.fldr_objs, .fldr_objs:focus{
background: none;
@@ -1295,26 +1302,34 @@ div#edit {
/* padding: 30px 10px 0 2px; */
}
.mldhandlinghead {
div.mldhandlinghead {
margin-top: 10px;
border-bottom: 1px solid #ddd;
filter: alpha(opacity=70);
opacity: 0.7;
}
.mldhandlingdiv {
.mldhandlingdiv, .mldhandlingdiv td {
background-color: #fefefe;
line-height: 1.6em;
line-height: 1.6em !important;
}
.mldhandlingdiv .system::before {
content: url(../appl/Pictures/info.png);
}
.mldhandlingdiv .system {
filter: alpha(opacity=60);
opacity: 0.6;
xpadding-left:1em;
}
.mldhandlingul li textarea#note {
.mldhandlingul li textarea#note {
vertical-align: top;
}
.mldhtime {
filter: alpha(opacity=50);
opacity: 0.5;
color: #808080;
font-size: 0.7em;
text-align: center;
padding-top: 4px!important;
text-align: left;
padding-top: 4px !important;
width: 42px;
}
.mldnoteedit {
filter: alpha(opacity=100);
@@ -1330,9 +1345,20 @@ div#edit {
}
.mldhandlingnote {
}
.note_fe_hidden {
font-style: italic;
}
.note_fe_hidden::before {
content: url(../appl/Pictures/locked.png);
margin-left: -20px;
margin-right: 4px;
}
.note_fe_visible {
}
/* headerstyles, usually to be overruled */
#header
{
@@ -1550,7 +1576,8 @@ span.expired2 {
background-color: #F1DCF6;
}
.pending td {
background-color: #C1FFDD;
background-color: #FFFFE1;
color: #000;
}
.unsolved td {
background-color: #E4E8F8;
@@ -1596,14 +1623,12 @@ tr.resV td {
tr.updated td {
background-color: #FDFF3F;
font-weight: 700;
color: ==textcolor==;
filter: alpha(opacity=100);
opacity: 1.0;
}
tr.updated10 td {
background-color: #FDFF73;
font-weight: 600;
background-color: #FFFFE1;
color: ==textcolor==;
filter: alpha(opacity=100);
opacity: 1.0;
@@ -3425,12 +3450,6 @@ td.selectable {
text-align: left;
padding: 2px 5px 4px 5px;
}
.xFormHeaderFONT {
font-weight: bold;
color: #ffffff;
text-decoration: none;
padding: 3px;
}
.FieldCaptionTD {
color:#ccc;
vertical-align: middle;
@@ -3914,4 +3933,9 @@ td.kpidetails {
}
.kpioms {
min-width: 300px;
}
}
/* toaster stuff */
.jq-icon-info { background-color: #31708f; color: #d9edf7; border-color: #bce8f1; }
.jq-icon-warning { background-color: #8a6d3b; color: #fcf8e3; border-color: #faebcc; }
.jq-icon-error { background-color: #a94442; color: #f2dede; border-color: #ebccd1; }
.jq-icon-success { background-color: ==blockheaderbackgroundcolor==; color: ==blockheadercolor==; border-color: #ebccd1; }