summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-03-07 15:00:12 +0200
committerAlon Levy <alon@pobox.com>2015-03-07 15:02:42 +0200
commitcef76c3741b2d02bc4e9ba825cfda674c6c37351 (patch)
treeae2111a680f610f9d33158f0adb58591aa11c6ee /res
parent10d8013b38b11bff411b89cb3b8c996c0918a7da (diff)
client/css/graph-view/node info: set textarea style
Diffstat (limited to 'res')
-rw-r--r--res/client/css/by-view/graph-view.scss9
-rw-r--r--res/client/css/style.css7
2 files changed, 2 insertions, 14 deletions
diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss
index 6ae485d0..cf26e67a 100644
--- a/res/client/css/by-view/graph-view.scss
+++ b/res/client/css/by-view/graph-view.scss
@@ -211,19 +211,12 @@
font-size: $h3-size;
}
-#editname {
+#editbox textarea {
width: 100%;
height:inherit;
font-size: $h3-size;
}
-#editdescription {
- width: 100%;
- height:inherit;
- font-size: $h3-size;
-}
-
-
#graph-view__canvas {
height: inherit; // inherit from container which should be set to 100%
}
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; }