[All Adaptavist Apps]

Page tree

In v2.7 (maybe 2.6, unsure), Atlassian made some styling changes to the {recently-updated} macro, to show user pics, etc. I like the new style.

Unfortunately (at least until Builder v3.1.1 is out), the CSS for this is missing. So, here you go.. copy this into your custom css tab, and you'll be good to go.

Chris

.recentlyUpdatedItem {
	border-bottom: #f0f0f0 1px solid;
	border-top: #f0f0f0 1px solid;
	margin: 10px 0 0 0;
	padding: 0px;
	border-spacing: 0px;
	width: 100%;
    text-decoration: none;
    border-collapse: collapse;
}

.recentlyUpdatedItem td {
    padding: 10px;
    border-bottom: #f0f0f0 1px solid;
    vertical-align: top;
}

.recentlyUpdatedItem .authorAndDate {
	background-color: #f0f0f0;
	width: 25%;
}

.recentlyUpdatedItem .date {
    margin-top: 4px;
    font-size: 90%;
    color: #666;
}

.recentlyUpdatedItem .profilePic {
    float: right;
    background-color: #f0f0f0;
    margin: 0 2px;
}

.recentlyUpdatedItem .twixie {
    padding: 10px 0 0 4px;
}

.recentlyUpdatedItem .icon {
    padding: 8px 0 0 1px;
}

.recentlyUpdatedItem .details {
    padding-left: 7px;
}

.recentlyUpdatedItem .summary, .recentlyUpdatedItem .thumbnail {
    margin-top: 3px;
    color: #666666;
}

.moreRecentlyUpdatedItems {
    text-align: right;
    margin-top: 10px;
    font-size: 10pt;
}

  • No labels

6 Comments

  1. Unknown User (gfraser)

    It's odd that the CSS isn't getting included as Builder by default includes the main Confluence style sheet (main-action.css) where I believe all that CSS comes from.

    1. Unknown User (cpaquin)

      Indeed... Alain seemed to think "something" was funky with that set of css (it's one of my JIRA support requests).

      In any case, though, he added it to the core css in v3.1.1.

      Chris

      1. Unknown User (okmi)

        we've tried using the

        {recently-updated}

        macro with Confluence 2.8.1 / Builder 3.1.3 (on our custom dashboard) but we don't get these styles. Even when I add them manually to the custom CSS I'm still seeing the standard output. Am I missing something, or has anything changed since 3.1.1?

        we get something like this:

        Recently Updated

  2. Unknown User (cpaquin)

    It's in your invocation of the recently-updated macro itself.

    try:

    {recently-updated: spaces=*|showProfilePic=true}

    HTH Chris

    1. Unknown User (okmi)

      didnt know about that parameter! many thanks, chris.

  3. Unknown User (john.dassatti@suny.edu)

    Does anyone know the CSS to eliminate the underline for the links in recently updated? It is making my list jump when they are hovered over and I would like to eliminate this.

    Thank you.