sorted previous and next for insidepage.html
This commit is contained in:
parent
ed189b0554
commit
49ce47df57
|
@ -97,7 +97,8 @@ outline:none;
|
||||||
{font-size:14px;
|
{font-size:14px;
|
||||||
color:#ff8400;
|
color:#ff8400;
|
||||||
margin-top:6px;
|
margin-top:6px;
|
||||||
margin-left:8px;}
|
margin-left:8px;
|
||||||
|
}
|
||||||
|
|
||||||
#tabsInner li
|
#tabsInner li
|
||||||
{list-style:none;
|
{list-style:none;
|
||||||
|
@ -261,23 +262,34 @@ box-shadow:inset -6px 0px 18px #eece98;
|
||||||
cursor:pointer;}
|
cursor:pointer;}
|
||||||
|
|
||||||
#triangleUp
|
#triangleUp
|
||||||
{font-size:14px;
|
{font-size:12px;
|
||||||
color:#f7bd00;
|
color:#f7bd00;
|
||||||
/*position:absolute;
|
/*position:absolute;
|
||||||
right:8px;
|
right:8px;
|
||||||
top:-14px;*/
|
top:-14px;*/
|
||||||
|
float:left;
|
||||||
|
margin-bottom: 8px;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
margin-left:10px;}
|
margin-left:16px;
|
||||||
|
/*position: absolute;
|
||||||
|
top: 136px;
|
||||||
|
left: 20px;*/
|
||||||
|
font-weight:bold;}
|
||||||
|
|
||||||
#triangleDown
|
#triangleDown
|
||||||
{font-size:14px;
|
{font-size:12px;
|
||||||
color:#f7bd00;
|
color:#f7bd00;
|
||||||
|
margin-right:16px;
|
||||||
/*position:absolute;
|
/*position:absolute;
|
||||||
right:8px;
|
right:8px;
|
||||||
bottom:-0px;*/
|
bottom:-0px;*/
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
text-align:right;
|
font-weight:bold;
|
||||||
margin-left:266px;} /*SANJ, see what happens to the list when i do ctrl minus, and the triangles as well*/
|
float:right;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
/*position: absolute;
|
||||||
|
right:12px;
|
||||||
|
top:130px;*/} /*SANJ, see what happens to the list when i do ctrl minus, and the triangles as well*/
|
||||||
|
|
||||||
#rightColumn
|
#rightColumn
|
||||||
{width:618px;
|
{width:618px;
|
||||||
|
|
|
@ -246,4 +246,5 @@ text-align:left;
|
||||||
padding-left:22px;
|
padding-left:22px;
|
||||||
clear:both;}
|
clear:both;}
|
||||||
|
|
||||||
|
.clear
|
||||||
|
{clear:both;}
|
||||||
|
|
|
@ -117,8 +117,10 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<span id="triangleDown">next</span>
|
<div id="triangleUp">previous</div>
|
||||||
<span id="triangleUp">previous</span>
|
<div id="triangleDown">next</div>
|
||||||
|
|
||||||
|
<div class="clear"></div>
|
||||||
|
|
||||||
|
|
||||||
<div id="listLeft">
|
<div id="listLeft">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user