Projet

Général

Profil

0001-manager-keep-space-on-the-right-only-for-forms-in-th.patch

Benjamin Dauvergne, 08 décembre 2017 00:47

Télécharger (908 octets)

Voir les différences:

Subject: [PATCH] manager: keep space on the right only for forms in the main
 content (fixes #20509)

 src/authentic2/manager/static/authentic2/manager/css/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
src/authentic2/manager/static/authentic2/manager/css/style.css
92 92
  width: 100%;
93 93
}
94 94

  
95
.with-actions .form-inner-container {
95
.with-actions #main .form-inner-container {
96 96
  width: 70%;
97 97
  float: left;
98 98
}
99
-