@@ -29,23 +29,6 @@ html, body {
29
29
30
30
/* Top Header Customization */
31
31
32
- .header {
33
- position : relative;
34
- display : block;
35
- z-index : 11 ;
36
- background : # 222 ;
37
- }
38
-
39
- .header .navbar {
40
- border-width : 0 ;
41
- border-radius : 0 ;
42
- margin-bottom : 0 ;
43
- }
44
-
45
- .header .navbar .head-pane-hide .header-right-pane {
46
- display : none;
47
- }
48
-
49
32
.header-right-pane {
50
33
display : table-cell;
51
34
text-align : right;
@@ -105,22 +88,23 @@ html, body {
105
88
left : -280px ;
106
89
}
107
90
108
- . sidebar {
91
+ # sidebar {
109
92
position : absolute;
110
- top : 50px ;
111
93
bottom : 0 ;
112
94
z-index : 10006 ;
113
95
width : 280px ;
114
96
left : 0px ;
115
97
border-right : 1px solid # e5e3e3 ;
98
+ overflow-y : hidden;
116
99
}
117
100
118
101
.content-wrapper {
119
102
margin : 0 ;
120
- left : 280 px ;
103
+ left : 0 px ;
121
104
height : 100% ;
122
- position : absolute;
123
- width : calc (100% - 280px );
105
+ position : absolute;
106
+ width : 100% ;
107
+ overflow : hidden;
124
108
}
125
109
.content-wrapper > .content {
126
110
z-index : 7 ;
@@ -149,14 +133,18 @@ html, body {
149
133
}
150
134
151
135
.reading-pane {
152
- width : calc ( 100% - 374 px ) ;
136
+ width : 100% ;
153
137
background-color : # fff ;
154
138
height : calc (100% - 40px );
155
- left : 374 px ;
139
+ left : 0 px ;
156
140
position : absolute;
157
141
overflow : auto;
158
142
}
159
143
144
+ # list-pane-div {
145
+ width : 100% ;
146
+ }
147
+
160
148
.reading-pane .new-mail {
161
149
overflow : hidden;
162
150
}
@@ -981,11 +969,6 @@ html, body {
981
969
height : 100% ;
982
970
}
983
971
984
- .e-dlg-overlay {
985
- background-color : white;
986
- opacity : 0.65 ;
987
- }
988
-
989
972
.dlg-content-style {
990
973
padding : 15px ;
991
974
background-color : # f4f4f4 ;
@@ -1165,22 +1148,6 @@ html, body {
1165
1148
z-index : 100001 ;
1166
1149
}
1167
1150
1168
- .overlay-element {
1169
- width : 100% ;
1170
- height : calc (100% + 50px );
1171
- position : absolute;
1172
- left : 0px ; right : 0px ;
1173
- top : 0px ; bottom : 0px ;
1174
- background-color : rgb (51 , 51 , 51 );
1175
- opacity : 0.4 ;
1176
- z-index : 10005 ;
1177
- display : none;
1178
- }
1179
-
1180
- .overlay-element .show1 {
1181
- display : block;
1182
- }
1183
-
1184
1151
.popup-subjectstyle {
1185
1152
width : 250px ;
1186
1153
}
@@ -1413,7 +1380,7 @@ html, body {
1413
1380
1414
1381
@media screen and (min-width : 1200px ) {
1415
1382
.row .content .show-header-content .content-wrapper {
1416
- width : calc ( 100% - 610 px ) ;
1383
+ width : 100% ;
1417
1384
}
1418
1385
}
1419
1386
@@ -1456,8 +1423,10 @@ html, body {
1456
1423
# toolbar_mobile {
1457
1424
display : block;
1458
1425
}
1459
- .header .navbar {
1460
- display : none;
1426
+ /* To Animate Appbar */
1427
+ # appbar {
1428
+ animation : hideAppBar 0.5s ease-out;
1429
+ height : 0px ;
1461
1430
}
1462
1431
.outlook-container {
1463
1432
height : 100% ;
@@ -1503,6 +1472,14 @@ html, body {
1503
1472
}
1504
1473
1505
1474
}
1475
+ @keyframes hideAppBar {
1476
+ from {
1477
+ height : 48px ;
1478
+ }
1479
+ to {
1480
+ height : 0px ;
1481
+ }
1482
+ }
1506
1483
1507
1484
@media screen and (max-width : 605px ) {
1508
1485
.row .content .show-message-pane # toolbar_mobile .e-toolbar-item .tb-item-back {
@@ -1684,4 +1661,45 @@ html, body {
1684
1661
}
1685
1662
# rp-to {
1686
1663
font-size : 12px ;
1664
+ }
1665
+ /* Overriding appbar styles to achieve exact appbar alignment*/
1666
+ # appbar {
1667
+ padding : 0% ;
1668
+ }
1669
+ # profile-div {
1670
+ display : flex;
1671
+ }
1672
+ .header-right-pane {
1673
+ height : 50px ;
1674
+ display : flex;
1675
+ justify-content : center;
1676
+ align-items : center;
1677
+ }
1678
+ /* Overriding the default positon to achieve exact alignment */
1679
+ # reading-pane-div {
1680
+ position : relative;
1681
+ }
1682
+ # list-pane-div {
1683
+ position : relative;
1684
+ }
1685
+ .msg-top-margin {
1686
+ top : 40px ;
1687
+ }
1688
+ /* Overriding splitter styles to remove resize handler Icon */
1689
+ .e-splitter .e-split-bar .e-split-bar-horizontal .e-resize-handler ::before {
1690
+ display : none;
1691
+ }
1692
+ /* Overriding splitter styles to make splitBar transparent */
1693
+ # splitter .e-splitter .e-split-bar .e-split-bar-horizontal ,
1694
+ # splitter .e-splitter .e-split-bar .e-split-bar-horizontal .e-split-bar-hover ,
1695
+ .e-splitter .e-split-bar .e-split-bar-horizontal .e-split-bar-active {
1696
+ background-color : transparent;
1697
+ }
1698
+ /* Styles for the of Right-SideBar Content */
1699
+ # headerSidebar {
1700
+ background-color : # f4f4f4 ;
1701
+ }
1702
+ # headerSidebar .text-content {
1703
+ font-size : 28px ;
1704
+ font-family : "Segoe UI Light" , "Segoe UI" , Segoe, Tahoma, Helvetica, Arial, Sans-Serif;
1687
1705
}
0 commit comments