diff --git a/frontend-js/src/main/css/global.css b/frontend-js/src/main/css/global.css index 5789b8878460c40f479b2fb43a5af220a961bf4f..d18d29e2493d72adec2115927aaf09f2942b66b1 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 5b9d8758dc9ac33f1871c5ec80a41a4a62208dcd..a7ba4bbb721e6fb9a6dd05d9985264b44729bccd 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; }