diff options
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/jstoolbar.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/public/stylesheets/jstoolbar.css b/public/stylesheets/jstoolbar.css index bd490b89f..5672e694c 100644 --- a/public/stylesheets/jstoolbar.css +++ b/public/stylesheets/jstoolbar.css @@ -80,6 +80,22 @@ .jstElements .help { float: right; margin-right: 0.5em; padding-top: 8px; font-size: 0.9em; } .jstElements .help a {padding: 2px 0 2px 20px; background: url(../images/help.png) no-repeat 0 50%;} +.table-generator td { + border: 2px solid #ccc; + background-color: white; + padding: 10px; + cursor: pointer; +} + +.table-generator td.selected-cell, .table-generator td:hover { + background-color: #759FCF; +} + +.table-generator { + position: absolute; + border-collapse: collapse; +} + /* Buttons -------------------------------------------------------- */ .jstb_strong { @@ -130,6 +146,9 @@ .jstb_img { background-image: url(../images/jstoolbar/bt_img.png); } +.jstb_table { + background-image: url(../images/jstoolbar/bt_table.png); +} .jstb_help { background-image: url(../images/help.png); } |