From 1c538bfabc2cd31f27067505f0c3d1a46cba6ef0 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 9 Jul 2015 22:18:55 -0700 Subject: RT 4.2.11, ticket#13852 --- rt/share/static/css/base/articles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 rt/share/static/css/base/articles.css (limited to 'rt/share/static/css/base/articles.css') diff --git a/rt/share/static/css/base/articles.css b/rt/share/static/css/base/articles.css new file mode 100644 index 000000000..6e5a625fd --- /dev/null +++ b/rt/share/static/css/base/articles.css @@ -0,0 +1,11 @@ +#comp-Articles-Article-Search .label h2 { + text-align: left; +} + +.articles-select-article select { + max-width: 20em; +} + +#articles-needs-setup a { + text-decoration: underline; +} -- cgit v1.2.1