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
|
%ul#stream
|
||||||
- for post in @posts
|
- for post in @posts
|
||||||
= render type_partial(post), :post => post unless post.class == Album
|
= render type_partial(post), :post => post unless post.class == Album
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,6 @@
|
||||||
- else
|
- else
|
||||||
%h1
|
%h1
|
||||||
= @group.name
|
= @group.name
|
||||||
|
|
||||||
.span-19.last
|
.span-19.last
|
||||||
= render "shared/publisher", :group_ids => :all
|
= render "shared/publisher", :group_ids => :all
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#debug_info
|
#debug_info
|
||||||
%h5 DEBUG INFO
|
%h5 DEBUG INFO
|
||||||
#debug_more
|
#debug_more{ :style => "display:none;" }
|
||||||
%ul
|
%ul
|
||||||
%li
|
%li
|
||||||
%b params
|
%b params
|
||||||
|
|
|
||||||
|
|
@ -105,7 +105,7 @@ header {
|
||||||
height: 85px; }
|
height: 85px; }
|
||||||
header #group_header h1 {
|
header #group_header h1 {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
margin-top: 25px; }
|
margin-top: 27px; }
|
||||||
|
|
||||||
#show_filters {
|
#show_filters {
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
|
@ -292,7 +292,10 @@ ul.comment_set {
|
||||||
font-size: larger; }
|
font-size: larger; }
|
||||||
|
|
||||||
#debug_info {
|
#debug_info {
|
||||||
margin-top: 20px; }
|
margin-top: 20px;
|
||||||
|
color: #cccccc; }
|
||||||
|
#debug_info h5 {
|
||||||
|
color: #cccccc; }
|
||||||
|
|
||||||
input[type='text'], textarea {
|
input[type='text'], textarea {
|
||||||
font-family: "lucida grande", "sans-serif";
|
font-family: "lucida grande", "sans-serif";
|
||||||
|
|
@ -336,8 +339,6 @@ label {
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
margin-top: 26px; }
|
margin-top: 26px; }
|
||||||
#publisher form input[type='submit'].button {
|
|
||||||
background: #c3ff68; }
|
|
||||||
#publisher textarea {
|
#publisher textarea {
|
||||||
width: 600px;
|
width: 600px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
|
|
||||||
|
|
@ -125,8 +125,7 @@ header
|
||||||
h1
|
h1
|
||||||
:margin
|
:margin
|
||||||
:bottom 0
|
:bottom 0
|
||||||
:top 25px
|
:top 27px
|
||||||
|
|
||||||
|
|
||||||
#show_filters
|
#show_filters
|
||||||
:z-index 100
|
:z-index 100
|
||||||
|
|
@ -367,6 +366,10 @@ ul.comment_set
|
||||||
|
|
||||||
#debug_info
|
#debug_info
|
||||||
:margin-top 20px
|
:margin-top 20px
|
||||||
|
:color #ccc
|
||||||
|
|
||||||
|
h5
|
||||||
|
:color #ccc
|
||||||
|
|
||||||
|
|
||||||
input[type='text'], textarea
|
input[type='text'], textarea
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue