Commit cfe1d78e authored by Lu Xu's avatar Lu Xu 👀

slapos_jio: Add CSS class for logo

parent 01c2661d
......@@ -87,4 +87,10 @@
background: white !important;
cursor: default;
text-align: center;
}
/* for Software Logo*/
div.editable_div.logo img {
object-fit: cover;
max-height: 3.5em;
}
\ No newline at end of file
......@@ -10,6 +10,7 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>css_class</string>
<string>default</string>
<string>image_display</string>
<string>image_quality</string>
......@@ -84,6 +85,10 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>css_class</string> </key>
<value> <string>logo</string> </value>
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
......@@ -98,7 +103,7 @@
</item>
<item>
<key> <string>image_display</string> </key>
<value> <string>micro</string> </value>
<value> <string>thumbnail</string> </value>
</item>
<item>
<key> <string>image_quality</string> </key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment