aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/partials/header.css.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/partials/header.css.scss')
-rw-r--r--app/assets/stylesheets/partials/header.css.scss45
1 files changed, 45 insertions, 0 deletions
diff --git a/app/assets/stylesheets/partials/header.css.scss b/app/assets/stylesheets/partials/header.css.scss
new file mode 100644
index 000000000..cc0e4a711
--- /dev/null
+++ b/app/assets/stylesheets/partials/header.css.scss
@@ -0,0 +1,45 @@
+#header {
+
+ .navbar-brand{
+ padding-top: 5px;
+ padding-bottom: 5px;
+ line-height: 40px;
+
+ img {
+ height: 40px;
+ }
+
+ .version
+ {
+ margin-left: 3px;
+ vertical-align: text-top;
+ color: white;
+ font-size: 13px;
+ }
+ }
+
+ background: $brand_primary url(image-path('header.png')) no-repeat;
+
+ .gravatar {
+ margin-right: 5px;
+ img{
+ width: 25px;
+ height: 25px;
+ }
+ }
+
+ .dropdown.languages{
+ .dropdown-menu{
+ min-width: 56px;
+ }
+ }
+
+ .dropdown.datas{
+ .dropdown-menu{
+
+ .badge{
+ background-color: #333
+ }
+ }
+ }
+} \ No newline at end of file