From ef4b827d3cfd79a8c982e0881b5bb676f6a687da Mon Sep 17 00:00:00 2001
From: Justine Arreche <justinearreche@gmail.com>
Date: Fri, 4 Jul 2014 10:53:15 +0200
Subject: [PATCH] styling switches

---
 assets/styles/components/travis-switch.sass | 19 ++++++++++++-------
 assets/styles/main/annotations.sass         |  2 +-
 2 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/assets/styles/components/travis-switch.sass b/assets/styles/components/travis-switch.sass
index 9cde88e8..65b3a753 100644
--- a/assets/styles/components/travis-switch.sass
+++ b/assets/styles/components/travis-switch.sass
@@ -7,12 +7,14 @@
   float: left
   width: 60px
   height: 18px
-  margin: 0 10px 0 15px
-  padding: 0 10px 0 0
-  border: 1px solid #bdbdbd
+  margin: 20px 0 50px 0
+  padding: 5px 18px 5px 18px
+  background-color: #607A83
+  border: 1px solid #E3E1E1
+  border-radius: 4px
   line-height: 19px
   font-size: 11px
-  color: #999
+  color: #999999
   cursor: pointer
   text-align: right
   &:before
@@ -27,11 +29,14 @@
 
 .travis-switch.active
   width: 56px
-  padding: 0 0 0 14px
-  background: #40454f
+  padding: 5px 18px 5px 18px
+  background: #f5f5f5
   border: 1px solid #bdbdbd
-  color: #fff
+  border-radius: 3px
+  color: #ffffff
+  font-weight: 600
   text-align: left
   &:before
     left: auto
     right: -1px
+    width: 30px
\ No newline at end of file
diff --git a/assets/styles/main/annotations.sass b/assets/styles/main/annotations.sass
index 9efbb002..7fd355e7 100644
--- a/assets/styles/main/annotations.sass
+++ b/assets/styles/main/annotations.sass
@@ -1,7 +1,7 @@
 @import "_mixins/all"
 
 #annotations
-  margin: 0 0 0 12px
+  margin: 8px 0 25px 12px
   padding: 12px 0 0 0
   @include clearfix