59 lines
924 B
CSS
59 lines
924 B
CSS
/* allpics styling */
|
|
|
|
#content {
|
|
overflow: visible !important;
|
|
}
|
|
|
|
.icon-container {
|
|
margin-left: 50px;
|
|
min-width: 350px;
|
|
z-index:10;
|
|
}
|
|
|
|
.icon-image {
|
|
display: table-cell;
|
|
height: 100px;
|
|
min-width: 100px;
|
|
padding: 0.5em;
|
|
text-align: center;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.icon-image img {
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.icon-info {
|
|
display: table-cell;
|
|
padding: 0.5em;
|
|
overflow:auto;
|
|
vertical-align: bottom;
|
|
width:100%;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.icon {
|
|
width:50%;
|
|
float: left;
|
|
vertical-align: bottom;
|
|
min-width: 350px;
|
|
display:table;
|
|
}
|
|
|
|
.keywords-label, .comment-text, .description-text {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.default {
|
|
text-decoration: underline;
|
|
font-weight:normal;
|
|
}
|
|
|
|
.icon-keywords li, .icon-keywords ul {
|
|
display:inline;
|
|
margin: 0;
|
|
}
|
|
|
|
.icon-row, .action-box {
|
|
clear:both;
|
|
}
|