Skip to content
Extraits de code Groupes Projets
Valider 7579c0ec rédigé par Daniel Vincent Grippi's avatar Daniel Vincent Grippi
Parcourir les fichiers

more cleanup

parent f5565025
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
%meta{"http-equiv"=>"Content-Type", :content=>"text/html; charset=utf-8"}/ %meta{"http-equiv"=>"Content-Type", :content=>"text/html; charset=utf-8"}/
= stylesheet_link_tag "blueprint/screen", :media => 'screen' = 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 "/../javascripts/fancybox/jquery.fancybox-1.3.1"
= stylesheet_link_tag "fileuploader" = stylesheet_link_tag "fileuploader"
......
public/images/diaspora.png

1,18 ko

public/images/loader.gif

1,58 ko

...@@ -83,7 +83,6 @@ header { ...@@ -83,7 +83,6 @@ header {
padding-top: 5px; padding-top: 5px;
border-bottom: 1px solid #cccccc; } border-bottom: 1px solid #cccccc; }
header #diaspora_text { header #diaspora_text {
z-index: 6;
display: inline; display: inline;
font-family: "BrandonGrotesqueLightRegular"; font-family: "BrandonGrotesqueLightRegular";
font-size: 16px; font-size: 16px;
...@@ -101,6 +100,8 @@ header { ...@@ -101,6 +100,8 @@ header {
position: absolute; position: absolute;
display: inline; display: inline;
right: 0; } right: 0; }
header #session_action a {
color: #999999; }
header #session_action ul { header #session_action ul {
list-style: none; list-style: none;
padding: 0; padding: 0;
...@@ -356,7 +357,8 @@ label { ...@@ -356,7 +357,8 @@ label {
margin-right: 15px; } margin-right: 15px; }
#publisher p { #publisher p {
position: absolute; position: absolute;
left: 0; } left: 0;
top: 0; }
#publisher form { #publisher form {
display: inline; } display: inline; }
#publisher form input[type='submit'] { #publisher form input[type='submit'] {
...@@ -465,6 +467,7 @@ h1.big_text { ...@@ -465,6 +467,7 @@ h1.big_text {
display: none; } display: none; }
#group_nav { #group_nav {
z-index: 4;
position: relative; position: relative;
color: black; color: black;
margin-top: 8px; margin-top: 8px;
......
...@@ -91,7 +91,6 @@ header ...@@ -91,7 +91,6 @@ header
:bottom 1px solid #ccc :bottom 1px solid #ccc
#diaspora_text #diaspora_text
:z-index 6
:display inline :display inline
:font :font
:family 'BrandonGrotesqueLightRegular' :family 'BrandonGrotesqueLightRegular'
...@@ -116,6 +115,9 @@ header ...@@ -116,6 +115,9 @@ header
:display inline :display inline
:right 0 :right 0
a
:color #999
ul ul
:list :list
:style none :style none
...@@ -452,6 +454,7 @@ label ...@@ -452,6 +454,7 @@ label
p p
:position absolute :position absolute
:left 0 :left 0
:top 0
form form
:display inline :display inline
...@@ -597,6 +600,7 @@ h1.big_text ...@@ -597,6 +600,7 @@ h1.big_text
:display none :display none
#group_nav #group_nav
:z-index 4
:position relative :position relative
:color #000 :color #000
:margin :margin
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter