diff --git a/static/resources_list.txt b/static/resources_list.txt index 4d48e7287..69f8bf961 100644 --- a/static/resources_list.txt +++ b/static/resources_list.txt @@ -1,7 +1,8 @@ skin/caret.png skin/bittorrent.png skin/magnet.png -skin/feed.png +skin/feed.svg +skin/langSelector.svg skin/download.png skin/hash.png skin/search-icon.svg diff --git a/static/skin/feed.svg b/static/skin/feed.svg new file mode 100644 index 000000000..44b56be2a --- /dev/null +++ b/static/skin/feed.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + diff --git a/static/skin/index.css b/static/skin/index.css index 6f228ea0c..aba96bd90 100644 --- a/static/skin/index.css +++ b/static/skin/index.css @@ -181,7 +181,6 @@ body { #uiLanguageSelectorButton { margin: 0 12px 0 0; - float: right; } .book__list { @@ -468,10 +467,9 @@ body { width: auto; } -.feedLogo { +.feedLogo, #uiLanguageSelectorButton { height: 30px; float: right; - border-radius: 5px; } @media screen and (max-width: 1100px) { diff --git a/static/skin/langSelector.svg b/static/skin/langSelector.svg new file mode 100644 index 000000000..07dfad866 --- /dev/null +++ b/static/skin/langSelector.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + diff --git a/static/skin/taskbar.css b/static/skin/taskbar.css index b67e9b9ee..3a27f4ac4 100644 --- a/static/skin/taskbar.css +++ b/static/skin/taskbar.css @@ -200,6 +200,7 @@ a.suggest, a.suggest:visited, a.suggest:hover, a.suggest:active { #uiLanguageSelectorButton { margin: 0px 12px 6px 12px; float: right; + height: 30px; } @media(min-width:420px) { diff --git a/static/templates/index.html b/static/templates/index.html index 15aff898d..84b7f8726 100644 --- a/static/templates/index.html +++ b/static/templates/index.html @@ -46,7 +46,7 @@
- - - - - - +
diff --git a/static/viewer.html b/static/viewer.html index 5d12fadda..bf121479a 100644 --- a/static/viewer.html +++ b/static/viewer.html @@ -30,15 +30,9 @@