make add-ons view have a correct LCARS look again
[themes.git] / LCARStrek / mozapps / extensions / extensions.css
index 2f50b5b3fa44f6e3f78ced701a4a96ab7e42ca3b..c8ad94a084d54f13b84b0f5ffa7f04dd1c6aa8d1 100644 (file)
   -moz-box-align: center;
   margin-right: 48px;
   margin-left: 48px;
+  padding-top: .5em;
 }
 
 .alert-spacer-before {
@@ -242,8 +243,11 @@ button.warning {
 }
 
 #view-port {
-  background-color: #000000;
+}
+
+#headered-views-content {
   border-radius: 1em 0 0 0;
+  background-color: #000000;
 }
 
 /*** header ***/
@@ -379,6 +383,10 @@ button.warning {
 
 /*** discover view ***/
 
+#discover-view {
+  background-image: linear-gradient(#A09090 28px, #000000 28px, #000000 100%);
+}
+
 .discover-spacer-before,
 .discover-spacer-after {
   -moz-box-flex: 1;
@@ -1119,7 +1127,8 @@ button.button-link:not([disabled="true"]):active:hover {
 
 #disabled-unsigned-addons-info {
   margin-bottom: 2em;
-  margin-inline-end: 48px;
+  margin-right: 48px;
+  margin-left: 48px;
 }
 
 #disabled-unsigned-addons-heading {