diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-07 08:56:34 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-07 15:02:42 +0200 |
| commit | 10d8013b38b11bff411b89cb3b8c996c0918a7da (patch) | |
| tree | 60fd5ab63b50a532ed27338580db0aa57fde8f8b /res/client/css/style.css | |
| parent | 05a25ade0c19d6a221695d1ccb0ff07debfa9a05 (diff) | |
client: node-info style fixes. Fixes #360
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 10 |
1 files changed, 6 insertions, 4 deletions
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; } |
