You are viewing an old version of this page. Return to the latest version.
m |
/* Korrektur der Darstellung von Tokens-Input-Feldern */ .inputSpan > .pfTokens > ul, .inputSpan > .pfTokens {
margin: 0 0 0 0!important;
}
table.organisationsprofil-table{ display: block;
padding-top: 20px; padding-bottom: 20px; padding-left: 20px; text-align: left; font-size: 13px; width: 100%; background: white; box-shadow: 2px 2px 5px #DEDEDE, -2px -2px 5px #DEDEDE;
} tr.organisationsprofil-row{
width: 50px; height: 10px;
} tr.organisationsprofil-row > th{ padding-right: 10px; } tr.organisationsprofil-row > td{ padding-right: 10px; } tr.organisationsprofil-row > td + td b{ padding-left: 20px; } tr.organisationsprofil-row > td > div.hw-protokolle-inputbox, tr.organisationsprofil-row > td > div.hw-protokolle-results{ margin-left: 25px; }
/* imagemap hover test */
opacity:0.2;
background-color: yellow;
}
/* Korrektur der Darstellung von Tokens-Input-Feldern */
.inputSpan > .pfTokens > ul, .inputSpan > .pfTokens {
margin: 0 0 0 0!important;
}
table.organisationsprofil-table{
display: block;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
text-align: left;
font-size: 13px;
width: 100%;
background: white;
box-shadow: 2px 2px 5px #DEDEDE, -2px -2px 5px #DEDEDE;
}
tr.organisationsprofil-row{
width: 50px;
height: 10px;
}
tr.organisationsprofil-row > th{
padding-right: 10px;
}
tr.organisationsprofil-row > td{
padding-right: 10px;
}
tr.organisationsprofil-row > td + td b{
padding-left: 20px;
}
tr.organisationsprofil-row > td > div.hw-protokolle-inputbox,
tr.organisationsprofil-row > td > div.hw-protokolle-results{
margin-left: 25px;
}
/* imagemap hover test */
#area:hover {
opacity:0.2;
background-color: yellow;
}
Line 31: | Line 31: | ||
tr.organisationsprofil-row > td > div.hw-protokolle-results{ | tr.organisationsprofil-row > td > div.hw-protokolle-results{ | ||
margin-left: 25px; | margin-left: 25px; | ||
+ | } | ||
+ | |||
+ | /* imagemap hover test */ | ||
+ | #area:hover { | ||
+ | opacity:0.2; | ||
+ | background-color: yellow; | ||
} | } |