Page 3 of 4

Re: Plush UI for SABnzbd+ 0.5.x

Posted: November 19th, 2009, 11:08 am
by foxace
foxace wrote:
When I go on the page nzo I change my file back in the queue my page file is found at the end of the tail. Bug?

and for this question ?

Re: Plush UI for SABnzbd+ 0.5.x

Posted: November 19th, 2009, 12:19 pm
by shypike
True, the queue issue is skin independent.
It does need investigation, I'll do that.

Edit: fixed, will be in next release.

Re: Plush UI for SABnzbd+ 0.5.x

Posted: November 19th, 2009, 7:58 pm
by foxace
shypike wrote: True, the queue issue is skin independent.
It does need investigation, I'll do that.

Edit: fixed, will be in next release.
YES .work very good. Thanks

Re: Plush UI for SABnzbd+ 0.5.x

Posted: November 25th, 2009, 7:53 am
by rAf
pairofdimes,

With IE8 on Win 7, it's not possible to change a job category, priority or pp : the dropdown list appears, but when mouseover the list, it disappear.
On OSX, the font used for queue and history titles in css is misspelled, it should be "AppleGothic" instead of "Apple Gothic".

Re: Plush UI for SABnzbd+ 0.5.x

Posted: December 2nd, 2009, 4:39 am
by foxace
Hello
When I click on "pause x minutes" it nothing happens, I have to refresh the page so that the meter starts. Is this normal?

Re: Plush UI for SABnzbd+ 0.5.x

Posted: December 2nd, 2009, 10:06 am
by foxace
When I click on pause for XX minutes it nothing happens.
The counter display that indicates the pause appears only if I refreshed the page.

You understand me? sorry my English is bad. ;D
I just realized that it worked very well on Windows, but not on linux.

Re: Plush UI for SABnzbd+ 0.5.x

Posted: December 4th, 2009, 12:41 pm
by brynjolf
The RSS view in Opera 10.10 causes problems, you can only see one entry. If you delete the BR tags it starts to show, so somehow it gets "pushed" down until unhidden. Ie the problem being with the EntryBlock div, only one can be seen.

I fixed this locally by replacing float:left with float:none on line 1245 in plush-default.css, I'm sure you guys can find a more elegant solution.

Code: Select all

fieldset.EntryFieldSet {
  border:1px solid #333;
	display: inline;
	float: none;
As it looks different in all my browser I have no clue how it is supposed to look, are the Order type filter etc supposed to be below the HR or on the right?

Tell me if you need screenshots.

Re: Plush UI for SABnzbd+ 0.5.x

Posted: December 10th, 2009, 7:14 pm
by rAf
rAf wrote: On OSX, the font used for queue and history titles in css is misspelled, it should be "AppleGothic" instead of "Apple Gothic".
@pairofdimes : have you check this one ?

Re: Plush UI for SABnzbd+ 0.5.x

Posted: December 10th, 2009, 9:06 pm
by rAf
On OSX, I don't have "Century Gothic" font, but I have "AppleGothic", so the title is a bit ugly with 'sans serif' default font

Re: Plush UI for SABnzbd+ 0.5.x

Posted: December 10th, 2009, 9:24 pm
by rAf
In your css line you're already web safe with the 'sans serif' instruction.
If I'm not wrong, the browser will search for "Century Gothic" then for "Apple Gothic" and if neither are found will take browser sans serif default defined font.

Re: Plush UI for SABnzbd+ 0.5.x

Posted: January 10th, 2010, 7:53 am
by JamieM
WOW, i just installed 0.5.0 beta and this skin is awesome! finally a descent theme!

I personally would've changed the queue layout a little, at least make it less gray but apart from that its awesome!

Re: Plush UI for SABnzbd+ 0.5.x

Posted: January 16th, 2010, 3:47 pm
by malaky
Started using Plush since sab 5.0 beta, never fully liked plush before but is much better now, and it's kind of growing on me, takes a little getting used to at first :)

I went over mine making the html mark up validate correctly (I tend to do this for a lot of themes) except a few places like the form per row table issue, too lazy to fix that just for myself :p


Something I notice, you use rel= for your text button's prompts, but this isn't allowed in <input, you can just use name instead (obviously changing the part in the js file). Also you use rel2= in one place that isn't valid, since this isn't the proper usage of rel anyway, using rev= instead of rel2= will show valid markup. :)

Re: Plush UI for SABnzbd+ 0.5.x

Posted: January 16th, 2010, 4:56 pm
by malaky
I was racking my brain to try and find where the code for this was maintained, alluded me that it was actually with sab itself.

I was talking about the build with sab 0.5.0b6. Is Plush in this the most up to date so far?

I think I must be using a slightly old version some how, it's definitely not from my previous sab build because there are items in Plush that wasn't in there before.



/edit
Double checked and I was running the version in b6, so no issues there... from your changeset you've removed things like rel=/rel2= ... maybe you missed changing a few over?

Re: Plush UI for SABnzbd+ 0.5.x

Posted: January 17th, 2010, 8:49 am
by Samplex
With beta6 is have higher CPU uasage...

Re: Plush UI for SABnzbd+ 0.5.x

Posted: January 18th, 2010, 4:31 am
by MilkmanDan
RSS screen is all messed up on Opera 10.10 (happened in previous versions, too). 
SABnzbd 0.5.0 Beta6
Windows 7 x64