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