mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
Fixed the height of the pages.
This commit is contained in:
parent
24e393f848
commit
472a75695b
@ -72,7 +72,7 @@ window.TabItem.prototype = $.extend(new Item(), {
|
||||
// ##########
|
||||
window.TabItems = {
|
||||
tabWidth: 160,
|
||||
tabHeight: 137,
|
||||
tabHeight: 130,
|
||||
fontSize: 9,
|
||||
|
||||
init: function() {
|
||||
|
@ -46,16 +46,14 @@ body {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
.thumbShadow {
|
||||
position: absolute;
|
||||
border-bottom: 5px solid rgba(0,0,0,0.05);
|
||||
margin-right: -12px;
|
||||
bottom: 8px;
|
||||
bottom: 2px;
|
||||
width: 94.5%;
|
||||
}
|
||||
|
||||
|
||||
.favicon {
|
||||
position: absolute;
|
||||
background-color: rgba(245,245,245,1);
|
||||
|
Loading…
Reference in New Issue
Block a user