diff --git a/src/webui/www/private/download.html b/src/webui/www/private/download.html index 3fd8385b9..bf5b16708 100644 --- a/src/webui/www/private/download.html +++ b/src/webui/www/private/download.html @@ -66,7 +66,7 @@ - + diff --git a/src/webui/www/private/newcategory.html b/src/webui/www/private/newcategory.html index b7ee60407..ce9672d02 100644 --- a/src/webui/www/private/newcategory.html +++ b/src/webui/www/private/newcategory.html @@ -132,9 +132,9 @@

QBT_TR(Category)QBT_TR[CONTEXT=TransferListWidget]:

- +

QBT_TR(Save path)QBT_TR[CONTEXT=TransferListWidget]:

- +
diff --git a/src/webui/www/private/newfeed.html b/src/webui/www/private/newfeed.html index 07ae77edf..49585b1c0 100644 --- a/src/webui/www/private/newfeed.html +++ b/src/webui/www/private/newfeed.html @@ -68,7 +68,7 @@

QBT_TR(Feed URL:)QBT_TR[CONTEXT=RSSWidget]

- +
diff --git a/src/webui/www/private/newfolder.html b/src/webui/www/private/newfolder.html index 4f2cc121a..8e8b3f114 100644 --- a/src/webui/www/private/newfolder.html +++ b/src/webui/www/private/newfolder.html @@ -67,7 +67,7 @@

QBT_TR(Folder name:)QBT_TR[CONTEXT=RSSWidget]

- +
diff --git a/src/webui/www/private/newrule.html b/src/webui/www/private/newrule.html index cc46cb20c..ab4d5c3da 100644 --- a/src/webui/www/private/newrule.html +++ b/src/webui/www/private/newrule.html @@ -60,7 +60,7 @@

QBT_TR(Please type the name of the new download rule.)QBT_TR[CONTEXT=AutomatedRssDownloader]

- +
diff --git a/src/webui/www/private/newtag.html b/src/webui/www/private/newtag.html index 30ab09529..6ff58f7f4 100644 --- a/src/webui/www/private/newtag.html +++ b/src/webui/www/private/newtag.html @@ -95,7 +95,7 @@

QBT_TR(Comma-separated tags:)QBT_TR[CONTEXT=TransferListWidget]

- +
diff --git a/src/webui/www/private/rename.html b/src/webui/www/private/rename.html index a4b92a56c..5c398bd3f 100644 --- a/src/webui/www/private/rename.html +++ b/src/webui/www/private/rename.html @@ -65,7 +65,7 @@

QBT_TR(New name)QBT_TR[CONTEXT=TransferListWidget]:

- +
diff --git a/src/webui/www/private/rename_feed.html b/src/webui/www/private/rename_feed.html index 7153f9a0b..65e924aac 100644 --- a/src/webui/www/private/rename_feed.html +++ b/src/webui/www/private/rename_feed.html @@ -78,7 +78,7 @@

QBT_TR(New feed name:)QBT_TR[CONTEXT=RSSWidget]

- +
diff --git a/src/webui/www/private/rename_file.html b/src/webui/www/private/rename_file.html index 3b5190588..c0fdffa31 100644 --- a/src/webui/www/private/rename_file.html +++ b/src/webui/www/private/rename_file.html @@ -80,7 +80,7 @@

QBT_TR(New name:)QBT_TR[CONTEXT=TorrentContentTreeView]

- +
diff --git a/src/webui/www/private/rename_rule.html b/src/webui/www/private/rename_rule.html index b36ca965c..e1d67b04c 100644 --- a/src/webui/www/private/rename_rule.html +++ b/src/webui/www/private/rename_rule.html @@ -71,7 +71,7 @@

QBT_TR(Please type the new rule name)QBT_TR[CONTEXT=AutomatedRssDownloader]

- +
diff --git a/src/webui/www/private/setlocation.html b/src/webui/www/private/setlocation.html index d42a7b137..e3de3ff29 100644 --- a/src/webui/www/private/setlocation.html +++ b/src/webui/www/private/setlocation.html @@ -68,7 +68,7 @@

QBT_TR(Location)QBT_TR[CONTEXT=TransferListWidget]:

- +
 
diff --git a/src/webui/www/private/upload.html b/src/webui/www/private/upload.html index 8616dacc0..ab4edd1f6 100644 --- a/src/webui/www/private/upload.html +++ b/src/webui/www/private/upload.html @@ -54,7 +54,7 @@ - +
diff --git a/src/webui/www/private/views/rssDownloader.html b/src/webui/www/private/views/rssDownloader.html index 68ec5a471..cb605a5c5 100644 --- a/src/webui/www/private/views/rssDownloader.html +++ b/src/webui/www/private/views/rssDownloader.html @@ -31,6 +31,7 @@ .fullWidth { width: 100%; max-width: none; + box-sizing: border-box; } .noWrap { @@ -78,6 +79,50 @@ #lastMatchDiv { float: right; } + + #ruleSettings { + padding: 4px 10px 4px 10px + } + + #topMenuBar { + height: 26px; + } + + #rulesTableDesc { + vertical-align: middle; + } + + .imageButton { + height: 22px; + width: 24px; + margin: 1px 2px 1px 2px; + border: 1px solid; + border-radius: 2px; + background-color: #efefef; + border-color: #767676; + background-position: center center; + vertical-align: middle; + } + + .imageButton:hover { + background-color: #e5e5e5; + border-color: #4f4f4f; + } + + .imageButton:active { + background-color: #f5f5f5; + border-color: #8d8d8d; + } + + #newRuleButton { + float: right; + background-image: url('icons/document-new.svg'); + } + + #deleteRuleButton { + float: right; + background-image: url('icons/list-remove.svg'); + }
@@ -85,7 +130,11 @@ QBT_TR(Auto downloading of RSS torrents is disabled now! You can enable it in application settings.)QBT_TR[CONTEXT=AutomatedRssDownloader]
- QBT_TR(Download Rules)QBT_TR[CONTEXT=AutomatedRssDownloader] +
+ QBT_TR(Download Rules)QBT_TR[CONTEXT=AutomatedRssDownloader] + + +