summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-05-18 16:49:57 +0300
committerLV-426 <lv-426@taproot.org.il>2015-05-18 18:32:29 +0300
commit3e22e482382f3b220f084b606fe5f151b5f793f8 (patch)
treefe0610509285e3522e656bf7bff69285b0b3b566 /res/client/css/style.css
parent83f028ec5e31851b113c7cfa9cae726f27a637f3 (diff)
style: toolbar_x: close_btn
Diffstat (limited to 'res/client/css/style.css')
-rw-r--r--res/client/css/style.css19
1 files changed, 11 insertions, 8 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css
index a141d309..a39c4bcd 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -718,6 +718,17 @@ p {
text-align: center;
width: 65px; }
+.toolbar__close_btn {
+ border-bottom-left-radius: 6px;
+ background-color: dimgray;
+ color: white;
+ cursor: pointer;
+ font-family: fantasy;
+ font-size: 12px;
+ padding: 2px 8px;
+ position: absolute;
+ right: 0px; }
+
#tool-bar {
margin-top: 24px;
position: absolute;
@@ -837,14 +848,6 @@ p {
#cmd_bar__rzdoc_open__rzdoc_list {
overflow: auto; }
-#cmd_bar__rzdoc_close {
- border-bottom-left-radius: 6px;
- background-color: dimgray;
- font-family: fantasy;
- font-size: 12px;
- position: absolute;
- right: 0px; }
-
.cmd_bar__rzdoc_open__item {
border-radius: 3px;
background-color: white;