1
0
Fork 0
forked from 0x2620/oxjs

changing api timeout from 15 to 60 seconds

This commit is contained in:
rlx 2011-01-21 19:34:39 +00:00
commit c32d99018a
3 changed files with 7 additions and 5 deletions

View file

@ -1191,10 +1191,11 @@ Panels
.OxCollapsePanel > .OxBar > .OxExtras > .OxSelect {
//position: absolute;
//right: 0px;
width: 14px;
width: 16px;
height: 16px;
padding-top: 1px;
border-width: 0 0 0 1px;
padding: 1px 1px 0 0;
border-width: 0;
background: rgba(0, 0, 0, 0);
-moz-border-radius: 0;
-webkit-border-radius: 0;
}