/*
    This file contains css for the new page sub header
 */



#atlas .page-sub-header {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

#atlas .page-sub-header .page-sub-header-inner {
    table-layout: auto;
}

#atlas .page-sub-header .page-sub-header-inner > .header-image {
    width: 1px;
    text-align: center;
    vertical-align: top;
}

#atlas .page-sub-header .page-sub-header-inner > .header-main {
    text-align: left;
    vertical-align: top;
}


#atlas .page-sub-header .page-sub-header-inner > .header-image + .header-main {
    padding-left: 10px;
}

#atlas .page-sub-header .page-sub-header-inner > .header-secondary {
    text-align: right;
    vertical-align: top;
}

#atlas .page-sub-header .user-avatar-wrap {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 3.05px; /* make sure the background color never interfere with the real avatar img */
}

#atlas .page-sub-header .user-avatar-wrap > a {
    border-radius: 3px;
    display: inline-block;
    padding: 0;
    width: 48px;
    height: 48px;
}

#atlas .page-sub-header .commit-extra .aui-icon {
    color: #707070;
}

#atlas .page-sub-header .commit-extra {
    text-align: left;
    float: right;
}

#atlas .page-sub-header .commit-extra .expandable-list-wrap {
    padding-left: 3px;
}

#atlas .page-sub-header .commit-extra > div {
    white-space: nowrap;
}

#atlas .page-sub-header .commit-info > div {
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
}

#atlas .page-sub-header .commit-info > div.committer {
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#atlas .page-sub-header .commit-info > div.changeset {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#atlas .page-sub-header .commit-info > div + div {
    padding-left: 5px;
}

#atlas header.aui-page-header h1.fecru-repo > a {
    color: #333;
    text-decoration: none;
}


#atlas .page-sub-header .commit-message .message-short br {
    display: none;
}

#atlas .page-sub-header .commit-message .message-short {
    word-break: break-all;
}

#atlas .page-sub-header .commit-message .message-short * {
    display: inline;
}

#atlas .page-sub-header .commit-message .message-short .more-comment {
    display: inline-block;
}

#atlas .page-sub-header .commit-message .message-long,
#atlas .page-sub-header .commit-message.comment-visible .message-short
{
    display: none;
}

#atlas .page-sub-header .commit-message.comment-visible .message-long,
#atlas .page-sub-header .commit-message .message-short
{
    display: block;
}

/* the commit extra information at the right hand side */
#atlas .page-sub-header .commit-extra a,
ul.expandable-list-dropdown-content > li > a {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
    vertical-align: middle;
}


ul.expandable-list-dropdown-content > li > a {
    width: 100%;
}

#atlas .expandable-list-wrap {
    display: inline-block;
}

#atlas .expandable-list-wrap ul.expandable-list-dropdown-content {
    display: none;
}

#inline-dialog-more-changeset-branches .expandable-list-dropdown-content {
    max-height: 500px;
    overflow: auto;
}

ul.expandable-list-dropdown-content {
    padding: 10px;
}

/*@2ADG this need to be overwritten in order to have the grey arrow for the page navigation*/
#atlas .aui-navgroup-horizontal .aui-nav>.aui-nav-selected a:after {
    border-bottom-color: #f5f5f5;
}

#atlas .sub-header-messages .aui-message {
    margin: 0 10px 10px 10px;
}

#atlas .sub-header-messages .aui-message:first-child {
    margin-top: 10px;
}

#atlas .page-sub-header.sub-header-placeholder {
    padding: 0;
    padding-bottom: 10px;
}

#atlas .aui-page-header-inner .breadcrumbs {
    line-height: 1.5;
}

/*a bit odd but we need to give the plugin content a bit style*/
#atlas .changeset-page .page-sub-header .web-panel * {
    display: inline-block;
    margin-right: 3px;
}/*[{!style_pageheader_css_jb9341k!}]*/