1
0
Fork 0
forked from 0x2620/oxjs

improvements for resizing and scrolling lists

This commit is contained in:
rolux 2010-09-07 17:58:15 +02:00
commit 0aee82a57c
5 changed files with 224 additions and 162 deletions

View file

@ -664,12 +664,16 @@ Lists
================================================================================
*/
.OxListPage {
position: absolute;
.OxIconList.OxBoth {
overflow-x: hidden;
}
.OxIconList .OxPage {
padding: 4px;
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
.OxIconList .OxItem {
@ -686,6 +690,11 @@ Lists
position: relative;
}
.OxIconList .OxItem > .OxIcon,
.OxIconList .OxItem > .OxText {
left: -2px;
}
.OxIconList .OxItem > .OxIcon img {
position: absolute;
left: 0;
@ -693,6 +702,7 @@ Lists
bottom: 0;
margin: auto;
border: 2px solid rgba(0, 0, 0, 0);
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
@ -714,8 +724,8 @@ Lists
top: 0;
right: 0;
margin: auto;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
//-moz-border-radius: 4px;
//-webkit-border-radius: 4px;
-moz-transform: scaleY(-1);
-webkit-transform: scaleY(-1);
}
@ -730,7 +740,7 @@ Lists
text-align: center;
padding: 1px 2px;
border: 2px solid rgba(0, 0, 0, 0);
max-width: 120px;
max-width: 124px;
word-wrap: break-word;
cursor: pointer;
-moz-border-radius: 4px;