summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/app.css6
-rw-r--r--assets/css/src/base.css5
-rw-r--r--assets/img/gitlab-icon.pngbin0 -> 661 bytes
-rw-r--r--assets/img/hipchat-icon.pngbin0 -> 1373 bytes
4 files changed, 10 insertions, 1 deletions
diff --git a/assets/css/app.css b/assets/css/app.css
index 79d61c6b..e3797b1d 100644
--- a/assets/css/app.css
+++ b/assets/css/app.css
@@ -62,7 +62,11 @@ hr {
.chosen-select {
min-height: 27px; /* Reserve some space to avoid re-layout due to chosen */
}
-/* links */
+
+.avatar {
+ float: left;
+ margin-right: 10px;
+}/* links */
a {
color: #3366CC;
border: none;
diff --git a/assets/css/src/base.css b/assets/css/src/base.css
index d92df612..10a3ee8e 100644
--- a/assets/css/src/base.css
+++ b/assets/css/src/base.css
@@ -46,3 +46,8 @@ hr {
.chosen-select {
min-height: 27px; /* Reserve some space to avoid re-layout due to chosen */
}
+
+.avatar {
+ float: left;
+ margin-right: 10px;
+} \ No newline at end of file
diff --git a/assets/img/gitlab-icon.png b/assets/img/gitlab-icon.png
new file mode 100644
index 00000000..7e1eaa5c
--- /dev/null
+++ b/assets/img/gitlab-icon.png
Binary files differ
diff --git a/assets/img/hipchat-icon.png b/assets/img/hipchat-icon.png
new file mode 100644
index 00000000..1b0a825f
--- /dev/null
+++ b/assets/img/hipchat-icon.png
Binary files differ