Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For support, contact your MYOB Exo Employer Services partner. If you get support directly from MYOB, phone 1300 555 110 in Australia, or 0800 696 239 in New Zealand.

 

 

CSS Stylesheet
.contentCell {
    padding: 2px 20px 2px 20px;
/*    background-color: #FFFBFE!important;*/
    min-height:350px;    
/*    border-top: 1px solid #EC0677!important;*/
}
.contentCell:hover {
    border: 1px solid rgba(236, 6, 119, 0.3)!important;     
}
.contentCell .expand-control {
/*    text-align:centre!important;*/
    margin-top:10px;
}
.expand-control {
    text-align: center;
}
.contentCell .expand-control-text {
        font-size:18px!important;
}
.contentCell .expand-content {
/*    margin-left:33%;*/
    padding-bottom:20px;
    width:400px;
/*    margin-left:auto;*/
}
.expand-content {
    padding-left: 10%;
}
.contentCell a {
        font-weight:100!important;
}
.contentCell li>.child {
    margin-left:-25px;
}
.from-layout {display:none;}
.brikit-title {display:none;}
#feedback { display:none;}
.transbox {
	width:80%;
	align:center;
	margin-left: auto; 
	margin-right: auto;
	border: 0px;
	margin-top:70px!important;
}
.transbox input.text {
    height:60px!important;
    vertical-align:middle;
    font-size:20px;
    padding-left:45px;
}
.transbox input.text:focus {
    border:2px solid purple!important;
}
.search-macro-large .search-macro-query .aui-icon {
	height:32px;
	width:32px;
    left: 12px;
	top:12px;
}
.aui-dropdown {display:none;}
.countryContainer {
    padding-top: 30px;
    padding-bottom: 20px;
    width: 100%;
	background-color:#F7F7F7;
}
.australiaPages {
    width: 30%;
	padding-left:20%;
    float: left;
    display:inline-block;
}
.nzPages {
    width:30%;
	padding-right:20%;
    display:inline-block;
}
.contentCell a {
    color: rgb(97,0,165)!important;
}
.contentCell>ul {
    margin-left:10%;
    padding-bottom:15px;
}
.brikit-menu {
	display:none!important;
}

...