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 31, 2013 4:21:15 GMT -8
i recently changed the color and size of the input here lately and both sides were still rounded but all of a sudden the end is all straight, can someone help me figure out why .wysiwyg-area .subject_line .controls { float: right; } .wysiwyg-area .subject_line .controls > a { padding-bottom: 0px; padding-top: 0px; } .wysiwyg-area .subject_line .subject_input { overflow: hidden; padding-right: 13px; } .wysiwyg-area .subject_line input { width: 100%; } .wysiwyg-area .subject_line table { width: 100%; table-layout: auto; } .wysiwyg-area .subject_line .subject_input { width: 900px; line-height: 28px !important; } .wysiwyg-area .subject_line table .subject { width: 70px; } .wysiwyg-area .end-date, .wysiwyg-area .attachment, .new-area .captcha { display: none; } .wysiwyg-area .poll .poll-options { line-height: 30px !important; border: solid 1px; } .wysiwyg-area .poll input { width: auto; } guests cant start threads thenotablenook.com
|
|
#eb7100
1480
0
1
Nov 21, 2024 14:52:33 GMT -8
Craig
209,196
September 2001
cmdynasty
|
Post by Craig on Jul 31, 2013 5:14:15 GMT -8
What was it you changed?
|
|
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 31, 2013 5:16:52 GMT -8
.wysiwyg-area .subject_line .subject_input { width: 900px; line-height: 28px !important; }
the width because i added a drop down
and just the color of the border
|
|
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 Aug 1, 2013 10:01:07 GMT -8
The subject line is too wide and being cut off by the overflow: hidden. To fix, add this to the bottom of your style sheet tunescool: .wysiwyg-area .subject_line input[type="text"] {width: 900px;}
|
|