From a2bf6fd9cb6b0b8883853b4e093a97cd613ad887 Mon Sep 17 00:00:00 2001 From: chinons098 Date: Wed, 1 Nov 2023 13:12:02 -0400 Subject: [PATCH] taskmanager v0.9.14.2 --- .../taskmanager/taskmanager.component.css | 71 +++++++++++++------ .../taskmanager/taskmanager.component.html | 17 +++-- .../system-apps/window/window.component.css | 2 +- 3 files changed, 63 insertions(+), 27 deletions(-) diff --git a/src/app/system-apps/taskmanager/taskmanager.component.css b/src/app/system-apps/taskmanager/taskmanager.component.css index 0f28b994..d07dfd7b 100644 --- a/src/app/system-apps/taskmanager/taskmanager.component.css +++ b/src/app/system-apps/taskmanager/taskmanager.component.css @@ -4,9 +4,9 @@ min-height: 150px; /* Set the height of the card */ border: 1px solid #ccc; /* Add a border to the card */ - border-radius: 1px; /* Add rounded corners to the card */ - overflow-x:scroll; - overflow-y: scroll; + /* border-radius: 0; Add rounded corners to the card */ + overflow-x:hidden; + overflow-y: hidden; } /* Custom styles for the card-body */ @@ -41,7 +41,7 @@ padding: 10px; /* Add padding inside columns */ background-color: #ffffff; /* Set a background color for columns */ border: 1px solid #cccccc; /* Add a border to columns */ - border-radius: 1px; /* Add rounded corners to columns */ + /* border-radius: 1px; Add rounded corners to columns */ color: #000; /* Set text color for columns */ } @@ -62,7 +62,7 @@ background-color: #ffffff; /* Set a background color for col-md-2 */ padding: 10px; /* Add padding inside col-md-2 */ border: 1px solid #ccc; /* Add a border to col-md-2 */ - border-radius: 0; /* Add rounded corners to col-md-2 */ + /* border-radius: 0; Add rounded corners to col-md-2 */ color: #000; /* Set text color for col-md-2 */ min-width: 25px; /* max-width: 100px; */ @@ -73,7 +73,7 @@ background-color: #ffffff; /* Set a background color for col-md-4 */ padding: 10px; /* Add padding inside col-md-4 */ border: 1px solid #ccc; /* Add a border to col-md-4 */ - border-radius: 0; /* Add rounded corners to col-md-4 */ + /* border-radius: 0; Add rounded corners to col-md-4 */ color: #000; /* Set text color for col-md-4 */ min-width: 25px; /* max-width: 200px; */ @@ -84,7 +84,7 @@ background-color: #ffffff; /* Set a background color for col-md-6 */ padding: 10px; /* Add padding inside col-md-6 */ border: 1px solid #ccc; /* Add a border to col-md-6 */ - border-radius: 0; /* Add rounded corners to col-md-6 */ + /* border-radius: 0; Add rounded corners to col-md-6 */ color: #000; /* Set text color for col-md-6 */ min-width: 25px; /* max-width: 300px; */ @@ -110,15 +110,24 @@ font-size: 13px; height: 55px; min-width: 90px; - border: 1px solid #ccc; /* Cell border */ + border: 1px solid #ccc; /* Cell border */ border-top: none; vertical-align: middle; } +.table th:first-child th:last-child{ + border-left: 0; + border-right: 0; +} + span { display: block; /* Ensures each span is on a new line */ } +tbody{ + border-left: 0; + border-right: 0; +} /* Custom styles for table rows */ .table tr { @@ -143,6 +152,11 @@ span { border-top:none; border-bottom:none; } +.table td:first-child td:last-child{ + border-left: 0; + border-right: 0; +} + /* Add hover effect to table rows (optional) */ .table tr:hover { background-color: #e8f4fc; @@ -151,22 +165,22 @@ span { /* Custom styles for .table-responsive (Optional) */ .table-responsive { max-width: 100%; /* Set a maximum width for the responsive container */ - min-width: 400px; overflow: auto; /* Enable horizontal scrolling when needed */ + /* min-width: 400px;*/ border-top: none; } figure{ - align-items: center; - display:inline-flex; - min-width: 1px; + align-items: center; + display:inline-flex; + min-width: 1px; } figcaption{ - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } @@ -182,9 +196,14 @@ img{ /* Styles for the tabbed window container */ .tabbed-window { min-width: 100px; /* Adjust the width as needed */ - border: 1px solid red; /**/ + border: 1px solid #ccc; /**/ /* border-radius: 5px; - overflow: hidden; */ + overflow: scroll; */ +} + +.tabbed-window:first-child .tabbed-window:last-child { + border-left: 0; + border-right: 0; } /* Styles for the tab navigation */ @@ -206,13 +225,16 @@ img{ font-size: 13px; border-left: 1px solid #ccc; border-right: 1px solid #ccc; + border-top: 1px solid #ccc; max-width: fit-content; max-height: fit-content; } .tab.active { background-color: #ffffff; /*f2f2f2*/ - border-left: 0px; + border-left: 0; + border-right: 0; + border-top: 1px solid #ccc; color: #000; } @@ -230,6 +252,15 @@ img{ display: block; } +.just-for-one-span{ + color: #000; + font-weight: normal; +} + +.just-for-one-span::first-letter{ + text-decoration: underline; +} + .basediv{ display:block; font-size: small; @@ -242,7 +273,7 @@ img{ background-color: #ffffff; /* Primary button background color */ color: #333; /* Text color for the primary button */ border: 1px solid #ffffff; /* Border color for the primary button */ - border-radius: 1px; /* Rounded corners for the primary button */ + /* border-radius: 1px; Rounded corners for the primary button */ padding: 1px 10px; /* Padding for the primary button (adjust as needed) */ font-size: 13px; /* Font size for the text */ } @@ -253,7 +284,7 @@ img{ background-color: #d0cccc; /* Primary button background color */ color: #75787c; /* Text color for the primary button */ border: 1px solid #bcbcbc; /* Border color for the primary button */ - border-radius: 1px; /* Rounded corners for the primary button */ + /* border-radius: 1px; Rounded corners for the primary button */ padding: 5px 25px; /* Padding for the primary button (adjust as needed) */ font-size: 12px; /* Font size for the text */ font-weight: normal; diff --git a/src/app/system-apps/taskmanager/taskmanager.component.html b/src/app/system-apps/taskmanager/taskmanager.component.html index ba6a9a91..ac996d4b 100644 --- a/src/app/system-apps/taskmanager/taskmanager.component.html +++ b/src/app/system-apps/taskmanager/taskmanager.component.html @@ -39,12 +39,13 @@ -
+
Processes
Performance
App history
+
Services
@@ -145,14 +146,14 @@
-
+ padding-top:15px; height:40px; margin-left: 0;"> +
-
Fewer details
+
Fewer details
- - @@ -167,6 +168,10 @@

Somethings is coming

+
+ +

Somethings is coming

+
\ No newline at end of file diff --git a/src/app/system-apps/window/window.component.css b/src/app/system-apps/window/window.component.css index b5e1195e..ab85b33a 100644 --- a/src/app/system-apps/window/window.component.css +++ b/src/app/system-apps/window/window.component.css @@ -21,7 +21,7 @@ justify-content: center; align-items: center; background: rgb(18, 18, 18); - border-radius: 4px; + /* border-radius: 4px; */ transition: box-shadow 200ms cubic-bezier(0, 0, 0.2, 1); box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),