From ba667a8cd8f5dc4d6d3d10ffe4d4afa8ae9b70a1 Mon Sep 17 00:00:00 2001 From: Noel Wuyts Date: Fri, 8 May 2015 14:50:10 +0200 Subject: [PATCH] input port field - error message update --- .../plugins/core/widgets/luci.input.port.html | 4 +-- .../htdocs/themes/inteno-red/css/theme.css | 35 +++++++++++++++++++ 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/luciexpress/htdocs/plugins/core/widgets/luci.input.port.html b/luciexpress/htdocs/plugins/core/widgets/luci.input.port.html index 64c426bc5..6725afe5a 100644 --- a/luciexpress/htdocs/plugins/core/widgets/luci.input.port.html +++ b/luciexpress/htdocs/plugins/core/widgets/luci.input.port.html @@ -6,8 +6,8 @@
- {{'error.port.required'|translate}} - {{'error.port.invalid'|translate}} + {{'error.port.required'|translate}} + {{'error.port.invalid'|translate}}
diff --git a/luciexpress/htdocs/themes/inteno-red/css/theme.css b/luciexpress/htdocs/themes/inteno-red/css/theme.css index 3a82853ed..84aaaf73d 100644 --- a/luciexpress/htdocs/themes/inteno-red/css/theme.css +++ b/luciexpress/htdocs/themes/inteno-red/css/theme.css @@ -49,3 +49,38 @@ div.logo { opacity: 0; padding: 0 10px; } + +h3.detail-strong, +h4.detail-strong{ + color: #333; + font-weight: 700; +} + +h3.detail-strong { + font-size: 1.5em; +} + +h4.detail-strong { + font-size: 1.2em; +} + +.radio label.detail-strong-input { + font-size: 1em; + font-weight: 700; +} + +.radio label.detail-strong-input span { + margin-top: -4px; +} + +.radio.radio-inline.radio-align { + margin-top: 10px; +} + +.margin-left-10 { + margin-left: 10px; +} + +span.error { + color: #a94442; +}