File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- .container ,
1+ .collaboration- container,
22.job-landing .header img {
33 width : 60% ;
44 max-width : 1000px ;
88.job-ad {
99 text-align : center;
1010}
11- .container {
11+
12+ .collaboration-container {
1213 margin : 0 auto 50px ;
1314 flex-direction : column;
1415 align-items : center;
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ function Collaboration() {
152152 < img src = { OneCommunityImage } alt = "One Community Logo" />
153153 </ a >
154154 </ div >
155- < div className = "container" >
155+ < div className = "collaboration- container" >
156156 < nav className = "job-navbar" >
157157 < div className = "job-navbar-left" >
158158 < form className = "search-form" >
@@ -292,7 +292,7 @@ function Collaboration() {
292292 < img src = { OneCommunityImage } alt = "One Community Logo" />
293293 </ a >
294294 </ div >
295- < div className = "container" >
295+ < div className = "collaboration- container" >
296296 < nav className = "job-navbar" >
297297 < div className = "job-navbar-left" >
298298 < form className = "search-form" >
Original file line number Diff line number Diff line change 3232}
3333
3434.projects-and-tasks-header {
35- background-color : # e9ecef ;
36- border : 1px solid # ced4da ;
3735 margin-bottom : 10px ;
3836}
3937
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const TimeEntryEditHistory = props => {
4040
4141 return (
4242 < >
43- < p className = { darkMode ? 'text-light' : '' } > Time Entry Edit History</ p >
43+ < p className = { darkMode ? 'text-light' : '' } style = { { textAlign : 'left' } } > Time Entry Edit History</ p >
4444 < table className = { `table table-bordered ${ darkMode ? 'text-light' : '' } ` } width = "100%" >
4545 < thead >
4646 < tr style = { tabletView ? { fontSize : "10px" } : { } } >
Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ const ViewTab = props => {
451451 </ Label >
452452 </ Col >
453453 < Col md = "6" >
454- < p className = { `hours-totalTangible-thisWeek ${ darkMode ? 'text-azure' : '' } ` } >
454+ < p className = { `hours-totalTangible-thisWeek ${ darkMode ? 'text-azure' : '' } ` } style = { { textAlign : 'left' } } >
455455 { totalTangibleHoursThisWeek }
456456 </ p >
457457 </ Col >
You can’t perform that action at this time.
0 commit comments