diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-22 01:40:12 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-22 02:41:21 +0300 |
| commit | 2bbaa7dca2a7bd21dcd6c0d8f018ef25bfde0e8a (patch) | |
| tree | c0b94e185c8080148e191cb9d8dd4097416fa804 /res/client/css/partials | |
| parent | 570008a5245fc835562a2d7018a2648fcdcb6dc0 (diff) | |
[top-bar redesign] toolbar__menu.scss
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/toolbar__menu.scss | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/res/client/css/partials/toolbar__menu.scss b/res/client/css/partials/toolbar__menu.scss new file mode 100644 index 00000000..95dc5839 --- /dev/null +++ b/res/client/css/partials/toolbar__menu.scss @@ -0,0 +1,53 @@ +.menu-bar__item { + float: left; + font-size: 14px; +} + +.menu-bar__delimiter { + float: left; + color: white; + margin-left: 0px; + margin-right: 0px; +} + +#menu-bar { + height: 24px; + line-height: 24px; + padding-left: 20px; + padding-bottom: 3px; + padding-top: 3px; + + &:before { + margin-left: 20px; + } +} + +#menu-bar__activity-view-toggle { + cursor: default; +} + +#menu-bar__activity-view-toggle input { + left: 3px; + position: relative; + top: 3px; +} + +#menu-bar__rzdoc-new { + @include btn-change-on-hover__color(red) +} + +#menu-bar__rzdoc-open { + @include btn-change-on-hover__color(red) +} + +#menu-bar__rzdoc-search { + float: right; + margin-right: 10px; + + @include btn-change-on-hover__color(red) +} + +#menu-bar__rzdoc-search input { + font-size: 14px; + padding: 2px 8px; +}
\ No newline at end of file |
