Jump to content

cube cart 3 css bug found in the layout.css file


Guest rickyray

Recommended Posts

Guest rickyray

As you can read, i find an error in the css file.

For the .colRight { css rule, it should read as padding-right: 3px;

however, the author has made a mistake and has put just right: 3px; which doesn't work.

I'm new here guys but I figure i will post my findings, perhaps this error is intentional for some reason?

Link to comment
Share on other sites

Guest vrakas

Its nice to know these things but as Mysty said it would be better if you let us know what skin, line and type tthe text line.

This way if there is such an error we will fix and include it in the next release :)

Thanks again ;)

Link to comment
Share on other sites

Well, CubeCart provides three default skins, .colRight is in layout.css only. This class name doesnt exist in Killer skin => two relevant skins.

CubeCart latest release

---------------------------

Legend:

.colRight {

position: relative;

width: 160px;

padding-left: 5px;

right: 9px;

float: right;

}

Classic:

.colRight {

position: relative;

width: 160px;

padding-left: 5px;

right: 0px;

float: right;

}

There is NO 3px, no padding-right. :)

Link to comment
Share on other sites

Guest rickyray

Sorry for the late response guys, I was away all day.

Anyhow, the bug was found for the classic skin in the layout.css file.

.colRight {

position: relative;

width: 160px;

padding-left: 5px;

right: 0px;

float: right;

}

I must be new to css still, i thought that where it says right: 0px;

maybe it should have says padding-right: 0px;

same go's for the

.colLeft {

position: relative;

left: 0px;

width: 160px;

padding-left: 15px;

padding-right: 5px;

float: left;

}

see this one says left: 0px;

I haven't learned what these are for maybe??

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...