repo.or.cz
/
moodle-pu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MDL-11082 Improved groups upgrade performance 1.8x -> 1.9; thanks Eloy for telling...
[moodle-pu.git]
/
mod
/
data
/
preset
/
imagegallery
/
csstemplate.css
blob
ad3482603c3b43ce1c6a1f07b756aa8c9c818df3
1
/****** List View CSS ******/
2
3
#pictures
{
4
width
:
750px
;
5
}
6
7
.picture
{
8
padding
:
5px
;
9
border-style
:
solid
;
10
border-width
:
thin
;
11
border-color
:
#779
;
12
background-color
:
white
;
13
14
display
:
table-cell
;
display
:
inline-table
;
display
:
inline-block
;
15
}
16
17
.pictureframe
{
18
padding
:
5px
;
19
20
display
:
table-cell
;
display
:
inline-table
;
display
:
inline-block
;
21
}
22
23
.picturediv
{
24
display
:
inline
;
25
width
:
150px
;
26
height
:
200px
;
27
}
28
29
.inline
{
30
display
:
inline
;
31
}
32
33
/***** Single View CSS *****/
34
35
.caption
{
36
font-style
:
italic
;
37
}
38
39
#singleimage
{
40
width
:
700px
;
41
}