Skip to content
Snippets Groups Projects
Commit 7579c0ec authored by Daniel Vincent Grippi's avatar Daniel Vincent Grippi
Browse files

more cleanup

parent f5565025
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
%meta{"http-equiv"=>"Content-Type", :content=>"text/html; charset=utf-8"}/
= stylesheet_link_tag "blueprint/screen", :media => 'screen'
= stylesheet_link_tag "application", "ui", 'bubble'
= stylesheet_link_tag "application", "ui"
= stylesheet_link_tag "/../javascripts/fancybox/jquery.fancybox-1.3.1"
= stylesheet_link_tag "fileuploader"
......
public/images/diaspora.png

1.18 KiB

public/images/loader.gif

1.58 KiB

......@@ -83,7 +83,6 @@ header {
padding-top: 5px;
border-bottom: 1px solid #cccccc; }
header #diaspora_text {
z-index: 6;
display: inline;
font-family: "BrandonGrotesqueLightRegular";
font-size: 16px;
......@@ -101,6 +100,8 @@ header {
position: absolute;
display: inline;
right: 0; }
header #session_action a {
color: #999999; }
header #session_action ul {
list-style: none;
padding: 0;
......@@ -356,7 +357,8 @@ label {
margin-right: 15px; }
#publisher p {
position: absolute;
left: 0; }
left: 0;
top: 0; }
#publisher form {
display: inline; }
#publisher form input[type='submit'] {
......@@ -465,6 +467,7 @@ h1.big_text {
display: none; }
#group_nav {
z-index: 4;
position: relative;
color: black;
margin-top: 8px;
......
......@@ -91,7 +91,6 @@ header
:bottom 1px solid #ccc
#diaspora_text
:z-index 6
:display inline
:font
:family 'BrandonGrotesqueLightRegular'
......@@ -116,6 +115,9 @@ header
:display inline
:right 0
a
:color #999
ul
:list
:style none
......@@ -452,6 +454,7 @@ label
p
:position absolute
:left 0
:top 0
form
:display inline
......@@ -597,6 +600,7 @@ h1.big_text
:display none
#group_nav
:z-index 4
:position relative
:color #000
:margin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment