diff --git a/src/app/system-apps/desktop/desktop.component.ts b/src/app/system-apps/desktop/desktop.component.ts index 015bc7c..6ce1c3b 100644 --- a/src/app/system-apps/desktop/desktop.component.ts +++ b/src/app/system-apps/desktop/desktop.component.ts @@ -254,7 +254,7 @@ export class DesktopComponent implements OnInit, OnDestroy, AfterViewInit{ 'position':'absolute', 'width': '210px', 'transform':`translate(${String(axis.xAxis + 2)}px, ${String(axis.yAxis)}px)`, - 'z-index': 2, + 'z-index': 3, 'opacity':1 } evt.preventDefault(); diff --git a/src/app/system-apps/fileexplorer/fileexplorer.component.css b/src/app/system-apps/fileexplorer/fileexplorer.component.css index 1389bc8..dc4603c 100644 --- a/src/app/system-apps/fileexplorer/fileexplorer.component.css +++ b/src/app/system-apps/fileexplorer/fileexplorer.component.css @@ -9,21 +9,6 @@ background-color: #202020; } -.fileexp-footer-container{ - width: 100%; - height: 24px ; - display: inline-flex; - /* background-color: #383434; */ - background-color: #303438; -} - -.span-footer{ - color: white; - font-size: 11px; - font-weight: normal; - margin: 5px 4px; -} - /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@Header Tabs View Started@@@@@@@@@@@@@@@@@@@@@@@@@@*/ /* Styles for the tabbed window container */ .fileexp-header-tab-container { @@ -81,7 +66,7 @@ .figure-header-toggle{ position: fixed; - right: 2%; + right: 4%; } .figure-header-tab{ @@ -96,6 +81,26 @@ height: 10px; width: 10px; } + + +.question-header-cntnr{ + position: fixed; + right: 1%; +} + +.question-figure-header-tab{ + position: relative; + width: 15px; + height: 21.5px; +} + +.question-img-header-tab{ + position: relative; + height: 15px; + width: 15px; + top: 2.5px; +} + /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@Header Tabs View Ended@@@@@@@@@@@@@@@@@@@@@@@@@@*/ @@ -1088,6 +1093,47 @@ span.mid-search-entry{ /*****************************icon view and layout Started*****************************/ +/*-----################################---Footer View Started-----################################---*/ + +.fileexp-footer-container{ + width: 100%; + height: 24px ; + display: inline-flex; + /* background-color: #383434; */ + background-color: #303438; +} + +.span-footer{ + color: white; + font-size: 11px; + font-weight: normal; + margin: 5px 4px; +} + + +.footer-img-cntnr-1{ + position: fixed; + right: 4%; +} +.footer-img-cntnr-2{ + position: fixed; + right: 1%; +} + +.footer-figure-header-tab{ + position: relative; + width: 15px; + height: 24px; +} + +.footer-img-header-tab{ + position: relative; + height: 15px; + width: 15px; + top: 3px; +} +/*-----################################---Footer View Ended-----################################---*/ + .rename-textbox{ position: relative; diff --git a/src/app/system-apps/fileexplorer/fileexplorer.component.html b/src/app/system-apps/fileexplorer/fileexplorer.component.html index 5ec8a1d..c6a3985 100644 --- a/src/app/system-apps/fileexplorer/fileexplorer.component.html +++ b/src/app/system-apps/fileexplorer/fileexplorer.component.html @@ -14,7 +14,6 @@ viewBox="0 0 512 512" *ngIf="showRibbonMenu" [style]="ribbonMenuBtnStyle"> - @@ -23,6 +22,11 @@ +
+
+ +
+
@@ -441,6 +445,18 @@ | + + + +