killbill-memoizeit

profiles: tweak Swagger CSS Signed-off-by: Pierre-Alexandre

10/16/2014 8:29:42 PM

Details

diff --git a/profiles/killbill/src/main/webapp/api.html b/profiles/killbill/src/main/webapp/api.html
index b271f3d..f8c733c 100644
--- a/profiles/killbill/src/main/webapp/api.html
+++ b/profiles/killbill/src/main/webapp/api.html
@@ -3,6 +3,7 @@
 <head>
   <title>Kill Bill APIs</title>
   <link href='//fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'/>
+  <link href='//fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'/>
   <link href='css/reset.css' media='screen' rel='stylesheet' type='text/css'/>
   <link href='css/screen.css' media='screen' rel='stylesheet' type='text/css'/>
   <link href='css/reset.css' media='print' rel='stylesheet' type='text/css'/>
diff --git a/profiles/killbill/src/main/webapp/css/killbill-swagger.css b/profiles/killbill/src/main/webapp/css/killbill-swagger.css
index b3b0210..45a7472 100644
--- a/profiles/killbill/src/main/webapp/css/killbill-swagger.css
+++ b/profiles/killbill/src/main/webapp/css/killbill-swagger.css
@@ -16,6 +16,18 @@
   height: 24px;
 }
 
+.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 {
+  font-family: "Roboto Light";
+}
+
+.swagger-section #header {
+  background-color: #167bb7;
+}
+
 .swagger-section #header form#api_selector {
   float: left;
 }
+
+.swagger-section #header form#api_selector .input a#explore {
+  background-color: #e44c3a;
+}
\ No newline at end of file
diff --git a/profiles/killpay/src/main/webapp/api.html b/profiles/killpay/src/main/webapp/api.html
index b271f3d..f8c733c 100644
--- a/profiles/killpay/src/main/webapp/api.html
+++ b/profiles/killpay/src/main/webapp/api.html
@@ -3,6 +3,7 @@
 <head>
   <title>Kill Bill APIs</title>
   <link href='//fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'/>
+  <link href='//fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'/>
   <link href='css/reset.css' media='screen' rel='stylesheet' type='text/css'/>
   <link href='css/screen.css' media='screen' rel='stylesheet' type='text/css'/>
   <link href='css/reset.css' media='print' rel='stylesheet' type='text/css'/>
diff --git a/profiles/killpay/src/main/webapp/css/killbill-swagger.css b/profiles/killpay/src/main/webapp/css/killbill-swagger.css
index b3b0210..45a7472 100644
--- a/profiles/killpay/src/main/webapp/css/killbill-swagger.css
+++ b/profiles/killpay/src/main/webapp/css/killbill-swagger.css
@@ -16,6 +16,18 @@
   height: 24px;
 }
 
+.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 {
+  font-family: "Roboto Light";
+}
+
+.swagger-section #header {
+  background-color: #167bb7;
+}
+
 .swagger-section #header form#api_selector {
   float: left;
 }
+
+.swagger-section #header form#api_selector .input a#explore {
+  background-color: #e44c3a;
+}
\ No newline at end of file