Elsinore

User Forum

www.screenconnect.com
Welcome Guest Search | Active Topics | Log In | Register

Tag as favorite
Changes to the unattended panel
teejayuu
#1 Posted : Thursday, September 29, 2011 12:09:42 PM
Rank: Member
Joined: 9/2/2011
Posts: 19
Location: Doncaster, UK
Hello,

I'm looking to make sone changes to the unattended panel so searched for what I thought was the relevant block in Base.css and copy it straight to Default.css of my theme.
Code:
.HostMasterPanel h3
{
    background-color: #5B7693;
    border-color: #244F7F;
}

.StatusDiagramPanel
{
    display: inline-block;
    width: 240px;
}

.StatusDiagramPanel div
{
    float: left;
    height: 40px;
    margin: 0px -32px 0px 0px;
    font-size: 11px;
}

.StatusDiagramPanel .NodePanel
{
    width: 90px;
    height: 12px;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 32px;
}

.StatusDiagramPanel .ConnectedPanel
{
    width: 50px;
    margin-top: 8px;
    height: 8px;
    border-radius: 2px;
    background-color: #CCC;
}

.StatusDiagramPanel .ConnectedPanel.Connected
{
    background-color: #4C4;
}

.StatusDiagramPanel .RelayPanel
{
    background-image: url(../Images/Relay.png);
}

.StatusDiagramPanel .HostEndPointPanel
{
    background-image: url(../Images/Host.png);
}

.StatusDiagramPanel .GuestEndPointPanel.Support
{
    background-image: url(../Images/SupportGuest.png);
}

.StatusDiagramPanel .GuestEndPointPanel.Access
{
    background-image: url(../Images/AccessGuest.png);
}

.StatusDiagramPanel .RelayPanel
{
    background-image: url(../Images/Relay.png);
}

.HostDetailPanel #detailLoadingMask, .ModalDialog .ModalDialogBackground
{
    background-color: rgb(222, 222, 222);
    background-color: rgba(222, 222, 222, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}


However, none of the icons (Relay.png, Host.png and SupportGuest.png) now display. I've not changed or moved them (yet). Have I missed something?

Tony
Quote:
In view of the fact that God limited the intelligence of man, it seems unfair that He did not also limit his stupidity.
Konrad Adenauer
bigdessert
#2 Posted : Thursday, September 29, 2011 2:03:36 PM
Rank: Advanced Member
Joined: 9/14/2010
Posts: 460
Location: Minnesota
If you have a template directory you are now one more relative path below the images. Your images should be referenced as such

../../Images/Relay.png

1 user thanked bigdessert for this useful post.
teejayuu on 9/29/2011
teejayuu
#3 Posted : Thursday, September 29, 2011 3:19:44 PM
Rank: Member
Joined: 9/2/2011
Posts: 19
Location: Doncaster, UK
Thanks Tims. That's that sorted.

To the mods, might it be possible to put this in the Customisation HOWTOS?

Tony
Quote:
In view of the fact that God limited the intelligence of man, it seems unfair that He did not also limit his stupidity.
Konrad Adenauer
Users browsing this topic
Guest
Tag as favorite
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.