diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-03-23 17:11:28 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-01 22:25:51 +0300 |
| commit | 196264cb2bd05ba0cd30057b110333830fc34dd1 (patch) | |
| tree | ade2a797e77eade40bd29522d8e28ded3d9f581f /res/client/css/partials | |
| parent | 13c16445ee560f29f6e1985ead2b1d74e1fb24e6 (diff) | |
[style] top-bar docification
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/top-bar.scss | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/res/client/css/partials/top-bar.scss b/res/client/css/partials/top-bar.scss index ead313a8..a5662bad 100644 --- a/res/client/css/partials/top-bar.scss +++ b/res/client/css/partials/top-bar.scss @@ -1,6 +1,9 @@ .top-bar{ - line-height: $four-baselines; + line-height: 40px; background-color: $dark-grey; + overflow-y: auto; + padding-top: 5px; + padding-bottom: 5px; } .top-bar__user-area { @@ -34,22 +37,31 @@ color: $light-grey; } -#doc-title{ - font-family: $semibold-font-family; - color: $light-grey; +#top-bar_float-left { + float: left; margin-left: 40px; - font-size: $h3-size; } -#top-bar__float-right { +#top-bar_float-right { float: right; margin-right: 20px; } +#toolbar__doc { + color: $light-grey; + font-family: $semibold-font-family; + font-size: $h3-size; + font-weight: bold; +} + +#toolbar__doc_doc-title { + margin-right: 20px; +} + #logo-3rd-party__CRI { background-color: white; border-radius: 3px; height: 25px; padding: 2px; vertical-align: middle; -}
\ No newline at end of file +} |
