Skip to content

Commit 0fff3d5

Browse files
auroreallibemmoqui
authored andcommitted
Fix Bug #13951
Fix Bug #13951 + cleaning some unutility code lines
1 parent e121982 commit 0fff3d5

File tree

1 file changed

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

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ select {
104104
}
105105
input[type="file"] {border: 0; padding-left: 0; padding-right: 0; background-color: initial; }
106106
input[type="submit"], button[type="submit"] {
107-
-webkit-appearance: button;
108107
cursor: pointer;
109108
background-color: #fff;
110109
min-height: 32px;
@@ -572,10 +571,6 @@ silverpeas-time-picker .txtlibform {
572571
left:28px;
573572
}
574573

575-
576-
#spaces .spaceLevel1On .browseSpace .browseComponent a, #spaces .spaceLevel1On .browseSpace .browseComponentActiv a {
577-
}
578-
579574
#spaces .spaceLevel1On .browseSpace .browseSpace > a {
580575
padding-left:32px;
581576
}
@@ -694,8 +689,8 @@ silverpeas-time-picker .txtlibform {
694689
/* MenuToogle Yuimenu et fil d'ariane */
695690

696691
.cellOperation {
697-
width: auto;
698692
right: 0;
693+
width:auto;
699694
}
700695
.cellBrowseBar {
701696
border-bottom:0;
@@ -710,6 +705,11 @@ silverpeas-time-picker .txtlibform {
710705
}
711706
#browseBar {
712707
padding-top:3px;
708+
display: flex;
709+
}
710+
#browseBar #i18n {
711+
white-space: nowrap;
712+
padding-left: 0.5em;
713713
}
714714

715715
#browseBar #breadCrumb {
@@ -731,6 +731,10 @@ silverpeas-time-picker .txtlibform {
731731
line-height: 26px;
732732
font-size: 14px;
733733
letter-spacing: 1px;
734+
width:230px;
735+
overflow: hidden;
736+
text-overflow: ellipsis;
737+
white-space: nowrap;
734738
}
735739

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

750-
.yuimenu .yuimenuitem{
751-
}
752-
753754
.ArrayColumn, .ArrayCell,
754755
#classifieds .tableFrame #categories .categoryTitle{
755756
background-image:none;
@@ -1340,7 +1341,7 @@ silverpeas-calendar-event-occurrence-list .display-grouped-by-day .high-priority
13401341
display:block;
13411342
}
13421343
.spaceHome .cg-favorit-list li {
1343-
display:inline-block;
1344+
display:block;
13441345
float:left;
13451346
margin-right:1em;
13461347
}
@@ -1373,7 +1374,6 @@ silverpeas-calendar-event-occurrence-list .display-grouped-by-day .high-priority
13731374
#preview #backToSearch a.button {
13741375
background-color: #F4F4F4;
13751376
background-image: url("../../../util/icons/gradientSVG.jsp?from=fff&to=e5e5e5&vertical=0&horizontal=100");
1376-
-moz-background-size: 100%;
13771377
border-radius: 5px;
13781378
border: 1px solid #CCCCCC;
13791379
color: #4C4C4C;

0 commit comments

Comments
 (0)