Jump to content

Ocean Blue v2


flyalaska

Recommended Posts

I use the Ocean Blue v1 and the shrinking of the boxes has been happening for awhile. Once my pilots are set to retired their boxes shrink, filing a new PIREP fixes them. Always thought it was supposed to do that.

I can fix it for you if you want me too. PM me your email address.

Link to comment
Share on other sites

This is for the profile border. Open ocean.css. Find .art-sheet around line 608. Replace

.art-sheet
{
background: #FFFFFF;
-webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25);
box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25);
padding:3px 3px 0;
margin:0 auto;
position:relative;
cursor:auto;
width: 1012px;
z-index: auto !important;
}

with

.art-sheet
{
background: #FFFFFF;
-webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25);
box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25);
border:1px solid #ffffff;
padding:3px 3px 0;
margin:0 auto;
position:relative;
cursor:auto;
width: 1012px;
z-index: auto !important;
}

I also fixed the alignment issue with the profile. Did you alter the public profile file? I can send you the file if you didnt.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...