From 249b95b5014df40b584ec0d7e2367390899c3992 Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Thu, 21 Jan 2010 18:00:34 +0000
Subject: [PATCH] UI updates to profile page

---
 plugins/mobile/views/mobile/css.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/plugins/mobile/views/mobile/css.php b/plugins/mobile/views/mobile/css.php
index 18449f51..c31ddb6e 100755
--- a/plugins/mobile/views/mobile/css.php
+++ b/plugins/mobile/views/mobile/css.php
@@ -361,7 +361,7 @@ height:100%
 /* ! ////// SYSTEM MESSAGES */
 .messages {
     padding-top:5px;
-        padding-bottom:5px;
+    padding-bottom:5px;
     background:#ccffcc;
     color:#000000;
 	width:100%;
@@ -597,7 +597,7 @@ float:right;
 #profile_info {
 	margin:0 0 4px 0;
 	padding:5px 0 5px 0;
-background-color:#999;
+background-color:#fff;
 float:left;
 width:100%;
 }
@@ -1310,9 +1310,9 @@ color:#FFF;
 .profile_nav{
 margin:2px 0 4px 0;
 padding:10px 0 4px 0;
-border-bottom:1px solid #ccc;
+border:1px solid #ccc;
+background:#ddd;
 width:100%;
-background:#CCC;
 text-align:center;
 color:#FFF;
 }
-- 
GitLab