diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-25 02:28:30 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-25 02:28:30 +0200 |
| commit | 77fd9f40360322b082984ec085eda63752982c39 (patch) | |
| tree | ce1d4664710fc0da9529fb40e3c90a9e0678e9d3 /res/client/css/partials/tool-bar.scss | |
| parent | 71a6ebb190131613f56dd0dc09d9e1b8fccb3b80 (diff) | |
tool-bar: include merge/link buttons, use link-icon, merge icon still missing
Diffstat (limited to 'res/client/css/partials/tool-bar.scss')
| -rw-r--r-- | res/client/css/partials/tool-bar.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/res/client/css/partials/tool-bar.scss b/res/client/css/partials/tool-bar.scss index d9b66afe..4f2d898a 100644 --- a/res/client/css/partials/tool-bar.scss +++ b/res/client/css/partials/tool-bar.scss @@ -3,7 +3,9 @@ cursor: pointer; float: right; height: $three-baselines; + line-height: $three-baselines; margin-left: 10px; + text-align: center; width: 50px; } @@ -25,3 +27,13 @@ background-position: center; background-repeat: no-repeat; } + +#btn_merge { + width: 80px; +} + +#btn_link_fan { + background: url(../img/url-icon.png); + background-position: center; + background-repeat: no-repeat; +} |
