more cleanup
This commit is contained in:
parent
f5565025cb
commit
7579c0ec50
5 changed files with 11 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.6 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue