Browse Source

Beluga & Orion: Width fixes

* width fix for pre on userhistory
* pre width fix on torrent details
* bbcode bar width fix
pull/2/head
herbert 3 years ago
committed by Tomochin
parent
commit
53707327b1
2 changed files with 25 additions and 2 deletions
  1. +13
    -1
      static/styles/beluga/style.css
  2. +12
    -1
      static/styles/orion/style.css

+ 13
- 1
static/styles/beluga/style.css View File

@@ -1432,10 +1432,16 @@ pre {
max-width: 95%; max-width: 95%;
} }


#forums pre {
#forums pre,
#userhistory pre {
max-width: 878px; max-width: 878px;
} }


#torrent_details pre {
max-width: 720px;
width: 100%;
}

#donation { #donation {
position: absolute; position: absolute;
display: inline; display: inline;
@@ -1534,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
} }


+ 12
- 1
static/styles/orion/style.css View File

@@ -1762,10 +1762,16 @@ pre {
max-width: 95%; max-width: 95%;
} }


#forums pre {
#forums pre,
#userhistory pre {
max-width: 878px; max-width: 878px;
} }


#torrent_details pre {
max-width: 720px;
width: 100%;
}

#donation { #donation {
position: absolute; position: absolute;
display: inline; display: inline;
@@ -1875,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
} }


Loading…
Cancel
Save