Napis w tabeli, katy działów oraz złe rozmieszczenie dwóch elementów.

Założony przez  nae1994.

wersja skryptu MyBB: 1.6.9
adres forum: www.polskastrefaskilla.cba.pl
na czym polega problem (screen, opis, komunikaty):

Mam 3 problemy z forum, mianowicie:

1. Podczas powiekszania strony w przeglądarce dwa elementy zamiast sie rozciągać, przemieszczają się:
http://imageshack.us/photo/my-images/853/logova.png/

2. Napis w tabeli wyboru czcionki oraz rozmiaru jest za nisko, nie wiem jak go dać wyżej
[Obrazek: tabelaas.png]

3. W mozilla firefox jak widzicie na screenie nr 1 kąty działów są normalnie kwadratowe, a w google chrome zaś są okrągłe, jak zrobić, żeby w obu przeglądarkach były kwadratowe?
[Obrazek: katymb.png]

Tutaj dwa pliki:
global.css:
body {
    background: #1a1a1a url(images/body_bg.png) top left repeat;
    line-height: 2.7;
    margin: auto auto;
    padding-bottom: 20px;
    color: #FFF;
    text-align: left;
    font-family: tahoma;
    font-size: 11px;
}



a:link {
    color: #0e79ca;
    text-decoration: none;
}

a:visited {
    color: #0e79ca;
    text-decoration: none;
}

a:hover, a:active {
    color: #1399ff;
    text-shadow: 0px 1px 5px #002aff;
    text-decoration: none;

}

a:focus {
outline: none;
}

.header {
    background: #1a1a1a url(images/logo.png) bottom left no-repeat;
    text-align: canter;
        width: 0%;
    height: 80px;
}

.header_right {
    background: url(images/logo.png) top left no-repeat;
    height: 10px;
        width: 1255px;
        padding-top: 134px;
        padding-right: 10px;
        float: left;
}

.header_in {
    margin: canter;
}

.logo {
    float: left;
        margin-top: 40px;
        margin-left: 40px;
}

#container {
    background: #101010;
        border: 1px solid #2a2a2a;
    width: 82%;
    color: #808080;
    margin: auto auto;
    padding: 20px;
    text-align: canter;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#content {
    width: auto !important;
}

#footer {
        width: 95%;
        color: #fff;
        margin: auto auto;
        padding: 10px 20px 20px 20px;
        text-align: left;
        text-shadow: 0 1px 0 #000;
}

.menu2 {
    width: 540px;
        padding-right: 20px;
}

.menu {

    background: url(images/menu_bg.png)top right no-repeat;
    height: 27px;
        width: 570px;
    padding: 7px 300px 8px;
    -moz-border-radius:4px;
    -webkit-border-radius: 4px;
}

.menu ul {
    width: 540px;
        float: right;
    color: #fff;
    font-weight: bold;
    text-align: right;
}

.menu ul a:link, .menu a:visited {
    backsground: url(images/menu_bg2g.png) top left no-repeat;
        width: 90px;
    padding: 9px 7px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    text-decoration: none;
        text-shadow: 0 -1px 0 #202020;
}

.menu ul a:hover, .menu ul a:active {
    backsground: url(images/menu_bg23g.png) top left repeat-x;
        width: 90px;
    padding: 9px 7px 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    text-decoration: none;
        text-shadow: 0 -1px 0 #202020;
}

#calendar .calendar, #portal .portal, #index .index, #search .search, #members .members, #help .help {
    background: url(images/menu_active.png) top left repeat-x;
    padding: 9px 7px 8px;
    color: #0184dc;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


#panel {
    background: url(images/panel_bg.png) top left no-repeat;
    width: 95%;
    padding: 0px 0px 0px 0px;
    position: top;
    z-index: 9999;
        top: 0px;
    color: #d1d1d1;
    font-family: tahoma;
    font-size: 11px;
}

#panelimg {
    background-image: url(images/panel_bg.png) top left no-repeat;
}

#panel .remember_me input {
    vertical-align: middle;
    margin-top: 2px;
}

table {
    color: #bbbbbb;
    font-family: tahoma, arial;
    font-size: 12px;
    text-shadow: 0 -1px 0px #101010;
}

.tborder {
    background: #111111;
    width: 100%;
    margin: auto auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.thead {
    background: #0256d8 url(images/thead_bg.gif) top left repeat-x;
    border: 1px solid #006cff;
    color: #e1e1e1;
        padding: 5px 10px 5px 10px;
    -moz-border-radius-topleft: 30px;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topright: 30px;
    -webkit-border-top-right-radius: 30px;
}


.thead a:link {
    color: #ebebeb;
    text-decoration: none;
}

.thead a:visited {
    color: #;
    text-decoration: none;
}

.thead a:hover, .thead a:active {
    color: #;
    text-decoration: underline;
}

.tcat {
    background: #151515;
    color: #808080;
    font-size: 11px;
        padding: 3px 10px 3px 10px;
    border-left: 1px solid #252525;
}

.tcat a:link {
    color: #808080;
}

.tcat a:visited {
    color: #808080;
}

.tcat a:hover, .tcat a:active {
    color: #909090;
}

.trow1 {
    background: #1a1a1a url(images/trow_bg.png) top left repeat-x;
    border-top: 1px solid #292929;
    border-left: 1px solid #292929;
}

.trow2 {
    background: #1a1a1a url(images/trow_bg.png) top left repeat-x;
    border-top: 1px solid #292929;
    border-left: 1px solid #292929;
}

.trow_h {
    background: #1a1a1a url(images/trow_bg.png) top left repeat-x;
    border-top: 1px solid #292929;
    border-left: 1px solid #292929;
}

.trow_h:hover {
    background: #252525 url(images/trow_hover_bg.png) top left repeat-x;
    border-top: 1px solid #292929;
    border-left: 1px solid #292929;
}

.trow_plain {
    background: #1a1a1a url(images/trow_bg.png) top left repeat-x;
}

.trow_shaded {
    background: #303030;
}

.trow_selected td {
    background: #000;
}

.trow_sep {
    background: #2a2a2a;
        padding: 5px 10px 5px 10px;
    color: #808080;
    font-size: 11px;
    font-weight: bold;
}

.tfoot {
    background: #0256d8 url(images/thead_bg.png) top left repeat-x;
    color: #ffffff;
        padding: 5px 10px 5px 10px;
    -moz-border-radius-bottomleft: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -webkit-border-bottom-right-radius: 30px;
}

.tfoot a:link {
    color: #ffffff;
    text-decoration: none;
}

.tfoot a:visited {
    color: #ffffff;
    text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
    color: #000000;
}

#bottommenu {
        margin: auto;
    padding: 10px;
    color: #303030;
        font-size: 11px;
        font-weight: bold;
        text-align: middle;
}

#bottommenu img {
    padding-right: 5px;
    vertical-align: top;
}

#bottommenu a:link, #bottommenu a:visited {
       margin: 0 5px;
}

.navigation {
    background: #1a1a1a url(images/trow_bg.png) top left repeat-x;
        padding: 6px;
    border: 1px solid #292929;
    -moz-border-radius: 8px;
    -webkit-border-radius: 5px;
    color: #808080;
    font-size: 11px;
    font-weight: bold;
}

.navigation a:link {
    text-decoration: none;
    color: #0e79ca;
}

.navigation a:visited {
    text-decoration: none;
    color: #0e79ca;
}

.navigation a:hover, .navigation a:active {
    text-decoration: none;
    color: #808080;
}

.navigation .active {
    color: #808080;
    font-weight: bold;
}

.smalltext {
    font-size: 11px;
}

.largetext {
    font-size: 14px;
    font-weight: bold;
        font-family: arial;
}

input.textbox {
    border: 1px solid #007eff;
    background: #3c3c3c url(images/textbox_bg.png) bottom left repeat-x;
    color: #fff;
    padding: 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-family: tahoma;
    font-size: 11px;
}

input.button {
    background: #161616 url(images/dsbutton_bg.png) bottom left repeat-x;
    color: #008aff;
    border: 1px solid #006cff;
    padding: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-weight: bold;
    font-family: tahoma;
    font-size: 11px;
}

textarea {
    background: #181818;
    color: #808080;
    border: 1px solid #121212;
    padding: 2px;
    font-family: Verdana, Arial, Sans-Serif;
    line-height: 1.4;
    font-size: 13px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
        -moz-box-shadow: 0px 0px 1px #404040;
        -webkit-box-shadow: 0px 0px 1px #404040;
        box-shadow: 0px 0px 1px #404040;
        -khtml-box-shadow: 0px 0px 1px #404040;
}

select {
    background: #101010;
    color: #808080;
    border: 1px solid #303030;
}

.editor {
    background: #f1f1f1;
    border: 1px solid #ccc;
}

.editor_control_bar {
    background: #fff;
    border: 1px solid #0f5c8e;
}

.autocomplete {
    background: #fff;
    border: 1px solid #000;
    color: black;
}

.autocomplete_selected {
    background: #adcee7;
    color: #000;
}

.popup_menu {
    background: #101010;
    border: 1px solid #202020;
        margin-top: 2px;
}

.popup_menu .popup_item {
    background: #101010;
    color: #808080;
}

.popup_menu .popup_item:hover {
    background: #202020;
    color: #fff;
}

.trow_reputation_positive {
    background: #ccffcc;
}

.trow_reputation_negative {
    background: #ffcccc;
}

.reputation_positive {
    color: green;
}

.reputation_neutral {
    color: #444;
}

.reputation_negative {
    color: red;
}

.invalid_field {
    border: 1px solid #f30;
    color: #f30;
}

.valid_field {
    border: 1px solid #0c0;
}

.validation_error {
    background: url(images/invalid.gif) no-repeat center left;
    color: #f30;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 22px;
}

.validation_success {
    background: url(images/valid.gif) no-repeat center left;
    color: #00b200;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 22px;
}

.validation_loading {
    background: url(images/spinner.gif) no-repeat center left;
    color: #555;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 22px;
}

/* Additional CSS (Master) */
img {
    border: none;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
    float: none;
    width: 1%;
}

.hiddenrow {
    display: none;
}

.selectall {
    background-color: #FFFBD9;
    font-weight: bold;
    text-align: center;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

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

.menu li {
    display: inline;
    padding-left: 5px;
}

.menu img {
    padding-right: 5px;
    vertical-align: top;
}

#panel .links {
    margin: 0;
    float: right;
}

#panel img {
    padding-right: 5px;
    vertical-align: top;
}

.panel-irt {
    padding-right: 5px;
    vertical-align: top;
}

.expcolimage {
    float: right;
    width: auto;
    vertical-align: middle;
    margin-top: 3px;
}

img.attachment {
    border: 1px solid #E9E5D7;
    padding: 2px;
}

hr {
    background-color: #000000;
    color: #000000;
    height: 1px;
    border: 0px;
}

#copyright {
    font: 11px Verdana, Arial, Sans-Serif;
    margin: 0;
    padding: 3px 0 0 0;
}

#debug {
    float: right;
    text-align: right;
    margin-top: 0;
}

blockquote {
    border-left: 6px solid #606060;
        -moz-box-shadow: 0px 0px 1px #101010;
        -webkit-box-shadow: 0px 0px 1px #101010;
        box-shadow: 0px 0px 1px #0098ff;
        -khtml-box-shadow: 0px 0px 1px #101010;
    margin: 0;
    background: #404040;
    padding: 5px;
        color: #fff;
}

blockquote cite {
    font-weight: bold;
    border-bottom: 1px solid #606060;
    font-style: normal;
    display: block;
    margin: 4px 0;
}

blockquote cite span {
    float: right;
    font-weight: normal;
}

blockquote cite span.highlight {
    float: none;
    font-weight: bold;
    padding-bottom: 0;
}

.codeblock {
    border-left: 6px solid #606060;
        -moz-box-shadow: 0px 0px 1px #101010;
        -webkit-box-shadow: 0px 0px 1px #101010;
        box-shadow: 0px 0px 1px #0098ff;
        -khtml-box-shadow: 0px 0px 1px #101010;
    margin: 0;
    background: #404040;
    padding: 5px;
        color: #fff;
}

.codeblock .title {
    border-bottom: 1px solid #606060;
    font-weight: bold;
    margin: 4px 0;
}

.codeblock code {
    overflow: auto;
    height: auto;
    max-height: 200px;
    display: block;
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 13px;
}

.subforumicon {
    border: 0;
        margin-right: 5px;
    vertical-align: middle;
}

.separator {
    margin: 5px;
    padding: 0;
    height: 0px;
    font-size: 1px;
    list-style-type: none;
}

form {
    margin: 0;
    padding: 0;
}

.popup_menu .popup_item_container {
    margin: 1px;
    text-align: left;
}

.popup_menu .popup_item {
    display: block;
    padding: 3px;
    text-decoration: none;
    white-space: nowrap;
}

.popup_menu a.popup_item:hover {
    text-decoration: none;
}

.autocomplete {
    text-align: left;
}

.subject_new {
    font-weight: bold;
}

.highlight {
    background: #FFFFCC;
    padding-top: 3px;
    padding-bottom: 3px;
}

.pm_alert {
    background: #FFF6BF;
    border: 1px solid #FFD324;
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 15px;
    font-size: 11px;
}

.red_alert {
    background: #FBE3E4;
    border: 1px solid #A5161A;
    color: #A5161A;
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 15px;
    font-size: 11px;
}

.high_warning {
    color: #CC0000;
}

.moderate_warning {
    color: #F3611B;
}

.low_warning {
    color: #AE5700;
}

div.error {
    padding: 5px 10px;
    border-top: 2px solid #FFD324;
    border-bottom: 2px solid #FFD324;
    background: #FFF6BF;
    font-size: 12px;
}

div.error p {
    margin: 0;
    color: #000;
    font-weight: normal;
}

div.error p em {
    font-style: normal;
    font-weight: bold;
    padding-left: 24px;
    display: block;
    color: #C00;
    background: url(images/error.gif) no-repeat 0;
}

div.error.ul {
    margin-left: 24px;
}

.online {
    color: #15A018;
}

.offline {
    color: #C7C7C7;
}

.pagination {
    font-size: 11px;
    padding-top: 10px;
    margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
    padding-top: 0;
}
.pagination .pages {
    font-weight: bold;
}

.pagination .pagination_current, .pagination a {
    padding: 2px 6px;
    margin-bottom: 3px;
}

.pagination a {
    background: #1a1a1a url(images/trow_bg.png) top left repeat-x;
        padding: 3px 7px 4px 7px;
    color: #808080;
    border-top: 1px solid #292929;
    -moz-border-radius:2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-shadow: 0 -1px 0 #101010;
}

.pagination .pagination_current {
    background: #0256d8 url(images/thead_bg.png) top left repeat-x;
        padding: 4px 7px;
    color: #ffffff;
    -moz-border-radius:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-shadow: 0 -1px 0 #002661;
    font-weight: bold;
}

.pagination a:hover {
    background: #1a1a1a url(images/trow_bg.png) top left repeat-x;
        padding: 3px 7px 4px 7px;
    color: #ffffff;
        border-top: 1px solid #292929;
    -moz-border-radius:3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-shadow: 0 -1px 0 #101010;
}

.thread_legend, .thread_legend dd {
    margin: 0;
    padding: 0;
}

.thread_legend dd {
    padding-bottom: 4px;
    margin-right: 15px;
}

.thread_legend img {
    margin-right: 4px;
    vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
    margin: 0;
    padding: 0;
}

.forum_legend dd {
    float: left;
    margin-right: 10px;
}

.forum_legend dt {
    margin-right: 10px;
    float: left;
}

.success_message {
    color: #00b200;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}

.error_message {
    color: #C00;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}

.post_body {
    padding: 5px;
}

.post_content {
    padding: 5px 10px;
}

.quick_jump {
    background: url(images/jump.gif) no-repeat 0;
    width: 13px;
    height: 13px;
    padding-left: 13px; /* amount of padding needed for image to fully show */
    vertical-align: middle;
    border: none;
}

.repbox {
    font-size:16px;
    font-weight: bold;
    padding:5px 7px 5px 7px;
}

._neutral {
    background-color:#FAFAFA;
    color: #999999;
    border:1px solid #CCCCCC;
}

._minus {
    background-color: #FDD2D1;
    color: #CB0200;
    border:1px solid #980201;
}

._plus {
    background-color:#E8FCDC;
    color: #008800;
    border:1px solid #008800;
}

.pagination_breadcrumb {
    background-color: #f5f5f5;
    border: 1px solid #fff;
    outline: 1px solid #ccc;
    padding: 5px;
    margin-top: 5px;
    font-weight: normal;
}

.pagination_breadcrumb_link {
    vertical-align: middle;
    cursor: pointer;
}
        
.lastpost {
        float: left;
        text-align: left;
        margin-top: 1px;
}

fieldset {
    background-color: #303030;
        color: #fff;
        border: 1px solid #303030;
        margin: 2px;
        padding: 5px;
}

.qsearch {
    background: url(images/search_bg.png) top left no-repeat;
    height: 50px;
        width: 160x;
        float: right;
    padding: 0;
    margin: 0;
        border: none;
}

.qsearch input {
    background: transparent;
    color: #202020;
    border: none;
    float: left;
    font-size: 11px;
    font-family: trebuchet ms, arial;
    padding: 1px 5px 5px 5px;
        margin: 0;
}

.qsearch .btn:hover {
    background: url(images/search_icon.png) top left no-repeat;
        border: none;
    float: right;
    margin-left: 2px;
    margin-top: 1px;
        padding: 0;
    width: 23px;
        height: 20px;
}

.topmenu {
    padding: 9px 5px 0 5px;
background: #000;
text-align: left;
margin: auto auto;
height: 23px;
}

.topmenu a:link {
    padding: 5px 15px 5px 15px;
color: #ccc;
text-decoration: none;
}

.topmenu a:visited {
    padding: 5px 15px 5px 15px;
color: #ccc;
text-decoration: none;
}

.topmenu a:hover {
    padding: 5px 15px 0px 15px;
color: #fff;
text-decoration: underline;
}

.test {
background: #151515;
display: block;
width: 120px;
margin: 3px 3px 0px 3px;
padding: 2px 3px;
border-bottom:1px solid #2a2a2a;
-moz-border-radius: 3px;
text-align: right;
font-weight: bold;
}
oraz stylesheet.css:
.messageEditor {
    background: #2f2f2f;
    border: 1px solid #000;
    padding: 3px;
}

.messageEditor .toolbar_container {
    height: 28px;
    padding: 2px;
}

.toolbar {
    height: 28px;
}

.messageEditor .toolbar_dropdown {
    margin-top: 3px;
    margin-right: 4px;
}

.messageEditor .toolbar_button {
    margin: 2px;
    height: 22px;
    width: 23px;
    float: left;
    display: block;
    z-index: 1;
}

.messageEditor .toolbar_button img, .messageEditor .toolbar_button span {
    width: 23px;
    height: 22px;
    float: left;
}

.messageEditor .toolbar_sprite {
    display: block;
    background: url('images/toolbar.gif') no-repeat;
}

.messageEditor .toolbar_button .toolbar_sprite_italic {
    background-position: -46px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_underline {
    background-position: -23px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_align_left {
    background-position: -69px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_align_center {
    background-position: -92px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_align_right {
    background-position: -115px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_align_justify {
    background-position: -138px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_list_num {
    background-position: -161px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_list_bullet {
    background-position: -184px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_image {
    background-position: -207px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_link {
    background-position: -230px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_email {
    background-position: -253px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_quote {
    background-position: -276px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_code {
    background-position: -299px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_php {
    background-position: -322px 0;
}

.messageEditor .toolbar_button_close_tags {
    width: 90px;
}

.messageEditor .toolbar_button .toolbar_sprite_close_tags {
    width: 87px;
    background-position: -345px 0;
}

.messageEditor .toolbar_normal {
    background: #2f2f2f;
    border: 1px solid #2f2f2f;
}

.messageEditor .toolbar_hover {
    background: #c1d2ee;
    border: 1px solid #5296f7;
}

.messageEditor .toolbar_clicked {
    background: #e1F2fe;
    border: 1px solid #5296f7;
}

.messageEditor .toolbar_sep {
    background: url('images/separator.gif');
    width: 4px;
    height: 23px;
    margin: 2px;
    margin-top: 4px;
    float: left;
}

.messageEditor .toolbar_dropdown, .messageEditor .toolbar_dropdown_image {
    font-size: 11px;
    display: block;
    float: left;
    position: relative;
    z-index: 100;
    cursor: default;
}

.messageEditor .toolbar_dropdown {
    min-width: 130px;
}

/* IE 6 */
.messageEditor .toolbar_dropdown {
    width: 130px;
}

.messageEditor .toolbar_dropdown .editor_dropdown_label, .messageEditor .toolbar_dropdown_image .editor_dropdown_label {
    display: lock;
}

.messageEditor .toolbar_dropdown .editor_dropdown_label {
    min-width: 120px;
    background: #2f2f2f;
    padding: 4px;
    margin-right: 14px;
    border: 1px solid #000;
    border-right: 0;
    border-width: 1px 0px 1px 1px;
    height: 12px;
    overflow: hidden;
}

.messageEditor .toolbar_dropdown .editor_dropdown_arrow, .messageEditor .toolbar_dropdown_image .editor_dropdown_arrow {
    top: 0;
    position: absolute;
    right: 0;
    float: left;
    display: block;
    border: 1px solid #000;
    border-width: 1px 0px 1px 1px;
    height: 20px;
    background: #505050 url(images/dropdown3.gif) no-repeat center center;
    width: 12px;
}

.messageEditor .toolbar_dropdown_over .editor_dropdown_label, .messageEditor .editor_dropdown_menu_open .editor_dropdown_label {
    border-color: #5296f7;
    color: navy;
}

.messageEditor .toolbar_dropdown_over .editor_dropdown_arrow {
    background-color: #c1d2ee;
    border-color: #5296f7;
}

.messageEditor .toolbar_dropdown_image.toolbar_dropdown_over .editor_dropdown_label,
.messageEditor .toolbar_dropdown_image.toolbar_dropdown_over .editor_dropdown_arrow {
    background-color: #fff;
}

.messageEditor .editor_dropdown_menu_open .editor_dropdown_arrow {
    background-color: #c1d2ee;
    border-color: #5296f7;
}

.messageEditor .editor_dropdown_menu {
    margin: 0;
    padding: 0;
    margin-top: -3px;
    padding-bottom: 1px;
    top: 24px;
    left: 0;
    border: 1px solid #5296f7;
    position: absolute;
    width: 160px;
    background: #fff;
    z-index: 10000;
    max-height: 200px;
    overflow: auto;
    -moz-border-radius: 2px;
}

.messageEditor .toolbar_dropdown_image .editor_dropdown_menu {
    margin-top: -1px;
}

.messageEditor .editor_dropdown_menu li {
    list-style: none;
    padding: 3px 3px 3px 12px;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.messageEditor .editor_dropdown_menu li.editor_dropdown_menu_item_active {
    background-image: url(images/dropdown2.gif);
    background-repeat: no-repeat;
    background-position: 2px center;    
}

.messageEditor .editor_dropdown_menu_title {
    background: #efefef;
    padding-left: 3px;
    border-bottom: 1px solid #aaa;
    color: #999;
    font-size: 10px;
    font-weight: bold;
}

.messageEditor .editor_dropdown_menu li.editor_dropdown_menu_item_over {
    background-color: #f5f5f5;
    cursor: pointer;
}

.messageEditor .toolbar_button_color .editor_dropdown_menu {
    width: 153px;
    height: 98px;    
    padding: 1px;
    background: #EFEFEF;
    margin-left: -1px;
}

.messageEditor .toolbar_button_color li.editor_dropdown_color_item {
    float: left;
    padding: 3px;
    margin: 1px;
    width: 11px;
    height: 11px;
}

.messageEditor .toolbar_button_color a {
    width: 9px;
    height: 9px;
    display: block;
    border: 1px solid #FFF;
}

.messageEditor .toolbar_button_color li.editor_dropdown_menu_item_active {
    background: #81A2C4;
}

.messageEditor .toolbar_button_color {
    position: relative;
}

.messageEditor .toolbar_button_video {
    position: relative;
}

.messageEditor .editor_button_color_selected {
    position: absolute;
    z-index: 100;
    width: 16px;
    height: 4px;
    top: 15px;
    left: 3px;
    display: block;
    background: transparent;
}

.messageEditor .toolbar_button_color li.editor_dropdown_menu_item_over {
    border: 1px solid #5296f7;
    background: transparent;
    margin: 0px;    
}

.messageEditor .toolbar_button_with_arrow {
    width: 34px;
}

.messageEditor .toolbar_button_arrow {
    top: 0px;
    float: left;
    display: block;
    width: 8px;
    background: url(images/dropdown.gif) no-repeat center center;
    height: 20px;
    border: 1px solid transparent;
}

.messageEditor .toolbar_hover .toolbar_button_arrow, .messageEditor .toolbar_clicked .toolbar_button_arrow {
    border-left-color: #5296f7;
}
Matslom napisał 03.04.2013, 14:53:
Jeden wątek = jeden problem
Przenoszę
[Obrazek: modnotice_howto.png]
2. Mi pokazuję się prawidłowo.

Do 3. spróbuj :

Podmień :
.thead {
    background: #0256d8 url(images/thead_bg.gif) top left repeat-x;
    border: 1px solid #006cff;
    color: #e1e1e1;
        padding: 5px 10px 5px 10px;
    -moz-border-radius-topleft: 30px;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topright: 30px;
    -webkit-border-top-right-radius: 30px;
}

Na
.thead {
    background: #0256d8 url(images/thead_bg.gif) top left repeat-x;
    border: 1px solid #006cff;
    color: #e1e1e1;
}
3. Naprawione dzieki wielkie, ale jak 2 moze sie wyswietlac prawidlo?;o
Hehe sorki patrzyłem na shoutboxa :D



Użytkownicy przeglądający ten wątek:

1 gości