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 | 56d22da79a3d5c7fe274944f03531304d318695d (patch) | |
| tree | 475fd1399f077f9c4282d0336c4b8a63a5c5fb06 | |
| parent | 2f680a678c0bd1233a4dd98f9c16f81a0843ead3 (diff) | |
| download | Ishtar-56d22da79a3d5c7fe274944f03531304d318695d.tar.bz2 Ishtar-56d22da79a3d5c7fe274944f03531304d318695d.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;  | 
