Skip to content
Snippets Groups Projects
Commit c075eb86 authored by Renaud Le Gac's avatar Renaud Le Gac
Browse files

Move icons in a css file.

parent ab582fd2
No related branches found
No related tags found
No related merge requests found
.icon-grid {
background-image:url('../extjs/resources/icons/fam/grid.png');
}
.add {
background-image:url('../extjs/resources/icons/fam/add.gif');
}
.option {
background-image:url('../extjs/resources/icons/fam/plugin.gif');
}
.remove {
background-image:url('../extjs/resources/icons/fam/cross.gif');
}
.save {
background-image:url('../extjs/resources/icons/fam/save.gif');
}
......@@ -15,23 +15,7 @@
<script type="text/javascript" src="{{=URL(r=request,c='static/dbjs',f='combobox.js')}}"></script>
<script type="text/javascript" src="{{=URL(r=request,c='static/dbjs',f='entryform.js')}}"></script>
<script type="text/javascript" src="{{=URL(r=request,c='static/dbjs',f='vieweditgrid.js')}}"></script>
<style type="text/css">
.icon-grid {
background-image:url({{=URL(r=request,c='static/extjs/resources/icons/fam',f='grid.png')}}) !important;
}
.add {
background-image:url({{=URL(r=request,c='static/extjs/resources/icons/fam',f='add.gif')}}) !important;
}
.option {
background-image:url({{=URL(r=request,c='static/extjs/resources/icons/fam',f='plugin.gif')}}) !important;
}
.remove {
background-image:url({{=URL(r=request,c='static/extjs/resources/icons/fam',f='cross.gif')}}) !important;
}
.save {
background-image:url({{=URL(r=request,c='static/extjs/resources/icons/fam',f='save.gif')}}) !important;
}
</style>
<link rel="stylesheet" type="text/css" href="{{=URL(r=request,c='static/dbjs',f='icons.css')}}"/>
</head>
<body>
<div id="header"></div>
......
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