aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/css
diff options
context:
space:
mode:
authorNumEricR <eric.github@gmail.com>2013-08-25 16:41:20 +0200
committerNumEricR <eric.github@gmail.com>2013-08-25 16:42:04 +0200
commit8e1ed353bbd772da9002dd977fc0725c9d526c8c (patch)
tree507b06857cb7cb74990495ebbcdb4b71d20342df /tpl/css
parenta4990dd294c08e40c86123605fbfbc78bc930a6e (diff)
downloadwallabag-8e1ed353bbd772da9002dd977fc0725c9d526c8c.tar.gz
wallabag-8e1ed353bbd772da9002dd977fc0725c9d526c8c.tar.zst
wallabag-8e1ed353bbd772da9002dd977fc0725c9d526c8c.zip
Externalize top link style
Diffstat (limited to 'tpl/css')
-rw-r--r--tpl/css/style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/tpl/css/style.css b/tpl/css/style.css
index 3d3c5385..7633534c 100644
--- a/tpl/css/style.css
+++ b/tpl/css/style.css
@@ -236,6 +236,20 @@ a, a:hover, a:visited {
236 cursor: move; 236 cursor: move;
237} 237}
238 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
239footer { 253footer {
240 clear: both; 254 clear: both;
241} 255}