diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-18 16:50:24 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-18 18:32:29 +0300 |
| commit | 81f24b7eb12d89e10c51e01a2ed82af4ead8e3b5 (patch) | |
| tree | f497c2e54c34ba2cf5aa45d28cfb6bfd91e33d69 | |
| parent | 3e22e482382f3b220f084b606fe5f151b5f793f8 (diff) | |
style: status-bar
| -rw-r--r-- | res/client/css/partials/toolbar__status.scss | 16 | ||||
| -rw-r--r-- | res/client/css/style.scss | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/res/client/css/partials/toolbar__status.scss b/res/client/css/partials/toolbar__status.scss new file mode 100644 index 00000000..ada7cc83 --- /dev/null +++ b/res/client/css/partials/toolbar__status.scss @@ -0,0 +1,16 @@ +#status-bar { + background-color: #A3C9EA; +} + +.status-bar__body { + padding: 10px 20px; +} + +.status-bar__btn_rzdoc_create_post_404 { + border-radius: 2px; // TODO: generalize via .toolbar__btn + background-color: #4499E0; + color: white; + cursor: pointer; + margin-left: 10px; + padding: 2px 8px; +} diff --git a/res/client/css/style.scss b/res/client/css/style.scss index 4ae10a22..26fa26f5 100644 --- a/res/client/css/style.scss +++ b/res/client/css/style.scss @@ -21,6 +21,7 @@ @import "partials/tool-bar"; @import "partials/zoom-buttons"; @import "partials/toolbar__cmd"; +@import "partials/toolbar__status"; // Views @import "by-view/graph-view"; |
