diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-07 15:00:12 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-07 15:02:42 +0200 |
| commit | cef76c3741b2d02bc4e9ba825cfda674c6c37351 (patch) | |
| tree | ae2111a680f610f9d33158f0adb58591aa11c6ee /res/client/css/style.css | |
| parent | 10d8013b38b11bff411b89cb3b8c996c0918a7da (diff) | |
client/css/graph-view/node info: set textarea style
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index 7f4cd4c1..cab83837 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -897,12 +897,7 @@ p { height: inherit; font-size: 18px; } -#editname { - width: 100%; - height: inherit; - font-size: 18px; } - -#editdescription { +#editbox textarea { width: 100%; height: inherit; font-size: 18px; } |
