Skip to content
Snippets Groups Projects
Commit fc00ffd4 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

COMMUNITY responsive : update css

parent a201ab32
2 merge requests!988Comunnity default responsive mode,!965Comunnity default responsive mode
......@@ -330,8 +330,9 @@
div[class*="menu"].show_menu > ul,
#menu_horizontal.show_menu > ul ,
div:not(.show_menu)[class*="menu"] li.selected_profil > a[href*="/"],
#menu_horizontal:not(.show_menu) li.selected_profil > a[href*="/"] {
background: #333;
#menu_horizontal:not(.show_menu) li.selected_profil > a[href*="/"] ,
div:not(.boite)[class*="menu"]:after {
background-color: #333;
}
......@@ -348,13 +349,13 @@
}
div[class*="menu"] li.selected_profil > a[href*="/"] {
div[class*="menu"] li.selected_profil > a[href*="/"]:only-child {
visibility: visible;
}
div:not(.show_menu)[class*="menu"] li.selected_profil > a[href*="/"],
#menu_horizontal:not(.show_menu) li.selected_profil > a[href*="/"]{
div:not(.show_menu)[class*="menu"] li.selected_profil > a[href*="/"]:only-child,
#menu_horizontal:not(.show_menu) li.selected_profil > a[href*="/"]:only-child{
float: left;
line-height: 3em;
margin: 0 0 0 3em;
......@@ -362,8 +363,8 @@
}
div[class*="menu"].show_menu li.selected_profil > a[href*="/"],
#menu_horizontal.show_menu li.selected_profil > a[href*="/"]{
div[class*="menu"].show_menu li.selected_profil > a[href*="/"]:only-child,
#menu_horizontal.show_menu li.selected_profil > a[href*="/"]:only-child {
border-left: 5px solid #00C000;
margin-left: -10px;
padding-left: 5px;
......@@ -374,7 +375,7 @@
content: '';
height: 3em;
width: 3em;
background: #333 url(../images/buttons/menu.png) no-repeat center center / 2em;
background: url(../images/buttons/menu.png) no-repeat center center / 2em;
background-size: 32px 32px;
float: left;
cursor: pointer;
......@@ -382,7 +383,7 @@
div:not(.boite)[class*="menu"].show_menu:after {
background: #333 url(../images/buttons/close_menu.png) no-repeat center center / 2em;
background: url(../images/buttons/close_menu.png) no-repeat center center / 2em;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment