Register   Login
     
  Latest Posts  
RE: Toolbar links at the top of the articles module
by wassis on 1/08/2009 12:59 PM
RE: Site hanging when posting comments
by smcculloch on 1/08/2009 12:10 PM
RE: Site hanging when posting comments
by smcculloch on 1/08/2009 12:00 PM
RE: Site hanging when posting comments
by glenwin on 1/08/2009 11:21 AM
RE: Layout Settings: Listing View
by smcculloch on 1/08/2009 10:36 AM
RE: Lightbox implementation
by smcculloch on 1/08/2009 10:35 AM
RE: 4.9.0 and 5.0.0 with Simple gallery
by smcculloch on 1/08/2009 10:34 AM
RE: Site hanging when posting comments
by smcculloch on 1/08/2009 10:33 AM
RE: Ligtbox effect does not working in DNN 5
by smcculloch on 1/08/2009 10:33 AM
Site hanging when posting comments
by glenwin on 1/08/2009 10:22 AM
  Forums  
Subject: layout bugs
Prev Next
You are not authorized to post a reply.

Page 2 of 2 << < 12
Author Messages
Scott McCullochUser is Online
Administrators
Nuke Master
Nuke Master
Posts:12807


9/10/2008 6:29 AM  
I've found the issue, sorry for the problem.

Scott McCulloch
Site Administrator
avi aUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:684

9/10/2008 6:34 AM  
No problem, glad you were able to find it!

Avi A

Takeslides.com Toolbar.
Takeslides.com Community Toolbar - Stay connected and get so much more.


Wizard for embedding the coolest google local search map control. (works also with PA)

Nukedesigners.com W3C valid skins for dotnetnuke
avi aUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:684

9/23/2008 1:47 AM  
Hi Scott, just a reminder. Thanks.

Avi A

Takeslides.com Toolbar.
Takeslides.com Community Toolbar - Stay connected and get so much more.


Wizard for embedding the coolest google local search map control. (works also with PA)

Nukedesigners.com W3C valid skins for dotnetnuke
Scott McCullochUser is Online
Administrators
Nuke Master
Nuke Master
Posts:12807


10/01/2008 6:42 AM  
Is this still occurring?

Scott McCulloch
Site Administrator
avi aUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:684

10/01/2008 7:39 AM  
Yes, I'm still waiting for you to fix out what you said you have found out at the message above from the 9/10/2008.

Avi A

Takeslides.com Toolbar.
Takeslides.com Community Toolbar - Stay connected and get so much more.


Wizard for embedding the coolest google local search map control. (works also with PA)

Nukedesigners.com W3C valid skins for dotnetnuke
avi aUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:684

10/03/2008 9:04 AM  
Hi Scott, is the fix included in that release?

Avi A

Takeslides.com Toolbar.
Takeslides.com Community Toolbar - Stay connected and get so much more.


Wizard for embedding the coolest google local search map control. (works also with PA)

Nukedesigners.com W3C valid skins for dotnetnuke
Scott McCullochUser is Online
Administrators
Nuke Master
Nuke Master
Posts:12807


10/04/2008 12:10 AM  
Hmm, I'm not sure how to reproduce it, I thought I had fixed it, is it still occurring? How can I reproduce the item? Does your category contain non-english characters? Have you tested it with the new release?

Scott McCulloch
Site Administrator
avi aUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:684

10/04/2008 1:20 AM  
Ok, it's perfectly fine now. I'll make a right to left version of the standard theme and post it . thanks.

Avi A

Takeslides.com Toolbar.
Takeslides.com Community Toolbar - Stay connected and get so much more.


Wizard for embedding the coolest google local search map control. (works also with PA)

Nukedesigners.com W3C valid skins for dotnetnuke
avi aUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:684

10/04/2008 7:41 AM  
More or less:
.article
{
clear: both;
text-align: right;
margin-bottom : 25px;
}

.articleHeadline h1 {
margin-bottom: 0px;
background-color:#F0F0F0;
border:1px dashed #C8C8C8;
}

.articleAuthor {
margin-top:5px;
}

.articleCalendar {
float: right;
margin-right: 6px;
width: 42px;
height: 42px;
}

.articleCalendarIcon-01 {
background: url('images/01.gif');
}

.articleCalendarIcon-02 {
background: url('images/02.gif');
}

.articleCalendarIcon-03 {
background: url('images/03.gif');
}

.articleCalendarIcon-04 {
background: url('images/04.gif');
}

.articleCalendarIcon-05 {
background: url('images/05.gif');
}

.articleCalendarIcon-06 {
background: url('images/06.gif');
}

.articleCalendarIcon-07 {
background: url('images/07.gif');
}

.articleCalendarIcon-08 {
background: url('images/08.gif');
}

.articleCalendarIcon-09 {
background: url('images/09.gif');
}

.articleCalendarIcon-10 {
background: url('images/10.gif');
}

.articleCalendarIcon-11 {
background: url('images/11.gif');
}

.articleCalendarIcon-12 {
background: url('images/12.gif');
}

.articleCalendarDay {
font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
font-size:17px;
font-weight: bold;
color: #000;
width: 42px;
text-align:center;
padding-top: 15px;
}

.articleEntry {
margin: 10px 5px;
}

.articleImage {
margin : 2px 10px 4px 4px;
float : right;
}

.articlePaging {
border-bottom:1px dotted #D8D8D8;
padding-bottom : 2px;
margin-bottom : 2px;
}

.articleCategories {
border-bottom:1px dotted #D8D8D8;
margin-bottom:2px;
padding-bottom:2px;
}

.postRating h2
{
margin-bottom: 0px;
background-color:#F0F0F0;
border:1px dashed #C8C8C8;
padding-left: 5px;
}

.articleComments {
text-align:right;
}

.articleComments h2 {
margin-bottom: 0px;
background-color:#F0F0F0;
border:1px dashed #C8C8C8;
padding-right: 5px;
}

.articleComment {
margin : 5px 0 0px 0;
padding : 5px;
min-height : 100px;
height:auto !important;
height:100px;
}

.articleCommentGravatar {
margin : 2px 10px 4px 4px;
float : right;
}

.articleCommentContent {
text-align: right;
padding:0px 5px 10px 5px;
}

.articleCommentAuthor {
}

.articleCommentDate {
border-bottom:1px dotted #D8D8D8;
margin-bottom:2px;
padding-bottom:2px;
}

.postComment
{
text-align: right;
}

.postComment p, .postComment div
{
padding:2px 10px;
margin: 0px;
}

.postComment h2
{
margin-bottom: 0px;
background-color:#F0F0F0;
border:1px dashed #C8C8C8;
padding-right: 5px;
}

.postComment input
{
width: 150px;
}

.postComment #notify input
{
width: 20px;
}

.postComment textarea
{
width: 450px;
height: 150px;
}

Avi A

Takeslides.com Toolbar.
Takeslides.com Community Toolbar - Stay connected and get so much more.


Wizard for embedding the coolest google local search map control. (works also with PA)

Nukedesigners.com W3C valid skins for dotnetnuke
You are not authorized to post a reply.
Page 2 of 2 << < 12

Forums > Modules > News Articles > layout bugs



ActiveForums 3.7