From a7cb9226864e3788c29e1975be8e097cf3b25b71 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Mon, 9 Feb 2015 02:47:30 +0200 Subject: style: tool-bar.scss --- res/client/css/partials/tool-bar.scss | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 res/client/css/partials/tool-bar.scss (limited to 'res/client/css/partials') diff --git a/res/client/css/partials/tool-bar.scss b/res/client/css/partials/tool-bar.scss new file mode 100644 index 00000000..339cad78 --- /dev/null +++ b/res/client/css/partials/tool-bar.scss @@ -0,0 +1,25 @@ +.tool_bar_btn { + border: 1px solid #919095; + cursor: pointer; + text-align: right; + float: right; + font-size: $h5-size; + height: 36px; + margin-right: 15px; + margin-top: 40px; + padding: 5px; + width: 50px; +} + + +#btn_filter { + background: url(../img/toolbar_icon__filter.png); + background-repeat: no-repeat; + background-position: center; +} + +#btn_export { + background: url(../img/toolbar_icon__export.png); + background-position: center; + background-repeat: no-repeat; +} -- cgit v1.3.1