From 6cf7f21dcbad330574f2c3212ad3dd036bc1fe6f Mon Sep 17 00:00:00 2001 From: Simounet Date: Thu, 28 Jun 2018 20:39:41 +0200 Subject: Fix mobile viewport on big iframe and video elements --- app/Resources/static/themes/_global/share.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/Resources') diff --git a/app/Resources/static/themes/_global/share.scss b/app/Resources/static/themes/_global/share.scss index 72e73a9a..ac26a350 100644 --- a/app/Resources/static/themes/_global/share.scss +++ b/app/Resources/static/themes/_global/share.scss @@ -221,6 +221,12 @@ ol li:last-child { padding-bottom: 0; } +iframe, +video { + max-width: 100%; + height: auto; +} + mark { padding: 0 0.2em; } -- cgit v1.2.3 From 2fdd512488fb8987d34af0be71714faacc832048 Mon Sep 17 00:00:00 2001 From: Simounet Date: Wed, 11 Jul 2018 21:25:46 +0200 Subject: Fake wallabag logo data image replaced by real SVG --- .../static/themes/_global/img/logo-wallabag.svg | 301 +-------------------- 1 file changed, 1 insertion(+), 300 deletions(-) (limited to 'app/Resources') diff --git a/app/Resources/static/themes/_global/img/logo-wallabag.svg b/app/Resources/static/themes/_global/img/logo-wallabag.svg index 40193e1c..f76907a2 100644 --- a/app/Resources/static/themes/_global/img/logo-wallabag.svg +++ b/app/Resources/static/themes/_global/img/logo-wallabag.svg @@ -1,300 +1 @@ - - - -]> - - - - - - + -- cgit v1.2.3 From 4c78612eb47b235bc75a90d0aa7df51d654be0c7 Mon Sep 17 00:00:00 2001 From: Simounet Date: Wed, 11 Jul 2018 21:51:52 +0200 Subject: wallabag logo with typo replaced by an SVG one --- .../static/themes/_global/img/logo-other_themes.png | Bin 3058 -> 0 bytes app/Resources/static/themes/material/css/layout.scss | 4 ++++ 2 files changed, 4 insertions(+) delete mode 100755 app/Resources/static/themes/_global/img/logo-other_themes.png (limited to 'app/Resources') diff --git a/app/Resources/static/themes/_global/img/logo-other_themes.png b/app/Resources/static/themes/_global/img/logo-other_themes.png deleted file mode 100755 index c90aa46f..00000000 Binary files a/app/Resources/static/themes/_global/img/logo-other_themes.png and /dev/null differ diff --git a/app/Resources/static/themes/material/css/layout.scss b/app/Resources/static/themes/material/css/layout.scss index cfdbf2b3..56c805ef 100755 --- a/app/Resources/static/themes/material/css/layout.scss +++ b/app/Resources/static/themes/material/css/layout.scss @@ -24,6 +24,10 @@ main, height: 100%; } +.typo-logo { + max-width: 150px; +} + #main { flex: 1 0 auto; -- cgit v1.2.3 From e93f37206a82ce575f857e073feee437bb579fbb Mon Sep 17 00:00:00 2001 From: Simounet Date: Wed, 11 Jul 2018 21:57:53 +0200 Subject: wallabag logo (side-nav) replaced by an SVG one --- app/Resources/static/themes/_global/img/logo-square.png | Bin 3314 -> 0 bytes app/Resources/static/themes/_global/img/logo-square.svg | 1 + 2 files changed, 1 insertion(+) delete mode 100644 app/Resources/static/themes/_global/img/logo-square.png create mode 100644 app/Resources/static/themes/_global/img/logo-square.svg (limited to 'app/Resources') diff --git a/app/Resources/static/themes/_global/img/logo-square.png b/app/Resources/static/themes/_global/img/logo-square.png deleted file mode 100644 index d5e05977..00000000 Binary files a/app/Resources/static/themes/_global/img/logo-square.png and /dev/null differ diff --git a/app/Resources/static/themes/_global/img/logo-square.svg b/app/Resources/static/themes/_global/img/logo-square.svg new file mode 100644 index 00000000..7b87fedc --- /dev/null +++ b/app/Resources/static/themes/_global/img/logo-square.svg @@ -0,0 +1 @@ + -- cgit v1.2.3 From e0a979141234deea9a03ef25e43a05d6fad5950a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksandar=20Todorovi=C4=87=20=28r3bl=29?= Date: Fri, 10 Aug 2018 20:28:48 +0200 Subject: Fixes another typo --- app/Resources/CraueConfigBundle/translations/CraueConfigBundle.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Resources') diff --git a/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.en.yml b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.en.yml index a26e451f..239c69eb 100644 --- a/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.en.yml +++ b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.en.yml @@ -27,7 +27,7 @@ export: "export" import: "import" misc: "misc" modify_settings: "apply" -piwik_host: Host of your website in Piwik (without http:// ou https://) +piwik_host: Host of your website in Piwik (without http:// or https://) piwik_site_id: ID of your website in Piwik piwik_enabled: Enable Piwik demo_mode_enabled: "Enable demo mode? (Only used for the public wallabag demo)" @@ -37,4 +37,4 @@ download_images_enabled: Download images locally restricted_access: Enable authentication for paywalled websites api_user_registration: Enable user to be registered using the API store_article_headers: Enable if wallabag stores HTTP headers for each article -shaarli_share_origin_url: Enable sharing origin url to Shaarli, if the service is enabled \ No newline at end of file +shaarli_share_origin_url: Enable sharing origin url to Shaarli, if the service is enabled -- cgit v1.2.3