DG MS; hide debug info by default. also, made the text lighter.
This commit is contained in:
parent
1e6b309163
commit
ca780f3560
5 changed files with 11 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -64,7 +64,6 @@
|
|||
- else
|
||||
%h1
|
||||
= @group.name
|
||||
|
||||
.span-19.last
|
||||
= render "shared/publisher", :group_ids => :all
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#debug_info
|
||||
%h5 DEBUG INFO
|
||||
#debug_more
|
||||
#debug_more{ :style => "display:none;" }
|
||||
%ul
|
||||
%li
|
||||
%b params
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue