@@ -1540,11 +1540,17 @@ div.contenth #quickpost { | |||||
background: #373a42; | background: #373a42; | ||||
border: 1px solid #5b5e64; | border: 1px solid #5b5e64; | ||||
border-bottom: none; | border-bottom: none; | ||||
width:100% !important; | |||||
} | } | ||||
.bbcode_bar > li > a { | .bbcode_bar > li > a { | ||||
min-width: 15px; | min-width: 15px; | ||||
} | } | ||||
#forums .bbcode_bar{ | |||||
width:95% !important; | |||||
} | |||||
#friends table[width="100%"] td { | #friends table[width="100%"] td { | ||||
text-align: center | text-align: center | ||||
} | } | ||||
@@ -1881,12 +1881,17 @@ div.contenth #quickpost { | |||||
background: var(--color-textarea); | background: var(--color-textarea); | ||||
border: 1px solid #5b5e64; | border: 1px solid #5b5e64; | ||||
border-bottom: none; | border-bottom: none; | ||||
width:100% !important; | |||||
} | } | ||||
.bbcode_bar>li>a { | .bbcode_bar>li>a { | ||||
min-width: 15px; | min-width: 15px; | ||||
} | } | ||||
#forums .bbcode_bar{ | |||||
width:95% !important; | |||||
} | |||||
#friends table[width="100%"] td { | #friends table[width="100%"] td { | ||||
text-align: center | text-align: center | ||||
} | } | ||||