2014-05-20 11:23:45 +00:00
/ * *
2014-05-20 11:33:11 +00:00
* Created by Stefan Herndler .
* User : Stefan
2020-11-01 05:41:22 +00:00
* Created-Date : 15 . 05 . 14
* Created-Time : 16 : 21
2014-05-20 11:33:11 +00:00
* Since : 1 . 0
2020-11-19 14:03:48 +00:00
* Version : 2 . 1 . 2
*
2020-11-20 05:40:03 +00:00
* Last modified : 2020-11-20T0620 + 0100
2014-05-20 11:23:45 +00:00
* /
2020-11-01 05:41:22 +00:00
/ * MCI Footnotes logo
*
* The classes with 'heading' fix display in dashboard
* See class / config . php and css / public . css
* /
. postbox-header {
position : relative ;
padding : 0 20px ;
}
. footnotes_logo_heading {
display : inline-block ;
float : left ;
position : absolute ;
}
. footnotes_logo_part1_heading {
left : 20px ;
}
. footnotes_logo_part2_heading {
left : 51px ;
}
. footnotes_heart_heading {
color : # ff6d3b ;
font-weight : bold ;
position : absolute ;
left : 96px ;
}
2020-11-19 14:03:48 +00:00
/ *
On User Request : limited to a number of IDs to not affect all dashboards
< https : / / wordpress . org / support / topic / all-input-have-width-80 / >
* /
# footnote_inputfield_placeholder_start_user_defined ,
# footnote_inputfield_placeholder_end_user_defined ,
# footnote_inputfield_readon_label ,
# footnote_inputfield_references_label ,
# footnote_inputfield_custom_css
/*input[type=text], input[type=password], textarea, select*/ {
2020-11-01 05:41:22 +00:00
padding-left : 8px ! important ;
padding-right : 8px ! important ;
width : 80 % ! important ;
2014-09-14 20:32:59 +00:00
}
textarea {
2020-11-01 05:41:22 +00:00
height : 250px ;
2014-05-21 18:33:26 +00:00
}
label {
2020-11-01 05:41:22 +00:00
display : inline-block ;
2014-05-21 18:33:26 +00:00
}
. postbox > h3 {
2020-11-01 05:41:22 +00:00
height : 32px ! important ;
line-height : 32px ! important ;
2014-05-21 18:33:26 +00:00
}
. postbox > h3 > span {
2020-11-01 05:41:22 +00:00
padding-left : 10px ;
2014-05-20 11:23:45 +00:00
}
2014-05-20 11:33:11 +00:00
2014-09-14 20:32:59 +00:00
. postbox > . inside > table {
2020-11-01 05:41:22 +00:00
border : none ! important ;
2014-05-20 11:23:45 +00:00
}
2014-05-20 11:33:11 +00:00
2014-09-14 20:32:59 +00:00
. postbox > . inside > table > tbody > tr > td : first-child {
2020-11-01 05:41:22 +00:00
width : 15 % ! important ;
font-weight : bold ! important ;
2014-05-20 11:23:45 +00:00
}
. footnote_placeholder_box_container {
2014-05-21 18:33:26 +00:00
text-align : center ! important ;
2014-05-20 11:23:45 +00:00
}
span . footnote_highlight_placeholder {
2014-05-21 18:33:26 +00:00
font-weight : bold ! important ;
padding-left : 8px ! important ;
padding-right : 8px ! important ;
2014-05-20 11:33:11 +00:00
}
. footnote_placeholder_box_example {
2014-05-21 18:33:26 +00:00
border : 2px solid # 2bb975 ! important ;
border-radius : 4px ! important ;
padding-top : 16px ! important ;
padding-bottom : 16px ! important ;
width : 50 % ! important ;
display : block ! important ;
margin : 20px auto ! important ;
2020-11-01 05:41:22 +00:00
text-align : center ! important ;
}
2020-11-19 14:03:48 +00:00
/ *
initialized from style attributes in templates
IE doesn ’ t support nth child , but these are not critical
* /
. expert-lookup tr th : first-child ,
. expert-lookup tr td : first-child {
2020-11-20 05:40:03 +00:00
width : 170px ! important ;
2020-11-19 14:03:48 +00:00
}
. expert-lookup tr th : nth-child ( 2 ) ,
. expert-lookup tr td : nth-child ( 2 ) {
2020-11-20 05:40:03 +00:00
width : 65px ! important ;
2020-11-19 14:03:48 +00:00
}
. expert-lookup tr th : nth-child ( 3 ) ,
. expert-lookup tr td : nth-child ( 3 ) {
2020-11-20 05:40:03 +00:00
width : 200px ! important ;
2020-11-19 14:03:48 +00:00
}
. expert-lookup tr td : nth-child ( 3 ) input {
2020-11-20 05:40:03 +00:00
width : 190px ;
2020-11-19 14:03:48 +00:00
}
. expert-lookup tr th : last-child ,
. expert-lookup tr td : last-child {
2020-11-20 05:40:03 +00:00
white-space : nowrap ;
2020-11-19 14:03:48 +00:00
}
. footnotes-description {
2020-11-20 05:40:03 +00:00
padding : 0 10 % ;
2020-11-19 14:03:48 +00:00
}
. footnotes-description p {
2020-11-20 05:40:03 +00:00
font-size : 1 . 4em ;
font-style : italic ;
2020-11-19 14:03:48 +00:00
}