Closed (fixed)
Project:
Box_grey
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
10 Aug 2005 at 00:26 UTC
Updated:
7 May 2009 at 11:30 UTC
The Box_grey style is broken out of the box...
The same issue affects Box_cleanslate.
first, there are two references to the style input.form-text. These can be consolidated as follows:
input.form-text {
border: solid 1px #ddd;
margin: 0;
padding: 0 5px;
font-size: 12px;
}
secondly, there is no reference to the style input.form-password. As a result the password box will often be invisible or a different color, and a larger font size, than the username input box. I added the following to fix this problem.
input.form-password {
border: solid 1px #ddd;
margin: 0;
padding: 0 5px;
font-size: 12px;
}
I have attached a patch which should fix this problem for both styles.
-rich
| Comment | File | Size | Author |
|---|---|---|---|
| cleanslate.stylecss.patch | 0 bytes | oc |
Comments
Comment #1
adrinux commentedI did this instead:
Comment #2
oc commentedThanks for this fix.
When/where will the updated template be available?
-rich
Comment #3
adrinux commentedIt was committed to the 4.6 branch in cvs on the 9th, it should have made its way into the 4.6 version tarball by now (in other words you should get the modfied version if you download from the project page). Keep in mind that this wasn' the only change.
Comment #4
(not verified) commentedComment #5
dominic1025 commentedhow can i change the template of a content type??
i can only change the template of a content. I am newbie in drupal. Please help me.
Tnx!
Comment #6
adrinux commented1. Try reading the theme developers guide http://drupal.org/theme-guide
2. Please make sure you have Drupal-6, not 4.6.
3. Please don't post random questions like this on ancient issues.