From f87c20efb39b9a713891b572a2f45c9a078902c9 Mon Sep 17 00:00:00 2001 From: Ofer Lehr Date: Sun, 7 Dec 2014 08:36:22 +0200 Subject: fixes some info card styling - the input field now doesn't clip the text before the end of the row - tough i think we will need to change it to a

element because of text overflow issues - some styling to the drop down. aparently we will need to implement it in javascript to get full styling control --- res/css/style.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'res/css/style.css') diff --git a/res/css/style.css b/res/css/style.css index 65dddef6..ac929313 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -500,6 +500,28 @@ body.debug .debug-ui-right { font-size: 24px; margin: 12px 0px 24px 0px; } +#editbox .info-card-attr-val input { + width: 100%; + font-size: 24px; } + +.select-dropdown { + border: none; + font-family: "Source_Regular", sans-serif; + background-color: white; + font-size: 18px; + color: #363636; + width: 100%; + padding: 0; + margin: 12px 0px 24px 0px; } + +.select-dropdown:focus { + outline: none; } + +.select-dropdown option { + font-size: 18px; + color: #363636; + border: 1px solid #363636; } + .info hr { width: 250px; position: relative; -- cgit v1.3.1