From 76f760fe029303ba2ff203759a8332a628a9a7ec Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 30 Mar 2013 15:39:56 +0100 Subject: plugin chooser for settings --- module/web/static/css/default/settings.less | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'module/web/static/css/default') diff --git a/module/web/static/css/default/settings.less b/module/web/static/css/default/settings.less index 2501e2d0d..44eeddc5f 100644 --- a/module/web/static/css/default/settings.less +++ b/module/web/static/css/default/settings.less @@ -61,4 +61,32 @@ padding-left: 200px; } +} + +/* + Plugin select +*/ + +.plugin-select { + background-position: left 2px; + background-repeat: no-repeat; + background-size: 20px 20px; + padding-left: 24px; + + font-weight: bold; + span { + line-height: 14px; + font-size: small; + font-weight: normal; + } + +} + +.logo-select { + width: 20px; + height: 20px; +} + +.select2-container { + min-width: 206px; // same as other input fields } \ No newline at end of file -- cgit v1.2.3