From 4c0091ec1aed57a9e762398e8361c163f2ea9b38 Mon Sep 17 00:00:00 2001
From: Piotr Gawron <piotr.gawron@uni.lu>
Date: Thu, 10 Aug 2017 18:58:55 +0200
Subject: [PATCH] ui-refresh css

---
 frontend-js/src/main/css/global.css         | 12 ++++++++++++
 web/src/main/webapp/resources/css/style.css |  1 -
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/frontend-js/src/main/css/global.css b/frontend-js/src/main/css/global.css
index 5789b88784..d18d29e249 100644
--- a/frontend-js/src/main/css/global.css
+++ b/frontend-js/src/main/css/global.css
@@ -485,4 +485,16 @@ h1 {
 	text-align: center;
 	padding-bottom: 10px;
 	font-weight: 400;
+}
+
+.projects-tab button {
+	margin: 5px;
+}
+
+.ui-icon {
+	display: inline-block;
+}
+
+.ui-icon-refresh {
+	background: url(images/icons/refresh.png.xhtml) 50% 50% no-repeat;
 }
\ No newline at end of file
diff --git a/web/src/main/webapp/resources/css/style.css b/web/src/main/webapp/resources/css/style.css
index 5b9d8758dc..a7ba4bbb72 100644
--- a/web/src/main/webapp/resources/css/style.css
+++ b/web/src/main/webapp/resources/css/style.css
@@ -1073,7 +1073,6 @@ input[type=file] {width:280px !important; top:15px !important;}
 
 
 .ui-icon-search { background:url(images/icons/search_small2.png.xhtml) 50% 50% no-repeat !important; }
-.ui-icon-refresh { background:url(images/icons/refresh.png.xhtml) 50% 50% no-repeat !important; }
 .ui-icon-disk { background:url(images/icons/disk.png.xhtml) 50% 50% no-repeat !important; }
 .ui-icon-document { background:url(images/icons/document.png.xhtml) 50% 50% no-repeat !important; }
 .ui-icon-trash { background:url(images/icons/trash.png.xhtml) 50% 50% no-repeat !important; }
-- 
GitLab