diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-03 01:26:17 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-03 01:26:17 +0300 |
| commit | 53b025b1571b3bba43a3852a235714123fde6511 (patch) | |
| tree | 74c5fc8a596fb6af42635b454b61f7e301ecb6bd /res/client/css/partials | |
| parent | 4ed06bcab6c2e74ff82fbe9056a4982519dae8c2 (diff) | |
layout buttons: behavior, icon-design & style
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/layout-buttons.scss | 27 | ||||
| -rw-r--r-- | res/client/css/partials/tool-bar.scss | 26 |
2 files changed, 32 insertions, 21 deletions
diff --git a/res/client/css/partials/layout-buttons.scss b/res/client/css/partials/layout-buttons.scss index 11dfc3e8..bb626d45 100644 --- a/res/client/css/partials/layout-buttons.scss +++ b/res/client/css/partials/layout-buttons.scss @@ -1,20 +1,11 @@ -#layout-buttons { - position: absolute; - bottom: 100px; - right: 10px; - background: white; - border-width: 1px; - border-style: solid; - border-color: grey; - padding: 5px 4px 0px 4px; - height: 40px; -} - .btn_layout { - background-color: white; - border-width: 1px; - border-style: solid; - border-color: blue; - width: 64; - height: 16px; + background-color: white; + border: 1px solid black; + display: inline-block; + font-size: $h5-size; + margin-top: 5px; + position: relative; + top: 36px; + text-align: center; + width: 64px; } diff --git a/res/client/css/partials/tool-bar.scss b/res/client/css/partials/tool-bar.scss index 19479076..54fb3a19 100644 --- a/res/client/css/partials/tool-bar.scss +++ b/res/client/css/partials/tool-bar.scss @@ -25,16 +25,36 @@ float: right; } +#btn_export { + background: url(../img/toolbar_icon__export.png); + background-position: center; + background-repeat: no-repeat; +} + #btn_filter { background: url(../img/toolbar_icon__filter.png); background-repeat: no-repeat; background-position: center; } -#btn_export { - background: url(../img/toolbar_icon__export.png); - background-position: center; +#btn_layout { + background: url(../img/btn_graph-layout.png); background-repeat: no-repeat; + background-position: center; + background-size: 48px; + + &:after { + bottom: 12px; + border-top: 5px solid transparent; + border-left: 5px solid transparent; + border-bottom: 5px solid black; + border-right: 5px solid black; + content: ' '; + height: 0; + position: absolute; + right: 65px; + width: 0; + } } #btn_merge { |
