diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-25 20:10:34 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-25 20:10:34 +0200 |
commit | 07a5909d73595278436bc9b5064c69ad8476a9c2 (patch) | |
tree | a61947d6ea2ec14cb2e890718abf0c1113d81745 /tpl/css | |
parent | ec3972361d95f6f5956df77f7a76105b5ae6af72 (diff) | |
parent | eb16ab407b4de8fadb432b057a20ecc6d999cbdd (diff) | |
download | wallabag-07a5909d73595278436bc9b5064c69ad8476a9c2.tar.gz wallabag-07a5909d73595278436bc9b5064c69ad8476a9c2.tar.zst wallabag-07a5909d73595278436bc9b5064c69ad8476a9c2.zip |
Merge branch 'dev' of github.com:inthepoche/poche into dev
Diffstat (limited to 'tpl/css')
-rw-r--r-- | tpl/css/style.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tpl/css/style.css b/tpl/css/style.css index 1ae3a601..7633534c 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css | |||
@@ -229,6 +229,27 @@ a, a:hover, a:visited { | |||
229 | font-weight: bold; | 229 | font-weight: bold; |
230 | } | 230 | } |
231 | 231 | ||
232 | #bookmarklet { | ||
233 | padding: 5px; | ||
234 | border: 1px dashed #808080; | ||
235 | background: #fff; | ||
236 | cursor: move; | ||
237 | } | ||
238 | |||
239 | .top_link { | ||
240 | position: fixed; | ||
241 | right: 15px; | ||
242 | bottom: 15px; | ||
243 | display: none; | ||
244 | padding: 20px; | ||
245 | background: #ccc; | ||
246 | -moz-border-radius: 40px; | ||
247 | -webkit-border-radius: 40px; | ||
248 | border-radius: 40px; | ||
249 | opacity: 0.9; | ||
250 | z-index: 2000; | ||
251 | } | ||
252 | |||
232 | footer { | 253 | footer { |
233 | clear: both; | 254 | clear: both; |
234 | } | 255 | } |