The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Quick Reply and Reply alignment issues

3 posters

Go down

Quick Reply and Reply alignment issues Empty Quick Reply and Reply alignment issues

Post by Kami-sama February 3rd 2017, 1:00 pm

Technical Details


Forum version : #phpBB2
Position : Founder
Concerned browser(s) : Google Chrome
Screenshot of problem : https://i.servimg.com/u/f37/18/55/52/87/ex110.png
Who the problem concerns : All members
Forum link : ( link is hidden, you must reply to see )

Description of problem

Hey all!

So I was adjusting the alignment of quick reply and encountered couple issues:

1. (marked in picture with red circle). The corner is no longer responding. Any ideas if it's possible to fix it keeping the current alignment?

Quick Reply and Reply alignment issues Ex110


2. SO I love how the quick reply looks like. The issue is now with the normal reply. Take a look at the picture. Any ideas what would be the best way to resolve it? I was thinking, maybe apply style via script....

Quick Reply and Reply alignment issues Ex210

Style code:
Code:
.sceditor-container iframe, .sceditor-container textarea {
  border: 4px double #e9e8e0!important;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2), 0 -1px 1px rgba(0,0,0,0.3);
  background-color: rgba(255,255,255,0.8)!important;
  padding:10px 10px!important;
  width:680px!important;
  margin-left: 0px!important;
  margin-right: 0px!important;
  display: inline-block;
  min-height: 155px;
}
.sceditor-container {
  min-width: 900px;
  max-width: 900px;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}
.sceditor-toolbar {
  display: inline-block;
  width: 165px!important;
  background: none!important;
  vertical-align: top;
  border:none!important;
}
Kami-sama
Kami-sama
Forumember

Female Posts : 407
Reputation : 12
Language : EN, RU, DE, LT
Location : Lithuania

http://hogas.huhohi.com/

Back to top Go down

Quick Reply and Reply alignment issues Empty Re: Quick Reply and Reply alignment issues

Post by SLGray February 3rd 2017, 8:27 pm

Code:
.sceditor-toolbar {
  display: inline-block;
  width: 165px!important;
  background: none!important;
  vertical-align: top;
  border:none!important;
}
Looking at this code, it looks like the toolbar should be above the editor message box.


Quick Reply and Reply alignment issues Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51556
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Quick Reply and Reply alignment issues Empty Re: Quick Reply and Reply alignment issues

Post by Kami-sama February 3rd 2017, 10:11 pm

Basically, the
Code:
vertical-align: top
makes it be aligned in the top with the message block. When they are inline, they are by default aligned at the bottom. In other words, it is aligned in the top, but its width is small Wink

The 2 issue I kinda have resolved. But any other creative ideas are welcome Wink
Kami-sama
Kami-sama
Forumember

Female Posts : 407
Reputation : 12
Language : EN, RU, DE, LT
Location : Lithuania

http://hogas.huhohi.com/

Back to top Go down

Quick Reply and Reply alignment issues Empty Re: Quick Reply and Reply alignment issues

Post by Kami-sama February 7th 2017, 12:35 pm

Soooo. I almost resolved it... Now the height changes, but it cannot get bigger than 254px. Why is that?

Code:
.sceditor-container iframe, .sceditor-container textarea {
  border: 4px double #e9e8e0!important;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2), 0 -1px 1px rgba(0,0,0,0.3);
  background-color: rgba(255,255,255,0.8)!important;
  padding:10px 10px!important;
  width:680px!important;
  margin-left: 0px!important;
  margin-right: 0px!important;
  display: inline-block;
  min-height: 155px;
}

#quick_reply .sceditor-container textarea {
  min-width: 672px;
  max-width: 672px;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}
#quick_reply .sceditor-container iframe {
  min-width: 672x;
  max-width: 672px;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}
#quick_reply .row2 .sceditor-container {
  min-width: 900px!important;
  max-width: 900px!important;
}
#quick_reply .sceditor-toolbar {
  display: inline-block;
  width: 165px!important;
  vertical-align: top;
  border:none!important;
}
#parent_editor_simple .row2 .sceditor-container {
  min-width: 710px!important;
}
.sceditor-toolbar {
  background: none!important;
}
.postbg { background-position:0 0; background-repeat:repeat; }
.postbg .sceditor-button {
  background-color: red!important;
}
Kami-sama
Kami-sama
Forumember

Female Posts : 407
Reputation : 12
Language : EN, RU, DE, LT
Location : Lithuania

http://hogas.huhohi.com/

Back to top Go down

Quick Reply and Reply alignment issues Empty Re: Quick Reply and Reply alignment issues

Post by Ape February 7th 2017, 4:54 pm

The size is down to the size of your forum width you van only make it go a set soze to the screen you are looking at.


Quick Reply and Reply alignment issues Left1212Quick Reply and Reply alignment issues Center11Quick Reply and Reply alignment issues Right112
Quick Reply and Reply alignment issues Ape_b110
Quick Reply and Reply alignment issues Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19218
Reputation : 1999
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Quick Reply and Reply alignment issues Empty Re: Quick Reply and Reply alignment issues

Post by Kami-sama February 7th 2017, 6:59 pm

Maybe you misunderstood me...

There are no issues with width. The hight of the box can be adjusted only up to 254px. Before the changes, there was no limit on that. Or at least not this small.
Kami-sama
Kami-sama
Forumember

Female Posts : 407
Reputation : 12
Language : EN, RU, DE, LT
Location : Lithuania

http://hogas.huhohi.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum