From 5e59c79d1d0604e04aa5f5faef438d8b7d407b43 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Tue, 28 Aug 2012 19:05:57 -0400 Subject: [PATCH] Tab between class and personal message (imported from commit f7ce9eebc8fe75ad0fcfd0f60dde9ae117681134) --- templates/zephyr/index.html | 79 +++++++++++++++++++-------------- zephyr/static/styles/zephyr.css | 4 +- 2 files changed, 48 insertions(+), 35 deletions(-) diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html index 8a729ffd4f..5a65e2b805 100644 --- a/templates/zephyr/index.html +++ b/templates/zephyr/index.html @@ -157,41 +157,54 @@ function get_updates() { } -
-{% csrf_token %} -
-
- - -
-
- - -
-
-
-
- - -
-
-
+
+ -
-{% csrf_token %} -
-
- - +
+
+ + {% csrf_token %} +
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ +
+
+
+ {% csrf_token %} +
+
+ + +
+
+
+
+ + + +
+
+
+
+
-
-
- - - -
-
- Unhide diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 71b80cb2b8..449b646cc1 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -14,9 +14,9 @@ body { } form.zephyr input { - width: 100%; + width: 95%; } form.zephyr textarea { - width: 100%; + width: 95%; }