summaryrefslogtreecommitdiff
path: root/assets/sass
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass')
-rw-r--r--assets/sass/_base.sass5
-rw-r--r--assets/sass/_header.sass39
-rw-r--r--assets/sass/_logo.sass1
-rw-r--r--assets/sass/_page_header.sass6
-rw-r--r--assets/sass/_reset.sass1
5 files changed, 16 insertions, 36 deletions
diff --git a/assets/sass/_base.sass b/assets/sass/_base.sass
index 3c9d8f9c..064f5149 100644
--- a/assets/sass/_base.sass
+++ b/assets/sass/_base.sass
@@ -13,10 +13,5 @@ ul.no-bullet li
right: 3px
bottom: 3px
-.web-notification-icon
- color: #3366CC
- &:focus, &:hover
- color: #000
-
.assign-me
vertical-align: bottom
diff --git a/assets/sass/_header.sass b/assets/sass/_header.sass
index 03001445..e3afe1b3 100644
--- a/assets/sass/_header.sass
+++ b/assets/sass/_header.sass
@@ -1,37 +1,14 @@
header
- margin-top: 10px
- padding-bottom: 10px
+ margin-top: 5px
+ margin-bottom: 5px
border-bottom: 1px solid #dedede
h1
- margin: 0
- padding: 0
- overflow: hidden
- text-overflow: ellipsis
- white-space: nowrap
- max-width: 70%
- float: left
+ font-size: $page-title-size
.tooltip
- font-size: $text-tiny
opacity: 0.3
- ul
- text-align: right
- li
- display: inline
- padding-left: 30px
- a
- color: #333
- text-decoration: none
- &:hover
- color: #666
- .user-links .dropdown
- margin-left: 15px
-
-nav .active a
- color: #333
- font-weight: bold
+ font-size: $text-tiny
-.menu-inline
- margin-bottom: 5px
- li
- display: inline
- padding-right: 15px
+.web-notification-icon
+ color: #3366CC
+ &:focus, &:hover
+ color: #000
diff --git a/assets/sass/_logo.sass b/assets/sass/_logo.sass
index aa654d6c..55d33ab1 100644
--- a/assets/sass/_logo.sass
+++ b/assets/sass/_logo.sass
@@ -2,6 +2,7 @@
a
opacity: 0.5
color: #d40000
+ text-decoration: none
span
color: #333
a
diff --git a/assets/sass/_page_header.sass b/assets/sass/_page_header.sass
index c4b9a08f..592b359f 100644
--- a/assets/sass/_page_header.sass
+++ b/assets/sass/_page_header.sass
@@ -25,3 +25,9 @@
font-weight: bold
&:hover, &:focus
text-decoration: underline
+
+.menu-inline
+ margin-bottom: 5px
+ li
+ display: inline
+ padding-right: 15px
diff --git a/assets/sass/_reset.sass b/assets/sass/_reset.sass
index ef424db8..8b8e1499 100644
--- a/assets/sass/_reset.sass
+++ b/assets/sass/_reset.sass
@@ -1,3 +1,4 @@
+h1,
li,
ul,
ol,