~jan0sch/smederee

Showing details for patch c3721f43068767ad56e1e17f5dde9ad24fc9d6a0.
2022-09-19 (Mon), 9:26 AM - Jens Grassel - c3721f43068767ad56e1e17f5dde9ad24fc9d6a0

CSS: Fix custom buttons in main.css

Summary of changes
1 files modified with 14 lines added and 14 lines removed
  • modules/hub/src/main/resources/assets/css/main.css with 14 added and 14 removed lines
diff -rN -u old-smederee/modules/hub/src/main/resources/assets/css/main.css new-smederee/modules/hub/src/main/resources/assets/css/main.css
--- old-smederee/modules/hub/src/main/resources/assets/css/main.css	2025-02-02 09:51:53.280946237 +0000
+++ new-smederee/modules/hub/src/main/resources/assets/css/main.css	2025-02-02 09:51:53.280946237 +0000
@@ -3,6 +3,20 @@
   /*margin-right: 1em;*/
 }
 
+.pure-button {
+  background-color: #1f8dd6;
+  color: white;
+  padding: 0.5em 2em;
+  border-radius: 5px;
+}
+
+a.pure-button-primary {
+  background: white;
+  color: #1f8dd6;
+  border-radius: 5px;
+  font-size: 120%;
+}
+
 .button-success,
 .button-error,
 .button-warning,
@@ -28,20 +42,6 @@
   background: rgb(66, 184, 221);
 }
 
-.pure-button {
-  background-color: #1f8dd6;
-  color: white;
-  padding: 0.5em 2em;
-  border-radius: 5px;
-}
-
-a.pure-button-primary {
-  background: white;
-  color: #1f8dd6;
-  border-radius: 5px;
-  font-size: 120%;
-}
-
 .pure-img-responsive {
   max-width: 100%;
   height: auto;