diff options
| -rw-r--r-- | ishtar_common/static/media/style.css | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 8973876c6..9e08e35d0 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -942,10 +942,6 @@ a.photo{      border:1px solid #f1f2f6;  } -#window table td.string, .dashboard table.resume td.string{ -    text-align:left; -} -  #window table td.ref, .dashboard table.resume td.ref{      text-align:left;      white-space:nowrap; @@ -1278,6 +1274,7 @@ table.table-form td input{  }  .clean-table table{ +  width: 100%;    border-collapse: collapse;    margin-left: auto;    margin-right: auto; | 
