diff --git a/front/src/css/index.css b/front/src/css/index.css index 2f5acde..8259f44 100644 --- a/front/src/css/index.css +++ b/front/src/css/index.css @@ -76,8 +76,7 @@ .settingsTooltip { position: relative; } -.settingsTooltip span { - font-size: 0.8em; +.settingsTooltip svg { vertical-align: text-top; } .settingsTooltip div { diff --git a/front/src/less/index.less b/front/src/less/index.less index 88a01c8..64b991e 100644 --- a/front/src/less/index.less +++ b/front/src/less/index.less @@ -86,8 +86,7 @@ .settingsTooltip { position: relative; - span { - font-size: 0.8em; + svg { vertical-align: text-top; } diff --git a/front/src/views/index.html b/front/src/views/index.html index 2bd2544..a15205b 100644 --- a/front/src/views/index.html +++ b/front/src/views/index.html @@ -28,7 +28,7 @@
Wait selector - +
Wait for a CSS selector

Once the page is considered loaded, PhantomJS will repeatedly try to match the given CSS selector until it is found in the page. A 60 seconds timeout still applies anyway.

Example: "body.loaded"
@@ -38,7 +38,7 @@
Cookie - +
Cookie

Adds cookies, separated by a pipe character.

Example: "bar1=foo1;domain=.domain1.com|bar2=foo2;domain=www.domain2.com"
@@ -48,7 +48,7 @@
Authent - +
Basic HTTP authentication

Enter your credentials here if you need to bypass a basic authentication.

PS: if your authentication is not basic, you might be able to copy the session cookie from your browser, paste it in the "Cookie" setting and launch a run before your cookie expires.
@@ -67,7 +67,7 @@
HTTP proxy - +
HTTP proxy

Insert here your proxy settings with the format "host:port".

Example: "192.168.10.0:3333"
@@ -77,8 +77,8 @@
Block domains - -
Block some domains

One line per domain or subdomain.

Example:
google-analytics.com
ads.yahoo.com
ajax.googleapis.com


An empty whitelist will block all domains except the main domain.
+ +
Block some domains

One line per domain or subdomain.

Example:
google-analytics.com
ads.yahoo.com
ajax.googleapis.com


An empty allow list will block all domains except the main domain.