diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-02 21:00:12 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-02 21:05:24 +0300 |
| commit | 758b8fa4135ca6235c3a2f995d86f075aacb0a92 (patch) | |
| tree | ec3d5af28058dcba6f62494d0d52ad009bc7b6be /res/client/css/style.css | |
| parent | d8231263244a5394a39527f30e2ea0f5f2e09257 (diff) | |
style: cmd_bar: misc
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index 9c9dfef1..c38cf088 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -817,8 +817,9 @@ p { .cmd-bar_close_bar { background-color: lightgray; text-align: center; - font-size: 10px; - height: 10px; + font-size: 12px; + padding-top: 2px; + padding-bottom: 1px; width: 100%; } .cmd-bar_body { @@ -857,7 +858,7 @@ p { right: 0px; } .cmd_bar__rzdoc_open__item { - border-radius: 2px; + border-radius: 3px; background-color: white; float: left; font-size: 14px; |
