|
@@ -82,6 +82,22 @@ div#loading{
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center;
|
|
|
}
|
|
|
+span.icon-bugs{
|
|
|
+ background-image: url('../img/bug.png');
|
|
|
+ background-size: 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ display: block;
|
|
|
+ width: 35px;
|
|
|
+ height: 35px;
|
|
|
+}
|
|
|
+span.icon-bugs-invert{
|
|
|
+ background-image: url('../img/bug-invert.png');
|
|
|
+ background-size: 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ display: block;
|
|
|
+ width: 35px;
|
|
|
+ height: 35px;
|
|
|
+}
|
|
|
@media screen and (max-width: 767px){
|
|
|
div#topbar a{
|
|
|
padding-left: 5px;
|
|
@@ -92,6 +108,8 @@ div#loading{
|
|
|
}
|
|
|
a.topbar-home span{
|
|
|
display: none;
|
|
|
+ padding-left: 2px !important;
|
|
|
+ padding-right: 2px !important;
|
|
|
}
|
|
|
a.topbar-home:after{
|
|
|
content: "\2261";
|
|
@@ -112,10 +130,6 @@ div#loading{
|
|
|
a.topbar-current{
|
|
|
float: right !important;
|
|
|
}
|
|
|
- a.topbar-home{
|
|
|
- padding-left: 2px !important;
|
|
|
- padding-right: 2px !important;
|
|
|
- }
|
|
|
a.topbar-back,a.topbar-history,a.topbar-index{
|
|
|
width: 35px !important;
|
|
|
position: absolute;
|