Mercurial > dirlist-php
comparison index.php @ 18:9a4ac2d53a36
Set lightbox position to fixed.
author | edogawaconan <me@myconan.net> |
---|---|
date | Wed, 22 Oct 2014 11:44:11 +0900 |
parents | 8b222e3ffe25 |
children | c5b8d2592585 |
comparison
equal
deleted
inserted
replaced
17:8b222e3ffe25 | 18:9a4ac2d53a36 |
---|---|
120 <title>Index of <?php echo h($prefix . $path); ?></title> | 120 <title>Index of <?php echo h($prefix . $path); ?></title> |
121 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> | 121 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> |
122 <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/lightbox2/2.7.1/css/lightbox.css"> | 122 <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/lightbox2/2.7.1/css/lightbox.css"> |
123 <style type="text/css"> | 123 <style type="text/css"> |
124 .lb-data a { color: #ccc; } | 124 .lb-data a { color: #ccc; } |
125 .lightbox { | |
126 position: fixed; | |
127 top: 50px !important; | |
128 } | |
125 </style> | 129 </style> |
126 <style type="text/css"> | 130 <style type="text/css"> |
127 * { box-sizing: border-box; } | 131 * { box-sizing: border-box; } |
128 body { | 132 body { |
129 font-family: Segoe UI, sans-serif; | 133 font-family: Segoe UI, sans-serif; |