Skip to content

Fix Bug #14125 #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -119,10 +119,6 @@ label.select-header {
padding: 2px 0 0;
}

label.select-header:after {

}

label.select-header:before {
content: ' >';
right: 0;
@@ -159,7 +155,7 @@ label.select-header:before {
width: auto;
height: inherit;
overflow: inherit;
display: inline-block;
display:block;
margin-right: 0.7em;
text-transform: initial;
color: #FFF;
@@ -274,10 +270,6 @@ label.select-header:before {
opacity: 1;
}

.header-container #outils li a#connectedUsers {

}

.header-container #map-link-header a {
background: transparent url(../imgDesign/packImages.png) -2px -255px no-repeat;
padding-left: 25px;
@@ -319,17 +311,6 @@ label.select-header:before {
padding: 0 0.5em;
}

#search-zone-header a,
#search-zone-header label {
}

#search-zone-header a {
}

#search-zone-header > a span {

}

#search-zone-header > a {
padding: 4px 0 0 5px;
float: right;
@@ -404,10 +385,6 @@ label.select-header:before {
background: transparent url(../imgDesign/bg-menu-nav1.png) top left no-repeat;
}

#nav.sousMenu {

}

#nav > ul {
margin: 0;
padding: 0;
@@ -508,10 +485,6 @@ label.select-header:before {
position: relative;
}

#nav ul.nav-niveau-2 li.space a {

}

#nav ul.nav-niveau-2 li a span {
color: #FFF;
text-align: left;
@@ -599,7 +572,7 @@ label.select-header:before {
}

#user-favorit-home .link-add.manage {
display: inline-block;
display:block;
clear: both;
margin-top: 1em;
float: left;
@@ -674,7 +647,7 @@ label.select-header:before {
}

#portletPages div.portlet-content {
padding-left: 10px;
padding:0;
}


@@ -782,10 +755,6 @@ label.select-header:before {
overflow: auto;
}

.FAQ-entry-main-container div, .FAQ-entry-main-container a {

}

.FAQ-entry-main-container .link-add {
float: none;
}
@@ -798,7 +767,7 @@ label.select-header:before {
.spaceHome .link-more,
#submit-AdvancedSearch {
background: url("../imgDesign/packBtn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
display: inline-block;
display:block;
float: right;
height: 32px;
margin: 1em 0;
@@ -844,10 +813,6 @@ label.select-header:before {
#weather-home #ephemeride:before {
content: 'Nous fêtons les ';
color: #000;

}

#weather-home {
}

#weather-home.secteur-container h4::first-letter {
@@ -1162,7 +1127,6 @@ label.select-header:before {
background-color: transparent;
border: 0;
overflow: hidden;
*text-indent: -9999px;
}

.ir:before {
@@ -1211,11 +1175,6 @@ label.select-header:before {
.clearfix:after {
clear: both;
}

.clearfix {
*zoom: 1;
}

/* ==========================================================================
Print styles
========================================================================== */
Original file line number Diff line number Diff line change
@@ -345,12 +345,6 @@ html,button,body, td, div, a , input, select, textarea, #myProfileFiche .statut,
border:1px dotted #BBB;
}

.portlet-content ul{
padding:0 10px;
margin:0 10px;
list-style-image:url(../imgDesign/puce.png);
}

#portletPages dl.sort dt {
line-height:20px;
background:#FFF url();
@@ -1207,6 +1201,11 @@ button,
line-height: 110%;
}

.principalContent .slideshow .carousel li div.caption {
padding-right:48px ;
flex-basis: calc( 50% - 48px ) ;
}

.spaceHome #spaceQuiskInfo .slides-pagination a:hover, .spaceHome #spaceQuiskInfo .slides-pagination .selected a {
background-color: #EC7501;
}
Loading
Oops, something went wrong.