DG MS; hide debug info by default. also, made the text lighter.

This commit is contained in:
Daniel Vincent Grippi 2010-09-08 16:35:30 -07:00
parent 1e6b309163
commit ca780f3560
5 changed files with 11 additions and 9 deletions

View file

@ -1,4 +1,3 @@
= render "shared/publisher", :group_ids => :all
%ul#stream
- for post in @posts
= render type_partial(post), :post => post unless post.class == Album

View file

@ -64,7 +64,6 @@
- else
%h1
= @group.name
.span-19.last
= render "shared/publisher", :group_ids => :all

View file

@ -1,6 +1,6 @@
#debug_info
%h5 DEBUG INFO
#debug_more
#debug_more{ :style => "display:none;" }
%ul
%li
%b params

View file

@ -105,7 +105,7 @@ header {
height: 85px; }
header #group_header h1 {
margin-bottom: 0;
margin-top: 25px; }
margin-top: 27px; }
#show_filters {
z-index: 100;
@ -292,7 +292,10 @@ ul.comment_set {
font-size: larger; }
#debug_info {
margin-top: 20px; }
margin-top: 20px;
color: #cccccc; }
#debug_info h5 {
color: #cccccc; }
input[type='text'], textarea {
font-family: "lucida grande", "sans-serif";
@ -336,8 +339,6 @@ label {
float: right;
margin-right: 20px;
margin-top: 26px; }
#publisher form input[type='submit'].button {
background: #c3ff68; }
#publisher textarea {
width: 600px;
height: 40px;

View file

@ -125,8 +125,7 @@ header
h1
:margin
:bottom 0
:top 25px
:top 27px
#show_filters
:z-index 100
@ -367,6 +366,10 @@ ul.comment_set
#debug_info
:margin-top 20px
:color #ccc
h5
:color #ccc
input[type='text'], textarea