Skip to content
Snippets Groups Projects
Commit 4bbcf3d3 authored by unknown's avatar unknown
Browse files

Add icons, remove bad responsive zoomy, remove escaping.

parent 9778b127
No related merge requests found
......@@ -27,6 +27,7 @@ i.icon-qrcode,
i.icon-remove,
i.icon-renew,
i.icon-renew-all,
i.icon-report,
i.icon-rss,
i.icon-search,
i.icon-shopping-cart,
......@@ -99,6 +100,7 @@ i.icon-user {
.small i.icon-remove,
.small i.icon-renew,
.small i.icon-renew-all,
.small i.icon-report,
.small i.icon-rss,
.small i.icon-search,
.small i.icon-shopping-cart,
......@@ -134,7 +136,8 @@ i.icon-heart {background:url('../images/icons/heart.png')}
i.icon-home {background:url('../images/icons/house.png')}
i.icon-inbox {background:url('../images/icons/box.png')}
i.icon-leaf,.icon-sitemap {background:url('../images/icons/treeCurrent.png')}
i.icon-list-alt,i.icon-export {background:url('../images/icons/application_add.png')}i.icon-minus-sign {background:url('../images/icons/delete.png')}
i.icon-list-alt,i.icon-export {background:url('../images/icons/application_add.png')}
i.icon-minus-sign {background:url('../images/icons/delete.png')}
i.icon-ok {background:url('../images/icons/tick.png')}
i.icon-phone-sign {background:url('../images/icons/phone.png')}
i.icon-plus-sign {background:url('../images/icons/add.png')}
......@@ -143,6 +146,7 @@ i.icon-qrcode {background:url('../images/icons/qrcode.png')}
i.icon-remove {background:url('../images/icons/delete.png')}
i.icon-renew {background:url('../images/icons/renew.png')}
i.icon-renew-all {background:url('../images/icons/renewAll.png')}
i.icon-report {background:url('../images/icons/report.png')}
i.icon-rss {background:url('../images/icons/feed.png')}
i.icon-search {background:url('../images/icons/magnifier.png')}
i.icon-shopping-cart {background:url('../images/icons/cart.png')}
......
themes/bootprint/images/icons/report.png

649 B

......@@ -21,16 +21,3 @@
.zoomy-container .control .turn-left,
.zoomy-container .control .turn-right,
.zoomy-container .control #toggle {color:#444;cursor:pointer;text-decoration:none}
@media screen and (max-width: 974px) {
.zoomy-container .control{bottom:0;height:100px;position:absolute;right:0;width:300px}
.zoomy-container .control .turn-left{bottom:15px;right:215px;z-index:1}
.zoomy-container .control .turn-right{bottom:15px;right:2px;z-index:1}
.zoomy-container .map,
.zoomy-container .map .scope,
.zoomy-container .map img,
.zoomy-container .control #toggle {border:0;display:none}
.zoomy-container .zoom{bottom:8px;right:40px;z-index:10}
.zoomy-container .zoom .level{padding:10px 0;width:50px}
.zoomy-container .zoom a{padding:10px}
.zoomy-container .zoom,.zoomy-container .zoom .level{font:18pt Courier}
}
......@@ -27,7 +27,7 @@
<? $summary = $this->driver->getSummary(); $summary = isset($summary[0]) ? $summary[0] : false; ?>
<? if ($summary): ?>
<p><?=$this->escapeHtml($summary)?></p>
<p><?=$summary ?></p>
<? endif; ?>
<? /* Display the lists that this record is saved to */ ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment