inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Mar 23, 2013 5:18:04 GMT -8
i cant get these and the Badges I Have .edit-user .content-box.warning-notes { width: 500px; border: 2px solid #00138E; margin: 10px; padding: 10px; } .edit-user .content-box.staff-notes { width: 500px; border: 2px solid #00138E; margin: 10px; padding: 10px; } .edit-user .content-box.badges { width: 650px; border: 2px solid #00138E; margin: 10px; padding: 10px; }
and the default bbcode Attachments:
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Mar 27, 2013 17:34:36 GMT -8
Briansomeone moved this here, its done with css, can someone help
|
|
Aaron
New Member
Posts: 146
inherit
190454
0
Jul 18, 2024 15:15:21 GMT -8
Aaron
146
February 2013
aarongoff
|
Post by Aaron on Mar 27, 2013 18:40:46 GMT -8
Removed.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Mar 27, 2013 19:32:21 GMT -8
that didnt work so well, it changed my summary, my main table is screwed up, and it moves alot of stuff around. and none of what i wanted changed Personal Social Settings Privacy Notifications Staff
|
|
Aaron
New Member
Posts: 146
inherit
190454
0
Jul 18, 2024 15:15:21 GMT -8
Aaron
146
February 2013
aarongoff
|
Post by Aaron on Mar 27, 2013 23:42:16 GMT -8
Try the updated code I posted.
Are you able to modify those pages in the template files?
If so, add this to the main divs:
style="width: 500px;"
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Mar 28, 2013 0:02:56 GMT -8
that just changed the width of the summary, i already did that with the css in my first post i want to change the width of these tabs only, im pretty sure you cant change just those tabs only in the template. if you could i still would rather do it with css Personal Social Settings Privacy Notifications Staff
|
|
Aaron
New Member
Posts: 146
inherit
190454
0
Jul 18, 2024 15:15:21 GMT -8
Aaron
146
February 2013
aarongoff
|
Post by Aaron on Mar 28, 2013 7:15:22 GMT -8
I wish you would have said tabs from the start - you stated one issue you were having (width of boxes), so I assumed you were trying to change the widths of boxes on each of those pages... Please be more specific when asking for help. Your last question is perfect.
ul.ui-helper-clearfix li:nth-child(2) { width: 100px; }
Add more ul.ui-helper-clearfix li:nth-child(2) but change the number to the tab you want to change. For example, the following will affect tabs 2 and 3 (Personal and Social):
ul.ui-helper-clearfix li:nth-child(2), ul.ui-helper-clearfix li:nth-child(3) { width: 100px; }
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Apr 14, 2013 4:46:44 GMT -8
i followed the edit one and got the width of the content boxes in those tabs
.edit-user .content-box.personal { width: 650px; border: 2px solid #00138E; margin: 10px; padding: 10px; } .edit-user .content-box.social { width: 600px; border: 2px solid #00138E; margin: 10px; padding: 10px; } .edit-user .content-box.settings { width: 600px; border: 2px solid #00138E; margin: 10px; padding: 10px; } .edit-user .content-box.privacy { width: 600px; border: 2px solid #00138E; margin: 10px; padding: 10px; } .edit-user .content-box.notifications { width: 600px; border: 2px solid #00138E; margin: 10px; padding: 10px; } .edit-user .content-box.staff { width: 600px; border: 2px solid #00138E; margin: 10px; padding: 10px; } but i cant get these and the Badges I Have
.edit-user .content-box.warning-notes { width: 500px; border: 2px solid #00138E; margin: 10px; padding: 10px; } .edit-user .content-box.staff-notes { width: 500px; border: 2px solid #00138E; margin: 10px; padding: 10px; } .edit-user .content-box.badges { width: 650px; border: 2px solid #00138E; margin: 10px; padding: 10px; }
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Apr 15, 2013 15:45:59 GMT -8
Be aware that nth-child doesn't work for Internet Explorer 8 and earlier.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on May 13, 2013 6:33:21 GMT -8
i still nedd all of this i cant get these and the Badges I Have .edit-user .content-box.warning-notes { width: 500px; border: 2px solid #00138E; margin: 10px; padding: 10px; } .edit-user .content-box.staff-notes { width: 500px; border: 2px solid #00138E; margin: 10px; padding: 10px; } .edit-user .content-box.badges { width: 650px; border: 2px solid #00138E; margin: 10px; padding: 10px; } and the default bbcode by default 2013-03-23 at 8.14.27 AM.jpg i followed the edit one and got the width of the content boxes in those tabs .edit-user .content-box.personal { width: 650px; border: 2px solid #00138E; margin: 10px; padding: 10px; } .edit-user .content-box.social { width: 600px; border: 2px solid #00138E; margin: 10px; padding: 10px; } .edit-user .content-box.settings { width: 600px; border: 2px solid #00138E; margin: 10px; padding: 10px; } .edit-user .content-box.privacy { width: 600px; border: 2px solid #00138E; margin: 10px; padding: 10px; } .edit-user .content-box.notifications { width: 600px; border: 2px solid #00138E; margin: 10px; padding: 10px; } .edit-user .content-box.staff { width: 600px; border: 2px solid #00138E; margin: 10px; padding: 10px; } but i cant get these and the Badges I Have .edit-user .content-box.warning-notes { width: 500px; border: 2px solid #00138E; margin: 10px; padding: 10px; } .edit-user .content-box.staff-notes { width: 500px; border: 2px solid #00138E; margin: 10px; padding: 10px; } .edit-user .content-box.badges { width: 650px; border: 2px solid #00138E; margin: 10px; padding: 10px; }
|
|