PluginProbe
Document Gallery / 2.0.2
Document Gallery v2.0.2
trunk 0.8 0.8.5 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.1 1.2 1.2.1 1.3 1.3.1 1.4 1.4.1 1.4.2 1.4.3 2.0 2.0.1 2.0.10 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 All 94 releases
document-gallery / admin / css / style.css

style.css in Document Gallery 2.0.2, at admin/css/style.css

17 lines 255 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #cached-thumbs {
2 }
3
4 #cached-thumbs tr {
5 height: 100px;
6 }
7
8 table#cached-thumbs td.thumb-img {
9 width: 75px;
10 text-align: center;
11 padding-right: 5px;
12 }
13
14 #cached-thumbs td.thumb-img > img {
15 max-width: 75px;
16 max-height: 75px;
17 }