From 2a40187458958df7551a1718566eb972ad217332 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 13 Nov 2011 07:20:26 -0500 Subject: [PATCH] header and ul lang changes --- best/static/rapidsms/stylesheets/layout.css | 4 +- best/templates/dashboard.html | 377 ++++++++++---------- 2 files changed, 191 insertions(+), 190 deletions(-) diff --git a/best/static/rapidsms/stylesheets/layout.css b/best/static/rapidsms/stylesheets/layout.css index 73cd8d8..532c13b 100755 --- a/best/static/rapidsms/stylesheets/layout.css +++ b/best/static/rapidsms/stylesheets/layout.css @@ -117,8 +117,8 @@ background: linear-gradient(top, #94997e 0%,#d2dab3 10%,#d2dab3 80%,#94997e 100% width: 940px; } #branding h1 a { - height: 65px; - width: 245px; + height: 115px; + width: 750px; display: block; /*background: url("../images/rapidsms-logo.png") no-repeat 0 50%;*/ diff --git a/best/templates/dashboard.html b/best/templates/dashboard.html index 7a89dcb..7a4c8c7 100755 --- a/best/templates/dashboard.html +++ b/best/templates/dashboard.html @@ -1,188 +1,189 @@ -{% extends "layout.html" %} -{% block title %}Dashboard{% endblock %} - -{% block stylesheets %} -{{ block.super }} - -{% endblock %} - -{% block javascripts %} - {{ block.super }} - - -{% endblock %} -{% block content %} -
- English मराठी हिन्दी ગુજરાતી -
-
- - -

Welcome!

- -

How-To Use

- -

BUS 21 -

- -

STOP MAHIM -

- -

FROM COLABA TO MAHIM -

-

Feedback

- - -
- - -{% endblock %} - -{% block footer %} - - -{% endblock %} +{% extends "layout.html" %} +{% block title %}Dashboard{% endblock %} + +{% block stylesheets %} +{{ block.super }} + +{% endblock %} + +{% block javascripts %} + {{ block.super }} + + +{% endblock %} +{% block content %} +
+ English मराठी हिन्दी ગુજરાતી +
+
+ + +

Welcome!

+ +

How-To Use

+ +

BUS 21 +

+ +

STOP MAHIM +

+ +

FROM COLABA TO MAHIM +

+

Feedback

+ + +
+ + +{% endblock %} + +{% block footer %} + + +{% endblock %}