mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
42 lines
573 B
CSS
42 lines
573 B
CSS
/****** List View CSS ******/
|
|
|
|
#pictures {
|
|
width: 750px;
|
|
}
|
|
|
|
.picture {
|
|
padding: 5px;
|
|
border-style: solid;
|
|
border-width: thin;
|
|
border-color: #779;
|
|
background-color: white;
|
|
|
|
display:table-cell;display:inline-table;display:inline-block;
|
|
}
|
|
|
|
.pictureframe {
|
|
padding: 5px;
|
|
|
|
display:table-cell;display:inline-table;display:inline-block;
|
|
}
|
|
|
|
.picturediv {
|
|
display: inline;
|
|
width: 150px;
|
|
height: 200px;
|
|
}
|
|
|
|
.inline {
|
|
display: inline;
|
|
}
|
|
|
|
/***** Single View CSS *****/
|
|
|
|
.caption {
|
|
font-style: italic;
|
|
}
|
|
|
|
#singleimage img {
|
|
width: 700px;
|
|
height: auto;
|
|
} |