From 9968784c978199b10bd7f6fcc465ba5fc5841e0e Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 11 Nov 2014 17:11:47 +0200 Subject: Add edge_info tab; implements edge deletion --- res/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/css/style.css') diff --git a/res/css/style.css b/res/css/style.css index aa304a3e..995eb2ea 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -324,7 +324,7 @@ input:focus { vertical-align: middle; } -.info{ +.edge_info, .info { background-color: rgba(17,17,17,0.8); position:fixed; top:150px; -- cgit v1.3.1