inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Jun 28, 2013 8:23:25 GMT -8
im adjusting the padding in conversations for the Reply on most of the pages of my forum i can adjust it to padding top 7px but in the conversation as soon as i get past padding top 1px it moves the search and drop down im pretty sure its the button background i think this removes all the backgrounds for the other buttons, what do i need for the conversation page .title.buttons.background.image { display: none; } i need the calender page too and thread list
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
Post by David Clark on Jul 1, 2013 10:57:12 GMT -8
Hey tunescool, what are you trying to accomplish with this one? Is it getting the buttons centered with the gear dropdown button?
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Jul 1, 2013 11:48:17 GMT -8
im trying to get the New Thread and New Event text as close to the live search as i can. the thread page i have where i want every different page this is as close as i can get it on the calender, conversations, and thread list pages with padding top 1px. if i have it at anything more than 1px it moves the search and action drop down and wont get closer to the search like the thread page
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
Post by David Clark on Jul 1, 2013 12:22:26 GMT -8
Well the reply buttons on the conversation page are separated from the live search with a div that contains the conversation participants, so unless you did something particularly fancy I don't believe it's possible to move those buttons on the Conversation page up closer towards the search with basic CSS.
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
Post by David Clark on Jul 1, 2013 12:33:54 GMT -8
For the New Thread buttons, you can use the positioning CSS. Go to Layout Templates > Thread and locate this on line 3:
<ul class="controls" style="font-size:11px; !important; padding-right:5px; padding-top:3px;"><li>{if $[current_user.is_member]}<a style="margin-right: 1px" href="/thread/new/$[thread.board.id]"><b>New Thread</b></a>{/if}</li></ul>
Add top:6px to the style of the element:
<ul class="controls" style="font-size:11px; !important; padding-right:5px; padding-top:3px; top:6px;"><li>{if $[current_user.is_member]}<a style="margin-right: 1px" href="/thread/new/$[thread.board.id]"><b>New Thread</b></a>{/if}</li></ul>
Now check a thread, is that a good spot? That's as far as I was able to push it down.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Jul 1, 2013 12:58:42 GMT -8
that worked for the Reply in the conversation i have create message in the message list where i want it the New Event wont move in the Calender with the top 6 the New Thread in the Thread List page wouldnt move with the top 6 the New Thread i added in the Thread Page moves to where i want it but it screws up a plugin i use i just adjusted that when i took the pic before to show you where i wanted it but took it out rite away i dont want my pages looking like that
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Jul 17, 2013 3:42:59 GMT -8
bump
|
|