Browse Source

more styling, fix to main.js login div

ec2-user 12 years ago
parent
commit
ff5d483033
3 changed files with 5 additions and 3 deletions
  1. 3 2
      public/assets/css/screen.css
  2. 1 1
      public/index.html
  3. 1 0
      public/stylesheets/fc2.css

+ 3 - 2
public/assets/css/screen.css

@@ -645,10 +645,11 @@ div.conduct p.academic {
 	padding: 2em 0;
 }
 div.conduct img {
+	display: inline;
 	padding: 20px; 
 	border: solid 1px #888;
-	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcff), to(#f4f4ff));
-	background: -moz-linear-gradient(top,  #fcfcff,  #f4f4ff);
+	background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f8f8f8));
+	background: -moz-linear-gradient(top,  #fdfdfd,  #f8f8f8);
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcff', endColorstr='#f4f4ff');
 	-webkit-border-radius: .2em; 
 	-moz-border-radius: .2em;

+ 1 - 1
public/index.html

@@ -28,7 +28,7 @@
 					<div class="grid-9">
 						<nav id="user-nav" class="small">
 							<ul>
-								<li>Hi, <span class="username">Guest</span></li>
+								<li><span class="username">Guest</span></li>
 								<li><a id=login_link href="/login">Login</a></li>
 							</ul>
 						</nav>

+ 1 - 0
public/stylesheets/fc2.css

@@ -871,6 +871,7 @@ div.conduct p.academic {
 	padding: 2em 0;
 }
 div.conduct img {
+	display: inline;
 	padding: 20px; 
 	border: solid 1px #888;
 	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcff), to(#f4f4ff));