fixing scroll stuff for preset grid.

This commit is contained in:
Saman Bemel-Benrud
2013-03-21 14:08:09 -04:00
parent 59b8d68bb2
commit fd969bb93e
3 changed files with 582 additions and 460 deletions
+7 -2
View File
@@ -603,6 +603,10 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
top: 60px;
}
.pane:first-child .inspector-body {
top: 120px;
}
.inspector-body::-webkit-scrollbar {
background: #fff;
}
@@ -686,8 +690,7 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
.preset-grid {
width:100%;
margin-top: 60px;
padding: 20px 0px 10px 20px;
padding: 20px 10px 10px 20px;
border-bottom: 1px solid #ccc;
}
@@ -864,6 +867,7 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
margin: auto;
position: absolute;
left: 0; right: 0; top: 19px;
background:transparent url(../img/sprite.png) no-repeat -240px -80px;
}
.preset-icon-fill.tag-shop,
@@ -2101,6 +2105,7 @@ a.success-action {
overflow: visible;
width: 10px;
background: #EBEBEB;
border-left: 1px solid #DDD;
}
::-webkit-scrollbar-button {
height: 0;
+575 -458
View File
File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 123 KiB

After

Width:  |  Height:  |  Size: 128 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 17 KiB