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

MS DG more tweaking

parent ca780f35
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -77,6 +77,7 @@ header { ...@@ -77,6 +77,7 @@ header {
padding: 0; padding: 0;
border-bottom: 1px solid #cccccc; } border-bottom: 1px solid #cccccc; }
header #diaspora_text { header #diaspora_text {
z-index: 6;
position: absolute; position: absolute;
display: inline; display: inline;
font-family: "BrandonGrotesqueLightRegular"; font-family: "BrandonGrotesqueLightRegular";
...@@ -99,6 +100,7 @@ header { ...@@ -99,6 +100,7 @@ header {
header #session_action a.new_requests { header #session_action a.new_requests {
color: #df0101; } color: #df0101; }
header #group_header { header #group_header {
z-index: 5;
text-shadow: 0 2px 0 white; text-shadow: 0 2px 0 white;
background-color: #eeeeee; background-color: #eeeeee;
border-top: 1px solid #555555; border-top: 1px solid #555555;
...@@ -342,7 +344,8 @@ label { ...@@ -342,7 +344,8 @@ label {
#publisher textarea { #publisher textarea {
width: 600px; width: 600px;
height: 40px; height: 40px;
margin-top: 0; } margin-top: 0;
-webkit-box-shadow: 0 1px 0 white; }
#publisher .button { #publisher .button {
margin-left: 100px; } margin-left: 100px; }
...@@ -476,15 +479,15 @@ h1.big_text { ...@@ -476,15 +479,15 @@ h1.big_text {
background-color: #444444; } background-color: #444444; }
#group_nav ul > li:hover a { #group_nav ul > li:hover a {
color: #999999; } color: #999999; }
#group_nav ul .selected { #group_nav ul > li.selected {
font-weight: bold; font-weight: bold;
background-color: #eeeeee; background-color: #eeeeee;
border-bottom: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee;
color: black; }
#group_nav ul .selected:hover {
background-color: #efefef; }
#group_nav ul .selected a {
color: black; } color: black; }
#group_nav ul > li.selected:hover {
background-color: #efefef; }
#group_nav ul > li.selected a {
color: black; }
#add_photo_loader { #add_photo_loader {
position: absolute; position: absolute;
......
...@@ -85,6 +85,7 @@ header ...@@ -85,6 +85,7 @@ header
:bottom 1px solid #ccc :bottom 1px solid #ccc
#diaspora_text #diaspora_text
:z-index 6
:position absolute :position absolute
:display inline :display inline
:font :font
...@@ -115,6 +116,7 @@ header ...@@ -115,6 +116,7 @@ header
:padding-right 10px :padding-right 10px
#group_header #group_header
:z-index 5
:text-shadow 0 2px 0 #fff :text-shadow 0 2px 0 #fff
:background :background
:color #eee :color #eee
...@@ -432,6 +434,8 @@ label ...@@ -432,6 +434,8 @@ label
:margin :margin
:top 0 :top 0
:-webkit-box-shadow 0 1px 0 #fff
.button .button
:margin-left 100px :margin-left 100px
...@@ -594,7 +598,6 @@ h1.big_text ...@@ -594,7 +598,6 @@ h1.big_text
:margin :margin
:right 0.5em :right 0.5em
:padding 3px 8px :padding 3px 8px
:border 1px solid #555 :border 1px solid #555
&.last-child &.last-child
...@@ -614,19 +617,19 @@ h1.big_text ...@@ -614,19 +617,19 @@ h1.big_text
a a
:color #999 :color #999
.selected &.selected
:font :font
:weight bold :weight bold
:background
:color #eee
:border
:bottom 1px solid #eee
:color #000
&:hover
:background :background
:color #efefef :color #eee
a :border
:bottom 1px solid #eee
:color #000 :color #000
&:hover
:background
:color #efefef
a
:color #000
#add_photo_loader #add_photo_loader
:position absolute :position absolute
......
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