Skip to content

Commit 3045322

Browse files
auroreallibemmoqui
authored andcommitted
Fix Bug #14103
Add style for the basket button - Fixing this Bug #14103
1 parent 0fff3d5 commit 3045322

File tree

1 file changed

+11
-6
lines changed
  • aurora/aurora-configuration/src/main/config/data/web/weblib.war/skins/prima/css

1 file changed

+11
-6
lines changed

aurora/aurora-configuration/src/main/config/data/web/weblib.war/skins/prima/css/main.css

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@
180180

181181
.select-header select,
182182
.header-container #infoConnection .avatarName,
183-
#notification-count.btn-header {
183+
#notification-count.btn-header,
184+
#topbar-basket-selection .btn-header {
184185
position: relative;
185186
display: inline-block;
186187
width: auto;
@@ -210,10 +211,11 @@
210211
}
211212

212213
.header-container #infoConnection .avatarName,
213-
#notification-count.btn-header {
214+
#notification-count.btn-header,
215+
#topbar-basket-selection .btn-header {
214216
position: relative;
215217
float: left;
216-
display: inline-block;
218+
display:block;
217219
padding: 7px .875rem 8px .875rem;
218220
height: auto;
219221
line-height: 24px;
@@ -273,7 +275,8 @@
273275
padding-right: 1em;
274276
}
275277

276-
.all-read-user-notification #notification-count.btn-header {
278+
.all-read-user-notification #notification-count.btn-header,
279+
#topbar-basket-selection .btn-header {
277280
background: var(--couleur-de-fond-clair);
278281
border: 1px solid #DDD;
279282
}
@@ -288,7 +291,8 @@
288291
}
289292

290293
.header-container #infoConnection .avatarName a,
291-
#notification-count.btn-header a {
294+
#notification-count.btn-header a,
295+
#topbar-basket-selection .btn-header a {
292296
color: #333;
293297
}
294298

@@ -326,7 +330,8 @@
326330
}
327331
}
328332

329-
.silverpeas-user-notifications {
333+
.silverpeas-user-notifications,
334+
.silverpeas-basket-selection{
330335
float: left;
331336
}
332337

0 commit comments

Comments
 (0)