From 05d7f09c8499ba7039745ed99c7aa284ccb64472 Mon Sep 17 00:00:00 2001 From: 0ip Date: Sat, 3 Dec 2011 15:06:07 +0100 Subject: [PATCH] semi-fullscreen menus --- static/css/pad.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/pad.css b/static/css/pad.css index 1d99b03cc..c48d0d960 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -1190,9 +1190,9 @@ label[for=readonlyinput] { position: relative; width: 100%; height: 100%; - top: 0; - right: 0; left: 0; + top: -36px; + border-radius: 0; } #embedinput, #linkinput { width: 90%;