PluginProbe
Document Gallery / 1.0.1
Document Gallery v1.0.1
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 / style.css

style.css in Document Gallery 1.0.1, at style.css

53 lines 962 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .document-icon{ text-align: center; }
2
3 .document-icon img{
4 border: none;
5 }
6
7 .document-icon a{
8 font-size: 10px;
9 line-height: 12px;
10 }
11
12 /* WITHOUT DESCRIPTION */
13 div.document-icon{
14 display: inline-block;
15 vertical-align: top;
16 min-height: 125px;
17 /*max-height: 145px;*/
18 overflow: hidden;
19 padding: 10px 0;
20 width: 25%;
21 }
22 div#document-icon-wrapper{
23 width: 100%;
24 padding: 0;
25 margin: 0;
26 }
27 /* END WITHOUT DESCRIPTION */
28
29 /* WITH DESCRIPTION */
30 td.document-icon{ width: 115px; }
31 table#document-icon-wrapper{ border-collapse: collapse; }
32
33 table#document-icon-wrapper,
34 table#document-icon-wrapper tbody,
35 table#document-icon-wrapper tr,
36 table#document-icon-wrapper p{
37 width: 100%;
38 padding: 0;
39 margin: 0;
40 border: none;
41 }
42
43 table#document-icon-wrapper td{
44 padding: 5px 4px 3px;
45 vertical-align: middle;
46 }
47
48 table .document-icon img{
49 width: 65px;
50 height: 65px;
51 }
52 /* END WITH DESCRIPTION */
53