From: Ben Klang Date: Tue, 18 May 2010 03:21:38 +0000 (-0400) Subject: Pastie: Improve formatting of recent pastes X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a849f154be4206c3f3f90cf676a2f68c5c691fe2;p=horde.git Pastie: Improve formatting of recent pastes --- diff --git a/pastie/templates/paste.inc b/pastie/templates/paste.inc index 2097b1c01..0209d885d 100644 --- a/pastie/templates/paste.inc +++ b/pastie/templates/paste.inc @@ -1,4 +1,4 @@ -'; -$form->renderActive(null, null, $url, 'post'); \ No newline at end of file + +
+renderActive(null, null, $url, 'post'); ?> +
diff --git a/pastie/templates/recent.inc b/pastie/templates/recent.inc index a220e778a..d7c7f727b 100644 --- a/pastie/templates/recent.inc +++ b/pastie/templates/recent.inc @@ -4,7 +4,11 @@ $uuid = Horde::applicationUrl('uuid');

Recent Pastings


- +

| @@ -13,4 +17,4 @@ $uuid = Horde::applicationUrl('uuid');

-
\ No newline at end of file + diff --git a/pastie/themes/screen.css b/pastie/themes/screen.css index f993e98d0..ebb34bdc6 100644 --- a/pastie/themes/screen.css +++ b/pastie/themes/screen.css @@ -38,4 +38,11 @@ border: 1px solid #c00; background-color: #ddd; list-style-position: inside; -} \ No newline at end of file +} + +.pasteForm { + float: right; + width: 75%; + margin: 10px; + border: 1px solid #ccc; +}