From 10d8013b38b11bff411b89cb3b8c996c0918a7da Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sat, 7 Mar 2015 08:56:34 +0200 Subject: client: node-info style fixes. Fixes #360 --- res/client/css/style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index 8cddd1a2..7f4cd4c1 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -503,9 +503,6 @@ body.debug .debug-ui-right { .info.type-empty { border-top: 6px solid #919095; } -.info.type-chainlink { - border-top: 6px solid #363636; } - .info.type-project { border-top: 6px solid #40c200; } @@ -901,7 +898,12 @@ p { font-size: 18px; } #editname { - width: inherit; + width: 100%; + height: inherit; + font-size: 18px; } + +#editdescription { + width: 100%; height: inherit; font-size: 18px; } -- cgit v1.3.1