Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
fix bug 757746, no right border on panel, styling ok for bug 756199
Browse files Browse the repository at this point in the history
  • Loading branch information
mixedpuppy committed May 28, 2012
1 parent ba53096 commit 8e7d4df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/overlay.xul
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@

<popupset id="mainPopupSet">
<panel id="social-notification-panel" class="social-panel" type="arrow">
<browser id="social-notification-browser" type="content" style="width:300px;height:300px" />
<browser id="social-notification-browser" type="content" flex="1"/>
</panel>
</popupset>

Expand Down
10 changes: 8 additions & 2 deletions skin/winstripe/socialstatus.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

padding: 1px 5px;
background: rgba(151,152,153,.05)
-moz-linear-gradient(rgba(251,252,253,.95), rgba(246,247,248,.47) 49%,
-moz-linear-gradient(rgba(251,252,253,.95), rgba(246,247,248,.47) 49%,
rgba(231,232,233,.45) 51%, rgba(225,226,229,.3));
background-clip: padding-box;
border-radius: 2.5px;
Expand Down Expand Up @@ -193,4 +193,10 @@ toolbar[mode="icons"] .social-status-area-container > menupopup {
*/
/*#navigator-toolbox > toolbar {
counter-reset: smallicons;
}*/
}*/

/* fix the arrow-panel for notifications */
.social-panel .panel-inner-arrowcontent, .social-panel .panel-arrowcontent
{
padding: 0;
}

0 comments on commit 8e7d4df

Please sign in to comment.