Removed initial loading glitch for Browser buttons.

This commit is contained in:
Gunther Brunner
2014-08-07 15:01:41 +09:00
parent 5bad2a35d5
commit 9d53629750
2 changed files with 7 additions and 2 deletions

View File

@@ -24,3 +24,8 @@
border: none;
margin:0;
}
.stf-navigation .browser-buttons {
min-width: 44px;
min-height: 35px;
}