diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-15 18:21:11 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-15 18:21:11 +0200 |
| commit | 91b7dcb4e74cd4eb4903241862f63fc8ba4015b6 (patch) | |
| tree | f306de49e908d0094f8170f4a0a621182da7597d | |
| parent | 9280bb827781a630887bd98f7024f8ecf715367a (diff) | |
| download | Ishtar-91b7dcb4e74cd4eb4903241862f63fc8ba4015b6.tar.bz2 Ishtar-91b7dcb4e74cd4eb4903241862f63fc8ba4015b6.zip | |
Minor style fix
| -rw-r--r-- | ishtar_common/static/media/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 8916dce0b..09005ce84 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -583,6 +583,10 @@ ul.form-flex label { padding-left: 10px; } +ul.form-flex li li label { + width: 300px; +} + #window ul.form-flex label { width: 150px; } |
