Note that there are some explanatory texts on larger screens.

plurals
  1. POCreate vertical table border with a bit of images
    primarykey
    data
    text
    <p>I need to make a css class for a table created from CMS with tinyMCE so it will look like one below.</p> <p><a href="http://i.stack.imgur.com/0xcdT.png" rel="nofollow">http://i.stack.imgur.com/0xcdT.png</a></p> <p>Everything is pretty trivial except that dashed vertical delimeter with cirles. Actually having no idea how can I do it.</p> <p>Here's what I have atm. Just a dashed line.</p> <p><a href="http://i.stack.imgur.com/Wp6M6.png" rel="nofollow">http://i.stack.imgur.com/Wp6M6.png</a></p> <pre><code>table.testclass {width: 100%; font-size: 1.3em; -webkit-border-vertical-spacing: 1px; -webkit-border-horizontal-spacing: 0px;} .testclass tr:first-child td:first-child{border:0px; } .testclass tr:first-child td:last-child{border: 0px;} .testclass td{ height: 50px; border-bottom: 1px; border-top: 1px; border-color: black; border-style: solid; vertical-align: middle;} .testclass tr td:first-child {text-align: right; border-left: 1px solid black; padding-right: 0px; border-right: 1px dashed rgba(0, 0, 0, 0.33) !important; width: 33%; padding-right: 25px; } .testclass tr td:last-child {text-align: left;border-right: 1px solid black; padding-left: 25px;} </code></pre> <p>Here's HTML generated:</p> <pre><code>&lt;table class="testclass" border="0"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;test&lt;/td&gt; &lt;td&gt;test&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;assdava&lt;/td&gt; &lt;td&gt;zxcv234vbzx&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;23dfasdfadq2&lt;/td&gt; &lt;td&gt;sdfWFASDF&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload