diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-05-11 02:32:21 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-05-11 02:32:21 +0200 |
commit | 6a39197fed921723d03aa5655a1bee7d044353c0 (patch) | |
tree | a8fc995a03e1392ae1da9580214e32848921cf5d /static | |
parent | 1d1844ec02a698494ba943bde8d5f04571f08b4f (diff) | |
download | Ishtar-6a39197fed921723d03aa5655a1bee7d044353c0.tar.bz2 Ishtar-6a39197fed921723d03aa5655a1bee7d044353c0.zip |
Operation closing (closes #441)
Diffstat (limited to 'static')
-rw-r--r-- | static/media/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/media/style.css b/static/media/style.css index d4168d5ba..b4136f6a4 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -327,12 +327,12 @@ table.confirm tr.spacer td:last-child{ #window label{ display:inline-table; font-weight:bold; - width:240px; + width:245px; } #window span.value{ display:inline-table; - width:470px; + width:465px; } #window p{ |