From 374eb2576ac59e0792349e97ab5f689671d8712a Mon Sep 17 00:00:00 2001 From: Dhiru Date: Tue, 14 Aug 2012 14:49:47 +0530 Subject: modifying the looks of image,video and document library --- gstudio/templates/gstudio/image.html | 45 ++++++++++++++++++++++-------------- 1 file changed, 28 insertions(+), 17 deletions(-) (limited to 'gstudio/templates/gstudio/image.html') diff --git a/gstudio/templates/gstudio/image.html b/gstudio/templates/gstudio/image.html index 293b7ec..73d05da 100644 --- a/gstudio/templates/gstudio/image.html +++ b/gstudio/templates/gstudio/image.html @@ -29,38 +29,34 @@ background-color:#E8E8E8 ; background-color:white } -#divpost +#divsearch +{ +position:absolute; +} +#upperdiv { position:relative; +margin-bottom:35%; } -#divsearch +#divpost { position:absolute; -margin-left:61%; -margin-top:-35%; +margin-left:52%; } + {% if user.is_authenticated %} {% autopaginate images 10 %}

Image Library

-
-
-{% csrf_token %} +
+
-

Post Image:

-Title:             

-Image:         

-Description:   -

-                      - -
{% csrf_token %} -

Search Image:

+

Search Image:


@@ -72,8 +68,23 @@ Description:  
-
+
+
+{% csrf_token %} + +

Post Image:

+Title: 

+Image: 

+Description:   +

+ + + +
+
+
+

IMAGES

{% for image in images %} -- cgit v1.1