From: Andy Allan Date: Sun, 27 Nov 2011 12:49:53 +0000 (+0000) Subject: Right-align form labels X-Git-Url: https://git.openstreetmap.org/potlatch2.git/commitdiff_plain/d8ae80ce901b114c0eb75405eead532698399bcb?hp=dbdc54ffeb02d02f2562e27d23b946eedbe2dded Right-align form labels --- diff --git a/styles/Application.css b/styles/Application.css index 6481249a..87bc9760 100644 --- a/styles/Application.css +++ b/styles/Application.css @@ -59,6 +59,10 @@ mx|Label { fontWeight: normal; } +s|FormItem s|Label#labelDisplay { + textAlign: right; +} + /* Main window */ mx|Application {