diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-26 11:25:27 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-26 11:25:27 +0200 | 
| commit | 2ebd6cb763f3a85a5028903a0f97b9012b5658c1 (patch) | |
| tree | 475fd1399f077f9c4282d0336c4b8a63a5c5fb06 | |
| parent | 5a2a96d31fb15538aac04053bc59f547a2f73279 (diff) | |
| download | Ishtar-2ebd6cb763f3a85a5028903a0f97b9012b5658c1.tar.bz2 Ishtar-2ebd6cb763f3a85a5028903a0f97b9012b5658c1.zip  | |
Minor style fix
| -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;  | 
