Projet

Général

Profil

0001-fixe-MappingsWidget-layout.patch

Thomas Jund (congés, retour le 29/04), 06 février 2020 13:45

Télécharger (1,11 ko)

Voir les différences:

Subject: [PATCH] fixe MappingsWidget layout

 wcs/qommon/static/css/dc2/admin.css | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)
wcs/qommon/static/css/dc2/admin.css
1024 1024
div.ConditionWidget div.content input[type=text] {
1025 1025
	margin: 0;
1026 1026
	padding-right: 10ex;
1027
	width: calc(100% - 2em - 8px);
1027 1028
}
1028 1029

  
1029 1030
div.ComputedExpressionWidget div.content span,
......
1860 1861
	background: #ddf;
1861 1862
}
1862 1863

  
1864
.MappingsWidget table {
1865
	width: 100%;
1866
}
1867

  
1863 1868
.MappingsWidget td:first-child select {
1864
       max-width: 300px;
1869
	width: 100%;
1870
}
1871

  
1872
.MappingsWidget th {
1873
	text-align: left;
1874
	font-weight: normal;
1875
}
1876

  
1877
.MappingsWidget th:first-child  {
1878
	width: 40%;
1879
	min-width: 10em;
1865 1880
}
1866
-