diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-06 16:33:08 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-06 16:36:29 +0300 |
| commit | f45058b7381b46cd6b3eaec57ecbf8efb62d4e1f (patch) | |
| tree | 6caa990135be9ec200138e4ae10d04b4a29810dc /res/client | |
| parent | 484cd5faa683130149706b8ecd4782e0ff7b9d11 (diff) | |
misc: fix layout button look
Diffstat (limited to 'res/client')
| -rw-r--r-- | res/client/css/modules/positions.scss | 2 | ||||
| -rw-r--r-- | res/client/css/partials/tool-bar.scss | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/res/client/css/modules/positions.scss b/res/client/css/modules/positions.scss index a8940302..442cbd19 100644 --- a/res/client/css/modules/positions.scss +++ b/res/client/css/modules/positions.scss @@ -9,4 +9,6 @@ $icon-width: 45px; /* Horizontal spacing */ $doc-margin: 70px; $graph-margin-right: 20px; + +// toolbars $toolbar-button-width: 65px; diff --git a/res/client/css/partials/tool-bar.scss b/res/client/css/partials/tool-bar.scss index 533f16af..71ee32be 100644 --- a/res/client/css/partials/tool-bar.scss +++ b/res/client/css/partials/tool-bar.scss @@ -2,6 +2,7 @@ border: 1px solid #919095; cursor: pointer; float: right; + font-size: $toolbar-font-size; height: $three-baselines; line-height: $three-baselines; margin-left: 10px; @@ -36,6 +37,7 @@ height: 0; position: absolute; margin-left: 0px; + right: 0; width: 0; } } |
