diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-10-20 15:39:04 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-11-05 14:29:53 +0100 |
commit | 4daf556b72e4c86eb3a95be9cc6d99aaa66ad189 (patch) | |
tree | c956f02d48e74d35b2936baa826bcc9bd28e2e7b /tpl/default/tools.html | |
parent | 411726c53a3e29540574c52f3a16edb060eb235e (diff) | |
download | Shaarli-4daf556b72e4c86eb3a95be9cc6d99aaa66ad189.tar.gz Shaarli-4daf556b72e4c86eb3a95be9cc6d99aaa66ad189.tar.zst Shaarli-4daf556b72e4c86eb3a95be9cc6d99aaa66ad189.zip |
Use a class for 'window' titles instead of h2
Diffstat (limited to 'tpl/default/tools.html')
-rw-r--r-- | tpl/default/tools.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tpl/default/tools.html b/tpl/default/tools.html index 96e7fb10..14a29320 100644 --- a/tpl/default/tools.html +++ b/tpl/default/tools.html | |||
@@ -9,7 +9,7 @@ | |||
9 | <div class="pure-g"> | 9 | <div class="pure-g"> |
10 | <div class="pure-u-lg-1-3 pure-u-1-8"></div> | 10 | <div class="pure-u-lg-1-3 pure-u-1-8"></div> |
11 | <div class="pure-u-lg-1-3 pure-u-3-4 page-form page-form-light"> | 11 | <div class="pure-u-lg-1-3 pure-u-3-4 page-form page-form-light"> |
12 | <h2>{'Settings'|t}</h2> | 12 | <h2 class="window-title">{'Settings'|t}</h2> |
13 | <div class="tools-item"> | 13 | <div class="tools-item"> |
14 | <a href="?do=configure" title="{'Change Shaarli settings: title, timezone, etc.'|t}"> | 14 | <a href="?do=configure" title="{'Change Shaarli settings: title, timezone, etc.'|t}"> |
15 | <span class="pure-button pure-u-lg-2-3 pure-u-3-4">{'Configure your Shaarli'|t}</span> | 15 | <span class="pure-button pure-u-lg-2-3 pure-u-3-4">{'Configure your Shaarli'|t}</span> |
@@ -57,7 +57,7 @@ | |||
57 | <div class="pure-g"> | 57 | <div class="pure-g"> |
58 | <div class="pure-u-lg-1-3 pure-u-1-8"></div> | 58 | <div class="pure-u-lg-1-3 pure-u-1-8"></div> |
59 | <div class="pure-u-lg-1-3 pure-u-3-4 page-form page-form-light"> | 59 | <div class="pure-u-lg-1-3 pure-u-3-4 page-form page-form-light"> |
60 | <h2>Bookmarklets</h2> | 60 | <h2 class="window-title">Bookmarklets</h2> |
61 | <p> | 61 | <p> |
62 | {'Drag one of these button to your bookmarks toolbar or right-click it and "Bookmark This Link"'|t}, | 62 | {'Drag one of these button to your bookmarks toolbar or right-click it and "Bookmark This Link"'|t}, |
63 | {'then click on the bookmarklet in any page you want to share.'|t} | 63 | {'then click on the bookmarklet in any page you want to share.'|t} |
@@ -95,7 +95,7 @@ | |||
95 | <div class="pure-g"> | 95 | <div class="pure-g"> |
96 | <div class="pure-u-lg-1-3 pure-u-1-8"></div> | 96 | <div class="pure-u-lg-1-3 pure-u-1-8"></div> |
97 | <div class="pure-u-lg-1-3 pure-u-3-4 page-form page-form-light"> | 97 | <div class="pure-u-lg-1-3 pure-u-3-4 page-form page-form-light"> |
98 | <h2>Firefox Social API</h2> | 98 | <h2 class="window-title">Firefox Social API</h2> |
99 | <p>{'You need to browse your Shaarli over <strong>HTTPS</strong> to use this functionality.'|t}</p> | 99 | <p>{'You need to browse your Shaarli over <strong>HTTPS</strong> to use this functionality.'|t}</p> |
100 | 100 | ||
101 | <div class="tools-item"> | 101 | <div class="tools-item"> |
@@ -110,7 +110,7 @@ | |||
110 | <div class="pure-g"> | 110 | <div class="pure-g"> |
111 | <div class="pure-u-lg-1-3 pure-u-1-8"></div> | 111 | <div class="pure-u-lg-1-3 pure-u-1-8"></div> |
112 | <div class="pure-u-lg-1-3 pure-u-3-4 page-form page-form-light"> | 112 | <div class="pure-u-lg-1-3 pure-u-3-4 page-form page-form-light"> |
113 | <h2>{'3rd party'|t}</h2> | 113 | <h2 class="window-title">{'3rd party'|t}</h2> |
114 | <div class="tools-item"> | 114 | <div class="tools-item"> |
115 | <a href="https://addons.mozilla.org/fr/firefox/addon/shaarli/" title="Firefox {'Plugin'|t}"> | 115 | <a href="https://addons.mozilla.org/fr/firefox/addon/shaarli/" title="Firefox {'Plugin'|t}"> |
116 | <span class="pure-button pure-u-lg-2-3 pure-u-3-4">Firefox {'plugin'|t}</span> | 116 | <span class="pure-button pure-u-lg-2-3 pure-u-3-4">Firefox {'plugin'|t}</span> |