From bc9c4fe5026e673d3f0c00a16c5dfa8aba9f9607 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 10 Sep 2012 18:28:33 +0400 Subject: [PATCH] some very minor but very important changes... Signed-off-by: Alex A. Naanou --- ui/TODO.otl | 3 +++ ui/gallery.css | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ui/TODO.otl b/ui/TODO.otl index 15d8f65c..059692dd 100755 --- a/ui/TODO.otl +++ b/ui/TODO.otl @@ -292,6 +292,9 @@ Priority work [_] 3% Preview III [_] use Caps Lock for edit mode... [_] infinite ribbons - dynamic structure construction and partial state + | one way to do this is by: + | - limiting the number of images per field + | - adding new images to new fields to the left and right of current [_] 0% state [_] 0% save state [_] named manual diff --git a/ui/gallery.css b/ui/gallery.css index 7dfe1a79..6abdf419 100755 --- a/ui/gallery.css +++ b/ui/gallery.css @@ -293,7 +293,7 @@ .field { - position: relative; + position: absolute; overflow: visible; top: 0px; left: 0px;