From 53b025b1571b3bba43a3852a235714123fde6511 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Fri, 3 Apr 2015 01:26:17 +0300 Subject: layout buttons: behavior, icon-design & style --- res/client/css/partials/layout-buttons.scss | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) (limited to 'res/client/css/partials/layout-buttons.scss') diff --git a/res/client/css/partials/layout-buttons.scss b/res/client/css/partials/layout-buttons.scss index 11dfc3e8..bb626d45 100644 --- a/res/client/css/partials/layout-buttons.scss +++ b/res/client/css/partials/layout-buttons.scss @@ -1,20 +1,11 @@ -#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; + background-color: white; + border: 1px solid black; + display: inline-block; + font-size: $h5-size; + margin-top: 5px; + position: relative; + top: 36px; + text-align: center; + width: 64px; } -- cgit v1.3.1