Skip to content
Snippets Groups Projects
Commit 4c0091ec authored by Piotr Gawron's avatar Piotr Gawron
Browse files

ui-refresh css

parent 558fbdde
No related branches found
No related tags found
2 merge requests!115Resolve "admin panel should use API",!114Resolve "admin panel should use API"
......@@ -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
......@@ -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; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment