Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Textpattern interface restyled
Ah, there are unlinked gif-Images in the Stylesheet:
#title{
margin: 0;
padding: 4px;
margin-top: 18px;
background: #F6F7F8 url(txp_img/.gif) 0 -1px repeat-x;
border: #BFBFBF solid 1px;
border-right: #E3E3E3 solid 1px;
border-bottom:#E3E3E3 solid 1px;
}
#excerpt {
width: 500px;
height: 100px;
background: #F6F7F8 url(txp_img/.gif) 0 -1px repeat-x;
border: #BFBFBF solid 1px;
border-right: #E3E3E3 solid 1px;
border-bottom:#E3E3E3 solid 1px;
}
#plugin-install {
background: #F6F7F8 url(txp_img/.gif) 0 -1px repeat-x;
border: #BFBFBF solid 1px;
border-right: #E3E3E3 solid 1px;
border-bottom:#E3E3E3 solid 1px;
color: #3F3F3F;
}
Which Filenames are going in there?
Offline
Re: Textpattern interface restyled
@Michel — Not sure, will look into it.
Offline
Re: Textpattern interface restyled
Seems those missing image links are just carried over from the previous version(s).
Will roll the changes into the next version.
Offline
Re: Textpattern interface restyled
Thank you. But can you tell which images are going in?
Offline
Re: Textpattern interface restyled
No images as far as I can see, maybe just left in the stylesheet from an earlier draft?
Offline
#18 2008-07-08 21:15:36
- stopsatgreen
- Member
- Registered: 2008-07-03
- Posts: 50
Re: Textpattern interface restyled
I vote for this to be the new admin theme; it’s much clearer than the original.
Offline
Re: Textpattern interface restyled
Just a bump to say this has been updated for 4.0.7 and needs some testing.
Last edited by milkshake (2008-11-28 16:28:00)
Offline
#20 2008-11-28 16:23:37
- stopsatgreen
- Member
- Registered: 2008-07-03
- Posts: 50
Re: Textpattern interface restyled
I’d be happy to help test this.
Offline
#21 2008-11-29 08:31:41
- candyman
- Member
- From: Italy
- Registered: 2006-08-08
- Posts: 684
Re: Textpattern interface restyled
milkshake wrote:
Just a bump to say this has been updated for 4.0.7 and needs some testing.
BTW, does it need a lot of work to adapt an interface for 4.0.6 to the new one? What are the thing to adapt if you can tell me shortly? Thanks.
Offline
Re: Textpattern interface restyled
It wasn’t much work, this diff shows the changes between the 4.0.6 + 4.0.7 versions of the theme (txplib_head.php is the only important file with changes).
Last edited by milkshake (2008-12-18 18:48:46)
Offline
#23 2008-12-02 00:41:44
- stopsatgreen
- Member
- Registered: 2008-07-03
- Posts: 50
Re: Textpattern interface restyled
So far, all seems fine!
Offline
#24 2008-12-12 20:22:57
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: Textpattern interface restyled
William, the links on Github are not valid …
Offline