infobox css to css file, and a little wider
This commit is contained in:
parent
a267e502f3
commit
fab4b489ac
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
.image_info {
|
||||
width: 550px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.image_info .edit {
|
||||
display: block;
|
||||
}
|
||||
|
|
|
@ -105,7 +105,6 @@ class ViewPostTheme extends Themelet
|
|||
TABLE(
|
||||
[
|
||||
"class" => "image_info form",
|
||||
"style" => "width: 500px; max-width: 100%;"
|
||||
],
|
||||
...$editor_parts,
|
||||
),
|
||||
|
|
Reference in a new issue