Skip to content

Commit 73c076e

Browse files
authored
Merge pull request #48 from kasunmendis7/develop
Develop
2 parents 012019b + a54a0db commit 73c076e

10 files changed

+528
-12
lines changed

public/css/technician/technician-community.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ textarea {
10631063
/* User name */
10641064
.user-name {
10651065
position: relative;
1066-
margin-left: 300px;
1066+
margin-left: 350px;
10671067
color: var(--white);
10681068
font-size: 0.9rem;
10691069
}

public/css/technician/technician-dashboard.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ body {
437437
/* User name */
438438
.user-name {
439439
position: relative;
440-
margin-left: 300px;
440+
margin-left: 350px;
441441
color: var(--white);
442442
font-size: 0.9rem;
443443
}

public/css/technician/technician-help.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ body {
320320
/* User name */
321321
.user-name {
322322
position: relative;
323-
margin-left: 300px;
323+
margin-left: 350px;
324324
color: var(--white);
325325
font-size: 0.9rem;
326326
}

public/css/technician/technician-map.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ body {
224224
/* User name */
225225
.user-name {
226226
position: relative;
227-
margin-left: 300px;
227+
margin-left: 350px;
228228
color: var(--white);
229229
font-size: 0.9rem;
230230
}

public/css/technician/technician-messages.css

+2-6
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ body {
2828
overflow-x: hidden;
2929
}
3030

31-
.container {
32-
position: relative;
33-
width: 100%;
34-
}
35-
3631
/* =============== Navigation ================ */
3732
.navigation {
3833
position: fixed;
@@ -355,9 +350,10 @@ body {
355350
/* User name */
356351
.user-name {
357352
position: relative;
358-
margin-left: 300px;
353+
margin-right: 15px;
359354
color: var(--white);
360355
font-size: 0.9rem;
356+
white-space: nowrap;
361357
}
362358

363359
/* =============== App Container ============== */

public/css/technician/technician-requests.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ body {
333333
/* User name */
334334
.user-name {
335335
position: relative;
336-
margin-left: 300px;
336+
margin-left: 350px;
337337
color: var(--white);
338338
font-size: 0.9rem;
339339
}

0 commit comments

Comments
 (0)