Sha256: 169da334aedfdf66bb024a88db9aeff56092ff49ba5c176205c51d92ddddacc6
Contents?: true
Size: 667 Bytes
Versions: 2
Compression:
Stored size: 667 Bytes
Contents
/* Metamodel Specific Styles *****************************************************************************/ /* overwrite indentation of contained elements (default) */ .ct_containment { padding: 0; } .ct_containment .ct_element { margin: 0; } .ct_containment > .ct_slot > .ct_inline_editor { margin: 0; } /* use images for the square root */ div.ctc_Sqrt { padding-left: 19px; background: url(sqrt_vert.png) no-repeat left bottom; } div.ctc_Sqrt.ct_selected { padding-left: 19px; background: url(sqrt_vert.png) no-repeat left bottom #001120; } div.ctc_Sqrt > div { background: url(sqrt_horz.png) no-repeat right top; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
concrete-0.2.1 | example/formula_editor/style.css |
concrete-0.2.0 | example/formula_editor/style.css |