diff options
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; } |
