Browse Source

Add BBCode editor toolbar

test
spaghetti 7 years ago
committed by Tomochin
parent
commit
ad84bf45fd
1 changed files with 14 additions and 5 deletions
  1. +14
    -5
      static/styles/beluga/style.css

+ 14
- 5
static/styles/beluga/style.css View File

@@ -1005,7 +1005,10 @@ ul.navigation a.selected {
td.label { td.label {
font-weight: 300; font-weight: 300;
text-align: right; text-align: right;
width: 260px
width: 180px
}
.filter_torrents td.label {
width: 260px;
} }


table.slice { table.slice {
@@ -1496,7 +1499,7 @@ pre {
} }


#forums .box.pad { #forums .box.pad {
padding: 0!important;
padding: 1em 0;
background-color: #23252a; background-color: #23252a;
} }


@@ -1518,13 +1521,17 @@ pre {
height: 387px height: 387px
} }


.textarea_wrap {
padding-top: 15px;
}

#quickpost { #quickpost {
color: #eee!important; color: #eee!important;
font-size: 1.1em!important font-size: 1.1em!important
} }


#quickpostform { #quickpostform {
background-color: transparent
background-color: transparent;
} }


#quickreplybuttons input[value=Editor] { #quickreplybuttons input[value=Editor] {
@@ -1535,8 +1542,10 @@ div.contenth #quickpost {
right: -2px right: -2px
} }


#user .bbcode-btntoolbar,#user .bbcode-smileys {
background-color: #2c2f36!important
.bbcode_bar {
background: #373a42;
border: 1px solid #5b5e64;
border-bottom: none;
} }


#friends table[width="100%"] td { #friends table[width="100%"] td {


Loading…
Cancel
Save