- Posts: 15
- Thank you received: 0
Front end editor layout problem
-
chrisnz
Inactive member -
Topic Author
- New Member
-
Less
More
11 years 10 months ago #29553
by chrisnz
Replied by chrisnz on topic Front end editor layout problem
still no difference.
It is meant to be added to template_css.css
It is meant to be added to template_css.css
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #29557
by ivan.milic
Replied by ivan.milic on topic Front end editor layout problem
Try like this:
.nav.nav-tabs{
list-style:none;
}
.nav.nav-tabs > li{
float:left;
}
.nav.nav-tabs{
list-style:none;
}
.nav.nav-tabs > li{
float:left;
}
Please Log in to join the conversation.
-
chrisnz
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 15
- Thank you received: 0
11 years 10 months ago #29561
by chrisnz
Replied by chrisnz on topic Front end editor layout problem
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #29565
by ivan.milic
Replied by ivan.milic on topic Front end editor layout problem
This:
Code:
.nav.nav-tabs{
list-style:none;
}
.nav.nav-tabs > li{
float:left;
padding:2px 5px;
}
Please Log in to join the conversation.
-
chrisnz
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 15
- Thank you received: 0
11 years 10 months ago #29580
by chrisnz
Replied by chrisnz on topic Front end editor layout problem
Getting better. What about the pop-up calendar icons that should be beside the publishing dates?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago - 11 years 10 months ago #29585
by ivan.milic
Replied by ivan.milic on topic Front end editor layout problem
Add
.input-append{
clear:both;
}
.input-append > *{
float:left;
min-height:20px;
}
.input-append{
clear:both;
}
.input-append > *{
float:left;
min-height:20px;
}
Last edit: 11 years 10 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.101 seconds