This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/ext/view/style.css

20 lines
244 B
CSS
Raw Normal View History

2024-01-01 22:38:01 +00:00
TABLE.form.image_info {
width: 550px;
max-width: 100%;
}
.image_info .edit {
display: block;
}
.image_info .view {
display: none;
}
.image_info.infomode-view .edit {
display: none;
}
.image_info.infomode-view .view {
display: block;
}