Change size of Text Box field

15 years 3 months ago #84261 by PcDoctor
Change size of Text Box field was created by PcDoctor
Hello guys, I just Install CB on my site, and i got problem with text field size :( it's too small u can see my pic. I guess that's my template, but everything is fine with fileds in diffrent moduls. How can I chage it ? Here is image:

I am using Joomla : Version 1.5.8 with CB 1.2 RC
Or you can go on my site to see what i am talking about:
pcdoctorsolution.net/index.php?option=com_comprofiler&task=registers
Thanks in advanced ! B)

Please Log in to join the conversation.

15 years 3 months ago #84278 by PcDoctor
Replied by PcDoctor on topic Re:Change size of Text Box field
Ok Here is mine htmltemplate_css.css
Maybe u can correct it ? ;) Pleeeease guys Iam stuck I know it's got something to do with this codes:
[code:1]/* *********************** GENERAL SETTINGS *********************** */
body {
font-family: Arial, Helvetica, sans-serif;
color: #5a7fad;
background: #041e39 url(../images/body_bg.jpg) repeat-x top left;
margin: 0px;
padding: 0px 0px 20px 0px;
line-height: 135%;
}

html {
padding: 0px;
margin: 0px;
}

body.f-smaller {
font-size: 10px;
}

body, body.default {
font-size: 11px;
}

body.f-larger {
font-size: 12px;
}
body.published {
background: #AADDFF;
}

body.mceContentBody {
background: white;
}

/* CSS global reset for all browsers */
* { padding: 0px; margin: 0px; }
/* Global Formatting */
h1 {font: normal 24px Arial, Helvetica, sans-serif; letter-spacing: -1px; line-height: 30px; }
h2 {font: normal 20px Arial, Helvetica, sans-serif; letter-spacing: -1px; text-transform: none; line-height: 26px; }
h3 {font: normal 18px Arial, Helvetica, sans-serif; letter-spacing: 0px; line-height: 24px; text-transform: none;}
h4 {font: bold 14px Arial, Helvetica, sans-serif; line-height: 19px; text-transform: none; }
h5 {font: bold 12px Arial, Helvetica, sans-serif; line-height: 18px; text-transform: none; }
h6 {font: bold 11px Arial, Helvetica, sans-serif; line-height: 17px; text-transform: none;}
a {color: #0078ff; text-decoration: underline;}
a:hover {color: #0078ff; text-decoration: none;}
a.image, a.image:hover, a img {border:0;}
ul {
list-style: none;
}
ul li {
padding: 2px 0px 2px 24px;
background: transparent url(../images/checkbox.gif) no-repeat left;
}

#main_content ul li, #main_content2 ul li {
width: 100%;
}

ol {
padding: 5px 25px;
}

fieldset {
width: 95%;
padding: 5px;
margin: 5px 0px 0px 0px;
border: 1px solid #b8d0e2;
}
.both {
clear: both;
}

input, select, label {
vertical-align: middle;
}

p {
padding: 5px 0px;
}

/* *********************** END GENERAL SETTINGS *********************** */

#background_4 {
background: transparent url(../images/background_4.jpg) no-repeat top center;
}

#background_3 {
background: transparent url(../images/background_3.jpg) no-repeat top center;
}

#background_2 {
background: transparent url(../images/background_2.jpg) no-repeat top center;
}

#background_1 {
background: transparent url(../images/background_1.jpg) no-repeat top center;
}

#site_wrapper {
width: 1000px;
margin: 0px auto;
padding: 0px;
}

.top_line {
padding: 0px 0px 0px 0px;
margin: 0px;
width: 100%;
height: 29px;
background: transparent url(../images/top_line_bg.png) no-repeat top center;
}

#top_wrap {
margin: 0px auto;
height: 29px;
width: 1000px;
position: relative;
}

#top_wrap #pathway {
position: absolute;
top: 7px;
left: 12px;
font-size: 11px;
}

#top_wrap #searchform {
position: absolute;
top: 0px;
right: 0px;
width: 220px;
height: 29px;
text-align: left;
background: transparent url(../images/searchform_bg.gif) no-repeat top left;
}

#wrap {
width: 1000px;
margin: 10px auto 0px auto;
padding: 0px 0px;
background: #f2f2d6 url(../images/wrap_bg.gif) repeat-y top center;
}

#content {
margin: 0px;
width: 960px;
padding: 20px;
background: transparent url(../images/content_bg.gif) no-repeat top center;
}

#top {
padding: 0px;
margin: 0px auto;
width: 1000px;
height: 88px;
position: relative;
}

#top #banner {
position: absolute;
top: 13px;
right: 13px;
}

#top h1 {
font: normal 24px Arial, Helvetica, sans-serif;
line-height: 28px;
color: #ffffff;
letter-spacing: -1px;
text-transform: none;
text-align: center;
white-space: nowrap;
position: absolute;
top: 15px;
left: 70px;
}

#top h1 a {
text-decoration: none;
color: #ffffff;
}

#top h2 {
position: absolute;
top: 45px;
left: 70px;
color: #cce0ec;
letter-spacing: -1px;
line-height: 22px;
font: normal 18px Arial, Helvetica, sans-serif;
}

#top #logo {
position: absolute;
top: 12px;
left: 11px;
}

.top_menu {
width: 100%;
height: 45px;
background: transparent url(../images/top_menu_bg.png) no-repeat top left;
}

#top_nav {
width: 1000px;
height: 45px;
margin: 0px auto;
padding: 0px;
position: relative;
}

#top_nav #f_tools {
position: absolute;
top: 6px;
right: 0px;
}

#f_tools a, #f_tools a img {
text-decoration: none;
font-size: 10px;
padding: 0px;
margin: 0px;
border: 0px;
line-height: 5px;
}

#buttons {
position: relative;
height: 31px;
width: 130px;
}

#buttons #minus {
position: absolute;
top: 12px;
left: 72px;
}

#buttons #reset {
position: absolute;
top: 10px;
left: 84px;
}

#buttons #plus {
position: absolute;
top: 7px;
left: 98px;
}

#buttons strong {
position: absolute;
left: 0px;
top: 11px;
font: bold 11px Arial, Helvetica, sans-serif;
line-height: 11px;
color: #bcd54c;
}

#top_nav #menu {
position: absolute;
top: 10px;
left: 10px;
width: 900px;
height: 31px;
}

#menu #uls {
text-align: right;
padding: 0px 0px 0px 0px;
}

#menu table.moduletable {
margin: 0px;
padding: 0px;
}

#menu #uls table.moduletable td {
background: transparent;
}

#menu #uls ul {
list-style: none;
text-align: center;
padding: 0px;
display: inline;
margin: 0px auto;
}

#mainlevel-nav li {
padding: 0px;
display: block;
white-space: nowrap;
float: left;
background: none;
margin: 0px;
padding: 0px 0px 0px 0px;
}

#mainlevel-nav li a {
text-decoration: none;
text-align: center;
display: block;
color: #ffffff;
font: bold 12px Arial, Helvetica, sans-serif;
padding: 5px 10px 3px 10px;
margin: 0px;
}

#mainlevel-nav li a:hover {
text-decoration: none;
}

#slogan_sep {
width: 1000px;
height: 22px;
background: transparent url(../images/slogan_sep_bg.gif) no-repeat bottom center;
}

#slogan_section {
width: 1000px;
height: 247px;
position: relative;
background: #0f0000 url(../images/slogan_section_bg.jpg) no-repeat top center;
}

#slogan_section #togs {
width: 540px;
position: absolute;
top: 16px;
left: 28px
}

#slogan_section #togs h3 {
font: bold 12px Arial, Helvetica, sans-serif;
letter-spacing: 0px;
padding: 6px 0px 6px 23px;
cursor: pointer;
background: transparent url(../images/togs_arrow.gif) no-repeat left;
}

#slogan_section #nfpad {
width: 330px;
height: 192px;
position: absolute;
top: 20px;
left: 200px;
}

#slogan_section #nfpad #accordion {
width: 330px;
height: 192px;
}

#accordion div.acc_co {
color: #ffffff;
width: 330px;
height: 192px;
}

#accordion div.acc_co h3 {
font: normal 18px Arial, Helvetica, sans-serif;
color: #ffffff;
letter-spacing: -1px;
line-height: 22px;
margin-bottom: 10px;
}

#accordion div.acc_co a {
color: #ff9600;
text-decoration: underline;
}

#accordion div.acc_co a:hover {
text-decoration: none;
}

#accordion div.acc_co .latestnews, #accordion div.acc_co .mostread {
list-style: none;
padding: 0px 2px;
margin: 0px;
text-align: left;
background: none;
}

#accordion div.acc_co li.latestnews, #accordion div.acc_co li.mostread {
list-style: none;
padding: 2px 0px;
margin: 0px;
background: none;
}

#accordion div.acc_co li.latestnews a, #accordion div.acc_co li.mostread a {
text-transform: none;
text-decoration: none;
text-align: left;
padding: 0px 0px 0px 25px;
margin: 0px;
display: block;
color: #ff9600;
width: 300px;
background: transparent url(../images/arrow.gif) no-repeat left;
}

#accordion div.acc_co li.latestnews a:hover, #accordion div.acc_co li.mostread a:hover {
text-decoration: underline;
color: #ff9600;
}

#bottom_modules {
padding: 20px 0px 10px 0px;
clear: both;
}

#bottom_modules h3 {
font: bold 12px Arial, Helvetica, sans-serif;
letter-spacing: 0px;
}

#mod_user7 {
padding: 5px 0px 5px 0px;
clear: both;
}

#mod_user7 h3 {
color: #679ce1;
}

#mod_user8, #mod_user9 {
width: 48%;
float: left;
margin-top: 20px;
}

#mod_user8 {
padding-right: 1%;
}

#mod_user8 h3, #mod_user9 h3 {
color: #c83200;
margin-bottom: 5px;
}

#mod_user9 {
padding-left: 1%;
}

#main {
padding: 0px;
margin: 0px auto;
width: 960px;
background: transparent;
clear: both;
}

#left_col {
width: 190px;
float: left;
}

#right_col {
width: 190px;
float: left;
}

#main_content {
float: left;
margin: 0px;
padding-top: 0px;
width: 540px;
}

#main_content2 {
float: left;
width: 750px;
margin: 0px;
padding-top: 0px;
}

#main_content #main_body {
clear: both;
}

#main_content2 #main_body {
width: 750px;
background: transparent;
}

/**************************************/

#slideshow {
position: absolute;
width: 365px;
height: 217px;
top: 18px;
right: 1px;
}

.slideshowContainer {
border: none;
width: 264px;
height: 147px;
float: left;
margin: 0px;
padding: 0px;
}

#slideshowContainer img {
width: 264px;
height: 147px;
}


.loading {
background: url(../images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
outline: none;
}

.slideshowThumbnail img {
padding: 2px;
}

a:hover.slideshowThumbnail img {
padding: 2px;
}

.current img {
border: 1px solid red;
padding: 2px;
}

.outline {
border: 1px solid #274c76;
z-index: 0;
position: absolute;
}

#thumbnails {
position: absolute;
bottom: 17px;
left: 0px;
float: left;
padding: 0px 0px 0px 0px;
}

/******/

.white_space {
height: 20px;
display: block;
}

.sep {
display: block;
height: 10px;
clear: both;
}

#footer {
padding: 15px 20px;
width: 960px;
margin: 0px auto;
color: #507fbd;
background: transparent url(../images/footer_bg.gif) no-repeat top center;
}

#footer p {
padding: 0px;
margin: 0px;
line-height: 11px !important;
font: bold 10px Arial, Helvetica, sans-serif;
background: transparent;
text-align: left;
}

#footer p a {
text-decoration: none;
color: #94c2ff;
}

#footer p a:hover {
text-decoration: underline;
color: #94c2ff;
}

/* *********************** END LAYOUT SETTINGS *********************** */

/* *********************** NAVIGATION SECTION *********************** */
/* Pathway Breadcrumbs */
#pathway,
.pathway,
#pathway strong {
font-size: 11px;
line-height: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #428ed9;
font-weight: bold;
}
a.pathway { text-decoration: none; color: #ffffff; text-decoration: none; }
a.pathway:hover { text-decoration: none; color: #ff9600;}
span.pathway img {
padding: 0px;
margin: 0px;
vertical-align: middle;
}


ul.menu li a, ul#mainlevel li a {
color: #7a9900;
font: normal 11px Arial, Helvetica, sans-serif;
line-height: 12px;
padding: 5px 0px 6px 8px;
text-transform: none;
text-decoration: none;
display: block;
text-align: left;
margin: 0px;
background: transparent url(../images/li_a_bg.gif) no-repeat bottom center;
}

ul.menu li a:hover, ul#mainlevel li a:hover {
font: normal 11px Arial, Helvetica, sans-serif;
line-height: 12px;
padding: 5px 0px 6px 8px;
text-transform: none;
text-decoration: none;
display: block;
text-align: left;
margin: 0px;
}

ul#mainlevel li a:hover {
background: none;
}

ul.menu, ul#mainlevel {
padding: 0px 0px 10px 0px;
list-style: none;

}

ul.menu ul {
list-style: none;
margin: 0px;
padding: 0px;
}

ul.menu li, ul#mainlevel li {
padding: 0px;
margin: 0px;
display: block;
background: none;
}

ul.menu ul {
clear: both;
}

ul.menu ul li {
padding: 0px;
margin: 0px 0px 0px 15px;
display: block;
width: auto;
}

div.moduletable_menu ul.menu li#current a,
ul#mainlevel li #active_menu {
color: #7a9900;
font: normal 11px Arial, Helvetica, sans-serif;
text-transform: none;
text-decoration: none;
display: block;
text-align: left;
margin: 0px;
padding: 5px 0px 6px 8px;
line-height: 12px;
}

div.moduletable_menu ul.menu li#current a:hover {
font: normal 11px Arial, Helvetica, sans-serif;
text-transform: none;
text-decoration: none;
display: block;
text-align: left;
margin: 0px;
padding: 5px 0px 6px 8px;
line-height: 12px;
}

div.moduletable_menu ul.menu #current ul li a,
div.moduletable_menu ul.menu li ul li a {
margin: 0px;
padding: 5px 0px 6px 0px;
line-height: 12px;
}

ul.menu li#current ul li a:hover,
ul.menu li ul li a:hover {
text-decoration: none;
}

/* Mainlevel menu */
.mainlevel {
height: 12px;
}

a.mainlevel {
color: #7a9900;
font: normal 11px Arial, Helvetica, sans-serif;
line-height: 12px;
padding: 5px 0px 6px 8px;
text-transform: none;
text-decoration: none;
display: block;
text-align: left;
margin: 0px;
background: transparent url(../images/li_a_bg.gif) no-repeat bottom center;
}

a.mainlevel:hover {
font: normal 11px Arial, Helvetica, sans-serif;;
line-height: 12px;
text-transform: none;
text-decoration: none;
display: block;
text-align: left;
margin: 0px;
padding: 5px 0px 6px 8px;
}

#left_col div.module * table tr td div {
vertical-align: middle;
line-height: 12px;
padding: 8px 0px;
display: block;
clear: both;
width: 130px;
}

div.module table td div img {
float: left;
width: 12px;
height: 12px;
}

a.mainlevel#active_menu {
color: #7a9900;
font: normal 11px Arial, Helvetica, sans-serif;
line-height: 12px;
text-transform: none;
text-decoration: none;
text-align: left;
margin: 0px;
padding: 5px 0px 6px 8px;
}

#active_menu, #active_menu:hover {
font: normal 11px Arial, Helvetica, sans-serif;
line-height: 12px;
text-transform: none;
text-decoration: none;
text-align: left;
margin: 0px;
padding: 5px 0px 6px 8px;
}

/* End Mainlevel menu */

/* Sub Menu */

a.sublevel, div.moduletable table td div a#active_menu {
background: none;
color: #7a9900;
font: normal 11px Arial, Helvetica, sans-serif;
line-height: 12px !important;
text-transform: none;
text-decoration: none;
text-align: left;
padding: 0px 3px !important;
margin: 0px !important;
width: 130px !important;
}

a.sublevel:hover, div.moduletable table td div a#active_menu:hover {
color: #3593fc;
text-decoration: none;
font: normal 11px Arial, Helvetica, sans-serif;
line-height: 12px;
text-transform: none;
text-decoration: none;
text-align: left;
padding: 0px 3px;
margin: 0px;
width: 130px;
}

/* *********************** END NAVIGATION SECTION ********************* */

/* *********************** STANDARD MODULE TABLE ********************* */
table.moduletable {
width: 100%;
padding: 0px;
margin: 0px 0px 5px 0px;
}

#left_col div.moduletable h3,
#left_col div.moduletable_menu h3,
#left_col div.moduletable_text h3,
#right_col div.moduletable h3,
#right_col div.moduletable_menu h3,
#right_col div.moduletable_text h3 {
font: bold 11px Arial, Helvetica, sans-serif;
line-height: 15px;
padding: 7px 0px 15px 8px;
display: block;
margin: 0px;
color: #ffffff;
text-align: left;
text-transform: uppercase;
background: transparent url(../images/left_mod_header_bg.gif) no-repeat top right;
letter-spacing: 0px;
width: 182px;
}

#left_col div.moduletable, #right_col div.moduletable {
text-align: left;
padding: 0px 0px 10px 0px;
background: transparent;
}

#left_col div.moduletable div {
padding-left: 0px !important;
padding-top: 2px !important;
}

table.moduletable td {height: 18px; text-align: center; }

table.moduletable p {
text-align: left;
}

div.syndicate {
text-align: center;
width: 174px !important;
padding: 0px;
margin: 0px;
}

div.syndicate div {
padding: 0px;
margin: 0px;
width: width: 174px !important;
}

/* Custom Modules */

.latestnews, .mostread {
list-style: none;
padding: 1px 2px;
margin: 0px;
text-align: left;
background: none;
}

li.latestnews, li.mostread {
list-style: none;
padding: 0px 0px;
margin: 0px;
background: none;
}

li.latestnews a, li.mostread a {
text-transform: none;
text-decoration: none;
text-align: left;
padding-left: 20px;
width: 150px;
display: block;
color: #009ffb;
background: transparent url(../images/arrow.gif) no-repeat left;
}

li.latestnews a:hover, li.mostread a:hover {
text-decoration: underline;
color: #009ffb;
}

.search {
padding: 1px 0px 0px 0px;
margin: 0px;
text-align: left;
}

.search .button {
background: none;
border: none;
color: #ffffff;
font: bold 11px Arial, Helvetica, sans-serif;
line-height: 17px;
height: 21px;
letter-spacing: 0px;
vertical-align: middle;
text-transform: uppercase;
padding: 0px;
margin: 0px 0px 0px 8px;
width: 45px;
}

.search .button:hover {
color: #f2f2d6;
}

.search .inputbox {
margin: 0px 0px;
padding: 4px 5px 4px 25px;
width: 120px;
height: 17px;
border: none;
color: #868686;
background: transparent;
vertical-align: middle;
font: normal 11px Arial, Helvetica, sans-serif;
}

/* End Custom Modules */

/* *********************** END STANDARD MODULE TABLE ********************* */

/* *********************** CONTENT - SECTIONS & CATEGORIES *********************** */

td.contentheading {
padding: 5px 0px 0px 0px;
margin: 0px;
height: 18px;
font: normal 18px Arial, Helvetica, sans-serif;
color: #c83200;
text-transform: none;
letter-spacing: -1px;
}

.contentheading table td {
letter-spacing: 0px;
font-weight: bold;
}

/* content title and links */
.contentpagetitle {
background-color : transparent;
}

a.contentpagetitle,a.contentpagetitle:link, a.contentpagetitle:visited {
text-decoration: none; color: #c83200;
}
a.contentpagetitle:hover {
color: #992600; text-decoration: none;
}

/* top box like a category description */
.contentdescription {
background: transparent;
padding: 5px 0px;
}

/* Main Body Text */
.contentpane { }

.contentpaneopen { line-height: 16px; margin: 0px 0px 10px 0px; }

#main_body .contentpaneopen {
width: 100%;
}

/* Main Body Text */

/* article rating */
.content_rating {font-weight: normal;font-size:10px; padding-left: 2px;vertical-align: middle;line-height: 10px;}
.content_vote {font-weight: normal;font-size: 10px;}
.content_rating img {
vertical-align: middle;
}

.content_vote input {
background: none;
margin-left: 1px;
margin-right: 1px;
}

/* icons */
.buttonheading {
font-size: 12px;
}

.pop-ups {float: right;}
a.pop-up {border-bottom: 0;}

/* Dates */
.createdate {color: #a3b20b; font-size: 11px; font-weight: bold; text-transform: none; padding-bottom: 15px; line-height: 12px; }
.modifydate {color: #679ce1; font-size: 10px; font-weight: bold; text-transform: none; line-height: 12px;}
.newsfeeddate {font-size: 10px; color: #999; font-weight: normal;}
/* Dates */

/* Writen by Authors name */
.small {
color: #679ce1;
font: bold 10px Arial, Helvetica, sans-serif;
line-height: 14px;
margin: 0px; padding: 0px;
text-transform: none;
}

/* Page navigation links "<<< 1 of 10 next >>>" */
.pagenav {
font-size: 11px;
}
.pagebar{font-size: 11px; font-weight: normal;}
.pagenav_prev{font-size: 11px; text-decoration: none; }
.pagenav_next{font-size: 11px; text-decoration: none; }
a.pagenav { text-decoration: none; font-weight: normal; color: #3593fc; }
a.pagenav:hover {text-decoration: underline; font-weight: normal; color: #3593fc; }
.pagenavcounter{ height: 15px; }
.back_button{font-size: 11px; letter-spacing: 1px; height: 15px; clear: both; margin: 5px 0px; text-transform: uppercase; font-weight: bold; }

/* Read more link */
.readon {
font-weight: bold !important;
font-size: 11px;
text-decoration: none;
color: #c83200;
line-height: 22px;
margin-top: 5px;
}

.readon:hover {
text-decoration: none;
color: #a0af06;
}

/* Article index */
table.contenttoc {
padding: 0px;
margin: 2px;
font-size: 11px;
}

table.contenttoc th {
background: transparent;
color: #666666;
}

table.contenttoc td {padding: 2px;}

/* Links article index */
a.toclink:hover, a.toclink:visited, a.toclink:link { height: 18px; }
/* End Article index */

/* component heading */
.componentheading {
text-align: left;
background: transparent;
height: 16px;
padding: 2px 0px;
font: bold 10px Arial, Helvetica, sans-serif;
color: #275b99;
text-transform: uppercase;
letter-spacing: 0px;
vertical-align: middle;
}

/* Sectiontable Table types listings Faqs's, weblink etc..*/
.sectiontableheader {
background: #b8d0e2;
border-collapse: collapse;
font-weight: bold;
text-transform: uppercase;
padding: 3px;
}

/* Table odd and Even Rows */
.sectiontableentry1 {
background: transparent;
font-size: 11px;
padding: 2px 0px !important;
text-align: left;
}

.sectiontableentry2 {
background: transparent;
font-size: 11px;
padding: 2px 0px !important;
text-align: left;
}

.sectiontableentry1 td, .sectiontableentry2 td {
padding: 2px !important;
}

.sectiontableentry1 input, .sectiontableentry2 input {
margin: 0px;
padding: 0px;
height: 15px;
width: 15px;
background: none;
vertical-align: middle;
}

.sectiontableentry1 label, .sectiontableentry2 label {
margin: 0px;
padding: 0px 0px 0px 5px;
width: 170px;
display: block;
}

.sectiontablefooter {
height: 18px;
}

table.poll, table.pollstableborder, table.poll thead td {
width: 190px !important;
}

table.poll * div {
width: 170px !important;
margin: 0px !important;
padding: 0px !important;
}

/* End Sectiontable */

/* Category */
.category { }
a.category:link, a.category:visited { height: 15px; text-decoration: none; }
a.category:hover { height: 15px; text-decoration: underline; }
/* End category */

/* blogsection */
.blog {background-color: transparent;}
.blogsection{ height: 18px; }
.blog_more{ clear: both; display: block; width: 430px; padding: 10px 0px; }
.blog_heading { height: 18px; }
/* space from bottom of article */
.article_seperator{background-color : transparent;}
/* End blogsection */

/* results if not search google */
.searchintro{height: 18px;}
/*Search Form keyword highlight*/
.highlight {
background: #b8d0e2;
padding: 0px 4px 0px 4px;
color: #245594;
font-weight: bold;
}
/* End Search Form */

/* wrapper title */
.wrapper{background-color : #FFFFFF;}
/* *********************** END CONTENT - SECTIONS & CATEGORIES *********************** */

/* *********************** FORM SECTION *********************** */
form {
margin: 0px;
}

input {
background-color: #FFFFFF;
}

#mod_login_username, #mod_login_password {
background: transparent url(../images/login_input_bg.gif) no-repeat top left;
font-size: 12px;
height: 17px;
padding: 3px 4px 3px 4px;
margin: 2px 0px;
width: 162px;
border: none;
color: #333333;
}

#mod_login_remember {
background: transparent;
border: none;
height: 15px;
vertical-align: middle;
padding: 0px;
margin: 3px;
}
div.moduletable fieldset {
width: 74px;
border: none;
margin: 0px;
padding: 0px;
text-align: left;
clear: both;
}

div.moduletable form.form-login input.button {
text-align: center;
cursor: pointer;
}

div.moduletable form.form-login p {
margin: 0px;
padding: 0px;
text-align: left;
}

div.moduletable form.form-login p.central {
margin: 0px;
padding: 5px 0px;
text-align: center !important;
}

#left_col div.moduletable form input.button, #right_col div.moduletable form input.button {
background: transparent url(../images/login_button_bg.gif) no-repeat top left;
color: #ffffff;
margin: 2px 0px;
width: 73px;
height: 23px;
border: none;
font: bold 10px Tahoma, Arial, Helvetica, sans-serif;
line-height: 10px;
text-transform: uppercase;
vertical-align: baseline;
}

.inputbox { background: #ffffff url(../images/input_bg.gif) repeat-x top left; border: 1px solid #82afe7; margin: 2px 0px; padding: 2px; color: #555555; }
.text_area, textarea { background: #ffffff url(../images/input_bg.gif) repeat-x top left; border: 1px solid #82afe7; width: 95%; color: #555555; }
/* Pull down menu */
.selectbox {width: 100%;}
/* Submit Button */
.button {
border: none;
color: #ffffff;
font: bold 10px Tahoma, Arial, Helvetica, sans-serif;
background: #191a00 url(../images/login_button_bg2.gif) repeat-x top left;
margin: 2px 0px;
text-transform: uppercase;
vertical-align: middle;
outline: none;
height: 18px;
padding: 0px 8px;
}

#left_col select, #left_col #mod_templatechooser_jos_change_template, #left_col option, select, select option {
background: #fafafa;
font-size: 11px;
padding: 0px;
width: 170px;
color: #555555;
height: auto;
font-weight: normal;
}

#left_col select {
border: 1px solid #aeaeae;
}

#main_content select, #main_content select option {
width: auto;
}

/* Contact Email Form */
.contact_email {margin: 0px;padding: 0px;}

#searchphraseany, #searchphraseall, #searchphraseexact {
background: none;
}


/* *********************** END FORM SECTION *********************** */

/* *********************** TABBED EDITING *********************** */
/*When user login to edit or sumbit articles*/
/* for modifying {moscode} output. Don't set the colour! */
.moscode {
background-color: #f0f0f0;
}

.code {
font-family: courier, serif;
font-size: 1.2em;
padding: 2px;
background-color: #f0f0f0;
color: blue;
border: 1px solid #d5d5d5;
margin: 0px;
width: 90%;
}


/* Text passed with mosmsg url parameter */
.message {
font-family : Arial, Helvetica, sans-serif;
font-weight: bold;
font-size : 1em;
color : #666;
text-align: center;
}

/* Styles for dhtml tabbed-pages */
.ontab {
background-color: #666666;
border-left: outset 1px #666;
border-right: outset 1px #333;
border-top: outset 1px #666;
border-bottom: solid 1px #333;
text-align: center;
cursor: default;
font-weight: bold;
color: #FFFFFF;
padding: .2em;
}

.offtab {
background-color : #cccccc;
border-left: outset 1px #666;
border-right: outset 1px #333;
border-top: outset 1px #666;
border-bottom: solid 1px #333;
text-align: center;
cursor: default;
font-weight: normal;
padding: .2em;
}

.edit-tabs {
padding: 1em;
background: none;
}

.tabpadding {padding:1px;}

.tabheading {
background-color: #FF6600;
text-align: left;
}

.pagetext {
visibility: hidden;
display: none;
}

/*Body of the form*/
.adminform{background-color : #FFFFFF;}
/* *********************** End TABBED EDITING *********************** */[/code:1]

Please Log in to join the conversation.

15 years 3 months ago #84495 by PcDoctor
Replied by PcDoctor on topic Re:Change size of Text Box field
Commmmmon guys can anyone help ???
:blush: :blush: :blush: :blush: :blush:

Please Log in to join the conversation.

15 years 3 months ago #84507 by deni_hanca
Replied by deni_hanca on topic Re:Change size of Text Box field
hm.. a brain teaser:woohoo:

perhaps u could try a very specific css overide rule like:[code:1]table#registrationTable td.fieldCell input.inputbox {width:100%}[/code:1]or[code:1]table#registrationTable td.fieldCell {text-align:left}[/code:1]or[code:1]table#registrationTable {text-align:left}[/code:1]or the combination of them, and append it in the very bottom of your template .css, or your cb template .css.

give it a try, it might just work:)

Wadya Balad Lises Unpad di www.lises-unpad.com

Please Log in to join the conversation.

15 years 3 months ago #84696 by PcDoctor
Replied by PcDoctor on topic Re:Change size of Text Box field
Thanks, dude but still not working :( as u can see on my web text/box is for 2 characters only too small :( tried everything that u sad. :( Why is look like that damnt !!!

Please Log in to join the conversation.

15 years 3 months ago #84701 by PcDoctor
Replied by PcDoctor on topic Re:Change size of Text Box field
You know In my template_css.css I'don't even have any cb modules, nothing about cb maybe i should put some kind of code in there ?
Because ,like this one for example :
[code:1]#mod_login_username, #mod_login_password {
background: transparent url(../images/login_input_bg.gif) no-repeat top left;
font-size: 12px;
height: 17px;
padding: 3px 4px 3px 4px;
margin: 2px 0px;
width: 162px;
border: none;
color: #333333;[/code:1]
If I am changing anything I still see no changes, because probably this is Original Login form from Joomla. Stuck .

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.208 seconds

Facebook Twitter LinkedIn