Jump to content

Размер окна со смайлами

Featured Replies

Posted

Начну с того, что поиск мне не помог, так что ругаться не нужно :)



Проблема в чем.

Когда открываешь полный список смайлов, то размер окна довольно велик (в смысле, что есть горизонтальная прокрутка).

Как сделать, чтобы ширина была только на ширину смайлов, а не на ширину всего экрана?

  • 2 недели спустя...

скрины тут не нужны были, прекращайте с "АП" 

найду строчку в css скину


		#ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder {
			width: 100%;
			height: 93%;
			overflow: auto;
			position: absolute;
			bottom: 25px;
			top: 25px;
		}
		
		#ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder  td {
			padding: 5px 0;
		}
		
		#ipboard_body .show_all_emoticons {
			bottom: 0px;
			position: absolute;
			width: 100%;
			text-align: center;
			background: #e4ebf2;
			height: 25px;
		}

меняем на своё

  • Author

  On 25.01.2014 at 21:43, Insider said:

скрины тут не нужны были, прекращайте с "АП" 

найду строчку в css скину


				
		#ipboard_body .show_all_emoticons {
			bottom: 0px;
			position: absolute;
			width: 100%;
			text-align: center;
			background: #e4ebf2;
			height: 25px;
		}

меняем на своё

 

Не могу найти часть этого кода. В каком именно файле?

  • Author
  On 25.01.2014 at 21:51, Insider said:

при редактировании шаблона нажми на CSS

 

В каком именно CSS????

 

post-15109-0-23611900-1390686763_thumb.j

все там есть
 

		#ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder {
			width: 100%;
			height: 93%;
			overflow: auto;
			position: absolute;
			bottom: 25px;
			top: 25px;
		}
		
		#ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder  td {
			padding: 5px 0;
		}
		

		
			#ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder.no_bar {
				bottom: 0px;
			}
  • Author

  On 25.01.2014 at 22:08, Insider said:

 

все там есть

 





		#ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder {
			width: 100%;
			height: 93%;
			overflow: auto;
			position: absolute;
			bottom: 25px;
			top: 25px;
		}
		
		#ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder  td {
			padding: 5px 0;
		}
		

		
			#ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder.no_bar {
				bottom: 0px;
			}

 

.show_all_emoticons - нету

 

 

width: 100%;

height: 93%;

 

меняя эти значения ничего не происходит....

 

 

Прошу более конкретной помощи...(

Edited by diriks

  On 25.01.2014 at 22:11, diriks said:

.show_all_emoticons - нету

 

 

width: 100%;

height: 93%;

 

меняя эти значения ничего не происходит....

 

 

Прошу более конкретной помощи...(

 

Обнови кэш шаблонов.

  diriks said:

Прошу более конкретной помощи...(
Создайте тестового юзера и данные опубликуйте, чтобы можно было зайти к Вам на форум и посмотреть.
Guest
This topic is now closed to further replies.

Последние посетители 0

  • No registered users viewing this page.