Skip to content

Bugs#13951#14104#14103 #82

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 3 commits into from
Apr 24, 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
@@ -180,7 +180,8 @@

.select-header select,
.header-container #infoConnection .avatarName,
#notification-count.btn-header {
#notification-count.btn-header,
#topbar-basket-selection .btn-header {
position: relative;
display: inline-block;
width: auto;
@@ -210,10 +211,11 @@
}

.header-container #infoConnection .avatarName,
#notification-count.btn-header {
#notification-count.btn-header,
#topbar-basket-selection .btn-header {
position: relative;
float: left;
display: inline-block;
display:block;
padding: 7px .875rem 8px .875rem;
height: auto;
line-height: 24px;
@@ -273,7 +275,8 @@
padding-right: 1em;
}

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

.header-container #infoConnection .avatarName a,
#notification-count.btn-header a {
#notification-count.btn-header a,
#topbar-basket-selection .btn-header a {
color: #333;
}

@@ -326,7 +330,8 @@
}
}

.silverpeas-user-notifications {
.silverpeas-user-notifications,
.silverpeas-basket-selection{
float: left;
}

Original file line number Diff line number Diff line change
@@ -104,7 +104,6 @@ select {
}
input[type="file"] {border: 0; padding-left: 0; padding-right: 0; background-color: initial; }
input[type="submit"], button[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
background-color: #fff;
min-height: 32px;
@@ -572,10 +571,6 @@ silverpeas-time-picker .txtlibform {
left:28px;
}


#spaces .spaceLevel1On .browseSpace .browseComponent a, #spaces .spaceLevel1On .browseSpace .browseComponentActiv a {
}

#spaces .spaceLevel1On .browseSpace .browseSpace > a {
padding-left:32px;
}
@@ -694,8 +689,8 @@ silverpeas-time-picker .txtlibform {
/* MenuToogle Yuimenu et fil d'ariane */

.cellOperation {
width: auto;
right: 0;
width:auto;
}
.cellBrowseBar {
border-bottom:0;
@@ -710,6 +705,11 @@ silverpeas-time-picker .txtlibform {
}
#browseBar {
padding-top:3px;
display: flex;
}
#browseBar #i18n {
white-space: nowrap;
padding-left: 0.5em;
}

#browseBar #breadCrumb {
@@ -731,6 +731,10 @@ silverpeas-time-picker .txtlibform {
line-height: 26px;
font-size: 14px;
letter-spacing: 1px;
width:230px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

#menutoggle img{
@@ -747,9 +751,6 @@ silverpeas-time-picker .txtlibform {
font-weight:500;
}

.yuimenu .yuimenuitem{
}

.ArrayColumn, .ArrayCell,
#classifieds .tableFrame #categories .categoryTitle{
background-image:none;
@@ -1077,10 +1078,12 @@ button,
.portlet-content silverpeas-calendar-event-occurrence-list .display-grouped-by-day .day-events {
display:flex;
position: relative;
margin:0;
margin:0 0 1em;
min-height: 80px;
border-bottom:0 ;
justify-content: left;
flex-flow: column;
padding-left: 80px;
}


@@ -1107,7 +1110,10 @@ button,
display: block;
position:relative;
box-shadow: 0.5px 0.5px 2px 0px rgba(0, 0, 0, 0.6);
width: 70px;
width: 70px;
position: absolute;
top: 0;
left: 0;
}

.portlet div.eventShortDate .month,
@@ -1340,7 +1346,7 @@ silverpeas-calendar-event-occurrence-list .display-grouped-by-day .high-priority
display:block;
}
.spaceHome .cg-favorit-list li {
display:inline-block;
display:block;
float:left;
margin-right:1em;
}
@@ -1373,7 +1379,6 @@ silverpeas-calendar-event-occurrence-list .display-grouped-by-day .high-priority
#preview #backToSearch a.button {
background-color: #F4F4F4;
background-image: url("../../../util/icons/gradientSVG.jsp?from=fff&to=e5e5e5&vertical=0&horizontal=100");
-moz-background-size: 100%;
border-radius: 5px;
border: 1px solid #CCCCCC;
color: #4C4C4C;