Commit 585997f1 authored by RawKStar77's avatar RawKStar77

Made numerous tweaks.

+Moved time closer to right hand side of annotation card (closer to triangle).
+Used same style as search x for notifications.
+Fixed time position when "show differences" is checked.
+Revised standalone page.
+Made slight improvements to streams CSS.
+Fixed: top bar on streams should stick to top of page and not float
parent 27e5eeab
......@@ -325,7 +325,6 @@ blockquote {
.dropdown-toggle {
@include fonticon("\002f", right, 0);
cursor: pointer;
padding: .5em;
&:active {
outline: 0;
......@@ -487,6 +486,19 @@ blockquote {
@include fonticon("\2a", left);
}
.cancel-icon {
position: relative;
top: 2px;
width: 11px; height: 11px;
background-position: center 0;
background-repeat: no-repeat;
background-image: url(../images/embed/icons/cancel_search.png?1311104738);
cursor: pointer;
&:hover {
background-position: center -11px;
}
}
//Controlbar Icons
.alwaysonhighlights-icon {
@include fonticon("\e01b", left);
......@@ -671,6 +683,10 @@ blockquote {
padding: 1em;
padding-top: 3.5em;
.domain {
margin: 0.2em 0 0.3em;
}
.domain .favicon {
margin: 0 .5em;
}
......@@ -698,6 +714,7 @@ blockquote {
&:hover {
color: $linkColorHover;
cursor: pointer;
text-decoration: underline;
}
}
......@@ -753,6 +770,7 @@ blockquote {
&:hover {
color: $linkColorHover;
cursor: pointer;
text-decoration: underline;
}
}
}
......@@ -869,9 +887,9 @@ blockquote {
&.pull-right {
text-align: right;
clear: both;
& > * {
padding-left: .8em;
padding-right: 0;
}
}
......
......@@ -105,7 +105,7 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
.notification-counter {
font-family: $sansFontFamily;
position: absolute;
margin-left: .8em;
margin-left: .75em;
float: left;
margin-top: 0.37em;
z-index: 2;
......
......@@ -73,10 +73,23 @@ ol {
}
}
.topbar .inner {
@include respond-to(tablets) {
padding-left: 3.6em;
margin: 0 auto;
max-width: $break-large;
.topbar {
position: relative;
.inner {
@include respond-to(tablets) {
padding-left: 3.6em;
margin: 0 auto;
max-width: $break-large;
}
}
}
.user {
font-weight: bold;
font-size: 1.1em;
&:hover {
color: $linkColorHover;
cursor: pointer;
text-decoration: underline;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment