diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-13 12:40:11 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-13 14:01:49 +0100 |
| commit | ac840acf81be5a2b002948cfd92871112ba40567 (patch) | |
| tree | 69fcae5e7d0036c4a9f02fb7945f78855d76c987 /ishtar_common/static | |
| parent | e3a1f1aa0d0aa05f8f969adb3e40701aaa9ad39f (diff) | |
| download | Ishtar-ac840acf81be5a2b002948cfd92871112ba40567.tar.bz2 Ishtar-ac840acf81be5a2b002948cfd92871112ba40567.zip | |
Imports: admin can see all imports (refs #3450)
Diffstat (limited to 'ishtar_common/static')
| -rw-r--r-- | ishtar_common/static/media/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 06c80c194..2fd56f697 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -1490,6 +1490,7 @@ table.table-form td input{ margin: 10px 0 10px 0; width: 100%; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); + border-collapse: collapse; } .clean-table h4{ @@ -1526,6 +1527,7 @@ table.table-form td input{ background: #DA2D2D; text-align: center; padding: 0.2em 0.4em; + border-right: 1px solid #fff; } .clean-table tr th.sub { |
