drupal/core/modules/image/image.admin.css

61 lines
1.0 KiB
CSS

/**
* Image style configuration pages.
*/
.image-style-new,
.image-style-new div {
display: inline;
}
.image-style-preview .preview-image-wrapper {
float: left;
padding-bottom: 2em;
text-align: center;
top: 50%;
width: 48%;
}
.image-style-preview .preview-image {
margin: auto;
position: relative;
}
.image-style-preview .preview-image .width {
border: 1px solid #666;
border-top: none;
bottom: -6px;
height: 2px;
left: -1px;
position: absolute;
}
.image-style-preview .preview-image .width span {
position: relative;
top: 4px;
}
.image-style-preview .preview-image .height {
border: 1px solid #666;
border-left: none;
position: absolute;
right: -6px;
top: -1px;
width: 2px;
}
.image-style-preview .preview-image .height span {
height: 2em;
left: 10px;
margin-top: -1em;
position: absolute;
top: 50%;
}
/**
* Image anchor element.
*/
.image-anchor {
width: auto;
}
.image-anchor tr.even,
.image-anchor tr.odd {
background: none;
}
.image-anchor td {
border: 1px solid #ccc;
}