JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 30.08.2019, 10:28
darkdragon-001 darkdragon-001 is offline
JD Alpha
 
Join Date: Sep 2018
Posts: 24
Default MyJDownloader compact style

The actual style is probably very good for touch devices. For mouse-centered devices, a more compact view would be preferable for long download lists. So I would suggest to let the user select another view. This new compact view should have the following changes to the css:

Code:
# default

body {
  line-height: 19px
}
.listrow {
  line-height: 32px
  padding: 10px 6px
}
.GHS0TFHC2 {
  margin-bottom: -6px
}
progress {
  height: 28px
}
element.style {  (status; javascript)
  line-height: 32px
}
.progressBarLabel {
  margin-top: -38px
}


# compact

progress {
  height: 16px
}
.GHS0TFHC2 {
  margin-bottom: -10px
}
.progressBarLabel {
  margin-top: -15px
}
All elements which appear in default but don't appear in compact should be removed or replaced by options which support both views.
For the status element, I couldn't find out which javascript handler sets this element style continuously. So this handler should be removed.

I find the workflow with svn etc. quite complicated and thus are posting this here as a feature request. If you start using github/gitlab or similar, I could do it myself.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 19:43.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.