Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStaicu Ionut <github@iamntz.com>2012-09-24 11:06:41 +0400
committerStaicu Ionut <github@iamntz.com>2012-09-24 11:06:41 +0400
commitc701507b6cf9ab4099d4d5847516436ca35658d8 (patch)
tree5162aa179eeb28056e943c56a539faf3569e87de /app/assets
parent923eb89c1de137e8daeb871e63530070aa70379e (diff)
Removed float on emoji
-`remove comment` button will not make the text jump anymore.
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/sections/notes.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/sections/notes.scss b/app/assets/stylesheets/sections/notes.scss
index 267a9b4356c..d24d070df1e 100644
--- a/app/assets/stylesheets/sections/notes.scss
+++ b/app/assets/stylesheets/sections/notes.scss
@@ -43,7 +43,9 @@
padding: 8px 0;
overflow: hidden;
display: block;
+ position:relative;
img {float: left; margin-right: 10px;}
+ img.emoji {float:none;margin:0;}
.note-author cite{font-style: italic;}
p { color:$style_color; }
.note-author { color: $style_color;}
@@ -55,7 +57,9 @@
.delete-note {
display:none;
- float:right;
+ position:absolute;
+ right:0;
+ top:0;
}
&:hover {