Register   Login
     
  Latest Posts  
RE: Article URL Rewriting Question?
by Jessynoo on 11/22/2008 10:42 AM
News Articles Read more page uses admin skin
by kfarrell on 11/22/2008 8:56 AM
RE: List Properties by User
by aviavia on 11/22/2008 7:03 AM
List Properties by User
by rodneyjoyce on 11/22/2008 6:44 AM
[RSSLINKENCODED] request.
by aviavia on 11/22/2008 6:41 AM
RE: Date Type
by rodneyjoyce on 11/22/2008 3:26 AM
Date Type
by rodneyjoyce on 11/22/2008 3:21 AM
Default Location Data
by rodneyjoyce on 11/22/2008 3:06 AM
RE: AutoFill fields by selection Type
by rodneyjoyce on 11/22/2008 3:05 AM
RE: SEO for listing view
by rodneyjoyce on 11/22/2008 3:04 AM
  Forums  
Subject: DNN default [PAGER]
Prev Next
You are not authorized to post a reply.

Author Messages
gpUser is Offline
Silver Membership
Nuke Active Member
Nuke Active Member
Posts:42

Page 1 of 2                              First   Previous   Ώ]  2  Next   Last   

5/23/2008 4:07 PM  

what sets the spacing between "1 of xx" and page links in [PAGER]?

                               

  
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12446


5/26/2008 6:23 AM  
This is the DNN core pager, same as the one in the file manager.

Scott McCulloch
Site Administrator
gpUser is Offline
Silver Membership
Nuke Active Member
Nuke Active Member
Posts:42

5/27/2008 2:20 PM  
Sorry - I'm just trying to control the positioning of the "1 of XX" left side and "1 2 3 (page links)" on the right side.
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12446


5/28/2008 7:46 AM  
Not sure without modifying the core page, I think it's located in the controls folder.

Scott McCulloch
Site Administrator
georgelewUser is Offline
Silver Membership
Nuke Addict
Nuke Addict
Posts:69


9/15/2008 5:08 AM  
Hi,

I would like to know where to find the stupid file to change the css class for pager also...

seems not in control...

Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12446


9/16/2008 9:25 AM  

The style is:-


Scott McCulloch
Site Administrator
georgelewUser is Offline
Silver Membership
Nuke Addict
Nuke Addict
Posts:69


9/16/2008 11:50 AM  


After long researching...

 

The [PAGER] is controlled by 3 styles, all in default.css:

The main problem is, except .pagingTable, other 2 classes is shared with

controls like Login, Register, Control Panal, etc...

.PagingTable 
.commandButton
.NormalDisabled

i.e. change the [pager] style = making it worst.
I actually looking for the pager control file...ended up in web control...somemore is a .dll file zzzzz

This is the broswer source view file:

<table class="PagingTable" border="0">
<tr>
<td class="Normal" align="left" style="width:50%;">Page 1 of 4td>
<td class="Normal" align="right" style="width:50%;">

<span class="NormalDisabled">Firstspan>&nbsp;&nbsp;&nbsp;
<span class="NormalDisabled">Previousspan>&nbsp;&nbsp;&nbsp;
<span class="NormalDisabled">Ώ]span>&nbsp;&nbsp;
<a href="/Default.aspx" class="CommandButton">2a>&nbsp;&nbsp;
<a href="/Default.aspx" class="CommandButton">3a>&nbsp;&nbsp;
<a href="/Default.aspx" class="CommandButton">Lasta>&nbsp;&nbsp;&nbsp;td>
tr>
table>

So, in order to avoid affecting other controls that sharing the class .commandbuttion, and .normaldisabled...try this

.PagingTable {border:1px solid gray;height:40px;width:100%}

.PagingTable td.span.NormalDisabled,.PagingTable td.a.commandButton
{border:1px solid gray;background:#f0f0f0;padding 3 5px;line-height:2;}

I'm really not sure if this work: .PagingTable td.span.commandButton I'll try it this weekend and see...3am....ledi...

Just hope that they will give [pager] a own style rather than sharing it again in DNN 5.0.


George.

 

 

You are not authorized to post a reply.
Forums > Modules > Property Agent > DNN default [PAGER]



ActiveForums 3.7