summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-04-02 01:10:43 +0300
committerAlon Levy <alon@pobox.com>2015-04-02 01:10:43 +0300
commitb5dbfff3d4039107e9a4666a98cfa26c1f02162e (patch)
tree5df4c2e3b221261dc2a5044680355c579f56b9d3 /res/client/css/style.css
parent95e3aa72c1d71ed054b98fbfed2be009ade3ced9 (diff)
client/style: add layout-buttons and btn_layoutwip/selection-ring
Diffstat (limited to 'res/client/css/style.css')
-rw-r--r--res/client/css/style.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css
index 9ca4a976..bf260552 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -788,6 +788,25 @@ p {
width: 16px;
height: 25px; }
+#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; }
+
.cmd-bar {
background-color: #85B375;
width: 100%; }