Jump to content

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

Featured Replies

Posted
comment_51604

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



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

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

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

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

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

найду строчку в 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
comment_52814

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

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



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

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

 

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

comment_52819

все там есть
 


		#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
comment_52821

 

все там есть

 






		#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

comment_52822

.show_all_emoticons - нету

 

 

width: 100%;

height: 93%;

 

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

 

 

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

 

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

comment_52856


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

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

  • No registered users viewing this page.