myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3091] trunk: tweaked style


From: noreply
Subject: [myexperiment-hackers] [3091] trunk: tweaked style
Date: Sun, 19 Aug 2012 18:00:24 +0000 (UTC)

Revision
3091
Author
dgc
Date
2012-08-19 18:00:24 +0000 (Sun, 19 Aug 2012)

Log Message

tweaked style

Modified Paths

Diff

Modified: trunk/app/views/gadgets/_most_popular_tags.rhtml (3090 => 3091)


--- trunk/app/views/gadgets/_most_popular_tags.rhtml	2012-08-19 07:08:14 UTC (rev 3090)
+++ trunk/app/views/gadgets/_most_popular_tags.rhtml	2012-08-19 18:00:24 UTC (rev 3091)
@@ -3,7 +3,7 @@
 
   <div class="header">
     <p>
-      <b>Popular Tags</b><br />
+      Popular Tags<br />
       <small><%= pluralize(limit, "tag") %></small><br/>
 	  <small>[<%= link_to "All Tags", tags_path %>]</small>
     </p>

Modified: trunk/app/views/gadgets/_network_monitor.rhtml (3090 => 3091)


--- trunk/app/views/gadgets/_network_monitor.rhtml	2012-08-19 07:08:14 UTC (rev 3090)
+++ trunk/app/views/gadgets/_network_monitor.rhtml	2012-08-19 18:00:24 UTC (rev 3091)
@@ -2,7 +2,7 @@
 
   <div class="header">
     <p>
-      <b><%= title(network) %></b><br/>
+      <%= title(network) %><br/>
       <small>
         <%= pluralize(network.members(false).length, "member") %>, <%= pluralize(network.contributions.length, "contribution") %>
       </small>

Modified: trunk/app/views/gadgets/_user_favourites.rhtml (3090 => 3091)


--- trunk/app/views/gadgets/_user_favourites.rhtml	2012-08-19 07:08:14 UTC (rev 3090)
+++ trunk/app/views/gadgets/_user_favourites.rhtml	2012-08-19 18:00:24 UTC (rev 3091)
@@ -5,7 +5,7 @@
 
   <div class="header">
     <p>
-      <b>My Favourites</b><br />
+      My Favourites<br />
       <small>
       	<%= link_to(pluralize(current_user.bookmarks.length, "favourite"), currentusers_things_url('favourites')) %>
 			</small>

Modified: trunk/app/views/gadgets/_user_tags.rhtml (3090 => 3091)


--- trunk/app/views/gadgets/_user_tags.rhtml	2012-08-19 07:08:14 UTC (rev 3090)
+++ trunk/app/views/gadgets/_user_tags.rhtml	2012-08-19 18:00:24 UTC (rev 3091)
@@ -4,7 +4,7 @@
 
   <div class="header">
     <p>
-      <b>My Tags</b><br />
+      My Tags<br />
       <small>
 				<%= link_to(pluralize(current_user.tags.length, "tag"), currentusers_things_url('tags')) %>
 			</small>

Modified: trunk/public/stylesheets/gadgets.css (3090 => 3091)


--- trunk/public/stylesheets/gadgets.css	2012-08-19 07:08:14 UTC (rev 3090)
+++ trunk/public/stylesheets/gadgets.css	2012-08-19 18:00:24 UTC (rev 3091)
@@ -27,9 +27,7 @@
 }
 
 .myexperiment_gadget .header {
-	border: #CCCCCC 0px solid;
-	border-width: 1px 1px 1px 1px;
-	border-bottom-color: #CCCCCC;
+	border-bottom: #CCCCCC 1px solid;
   border-radius: 8px 8px 0px 0px;
   -moz-border-radius: 8px 8px 0px 0px;
   -webkit-border-top-left-radius: 8px;
@@ -55,10 +53,6 @@
 }
 
 .myexperiment_gadget .contents {
-	border-top: none;
-	border-right: #CCCCCC 1px solid;
-	border-bottom: #CCCCCC 1px solid;
-	border-left: #CCCCCC 1px solid;
   border-radius: 0px 0px 8px 8px;
   -moz-border-radius: 0px 0px 8px 8px;
   -webkit-border-bottom-left-radius: 8px;

Modified: trunk/public/stylesheets/styles.css (3090 => 3091)


--- trunk/public/stylesheets/styles.css	2012-08-19 07:08:14 UTC (rev 3090)
+++ trunk/public/stylesheets/styles.css	2012-08-19 18:00:24 UTC (rev 3091)
@@ -7,18 +7,12 @@
    http://developer.yahoo.com/yui/fonts/#fontsize
 */
 body {
-	background: #8e8e8e url('/images/body-bg.gif') repeat-y center;
-	/* Only need to define one font here because the 
-	   YUI Fonts CSS provides a degradation path
-	   (see: http://developer.yahoo.com/yui/fonts/) */
+	background: #8e8e8e;
 	font-family: arial;
-	/*background-color: #FFFFFF;*/
-	
 	line-height: 1.0;
 }
 
 p {
-	font-family: arial;
 	padding: 0.3em 0;
 	line-height: 1.4;
 	text-align: left;
@@ -30,7 +24,6 @@
 }
 
 h1,h2,h3,h4,h5,h6 {
-	font-family: arial;
 	line-height: 1.0;
 	color: #333333;
 }
@@ -127,10 +120,15 @@
 
 #doc2 {
 	background-color: #FFFFFF;
+  width: 950px;
+  padding-left: 12px;
+  padding-right: 12px;
+  box-shadow: 0 0 16px 4px #666666;
 }
 
 #myexp_header {
-	margin: 1em 0.5em 0 0.5em;
+  padding-top: 1em;
+	margin: 0 0.5em 0 0.5em;
 }
 
 .logo {
@@ -165,6 +163,7 @@
 	background-repeat: no-repeat;
 	background-position: top center;
 	padding: 10px 0;
+
   -moz-border-radius: 22px 22px 0px 0px;
   -webkit-border-top-left-radius: 6px;
   -webkit-border-top-right-radius: 6px;
@@ -185,8 +184,6 @@
 #myexp_sidebar {
 	padding: 0 0.5em 0 0.5em;
 	background-color: #456AAA;
-	border-left: 0px solid #DEDEDE;
-	border-width: 0 0 1px 1px;
 }
 
 /* Begin Footer styles */
@@ -313,9 +310,6 @@
 .tabnav li a {
 	padding: 2px 12px;
 	margin-left: 3px;
-	border-style: solid;
-  border-color: #BBB;
-  border-width: 1px 1px 0;
 	text-decoration: none;
 	background-image: url('/images/tab-bg.png');
 	background-position: top;
@@ -347,8 +341,7 @@
 	font-size: 85%;
 	text-decoration: none;
 	padding: 0.4em 0.5em;
-	background-color: #EEEEEE;
-	border: 1px solid #DEDEDE;
+	background-color: #E4E4E4;
 }
 
 #myexp_breadcrumbs_bar table {

reply via email to

[Prev in Thread] Current Thread [Next in Thread]