third part of syncing LCARStrek with Firefox 45-48 windows theme changes
[themes.git] / LCARStrek / browser / feeds / subscribe.css
index b7d0cbb9c7bbaee0ede784a394e5d1803a81b6ec..b9d450eb22d9f4e1c485984b66609c88e642c7e6 100644 (file)
@@ -3,6 +3,20 @@ html {
   font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
 }
 
+#subscribeUsingDescription,
+#subscribeButton {
+  display: block;
+}
+
+#subscribeUsingDescription {
+  margin-bottom: 0.5em;
+}
+
+#subscribeButton {
+  margin-top: 0.5em;
+  margin-inline-start: auto;
+}
+
 #feedBody {
   border: 1px solid #9C9CFF;
   padding: 2em;
@@ -16,6 +30,11 @@ html {
   border-radius: 10px;
   margin: -3em auto 0 auto;
   background-color: #FFCF00;
+  display: flex;
+}
+
+#feedHeaderContainerSpacer {
+  flex-grow: 1;
 }
 
 #feedHeader {
@@ -66,6 +85,7 @@ html {
 
 #feedSubscribeLine {
   padding-top: 0.2em;
+  padding-inline-start: 0.5em;
 }
 
 /* Don't print subscription UI */
@@ -127,7 +147,7 @@ a[href] img {
 }
 
 .link {
-  color: #0000FF;
+  color: #3333FF;
   text-decoration: underline;
   cursor: pointer;
 }
@@ -159,3 +179,8 @@ a[href] img {
   vertical-align: middle;
   margin-left: 2px;
 }
+
+.handlersMenuList > .menulist-label-box > .menulist-icon {
+  max-width: 16px;
+  max-height: 16px;
+}