Jump to content

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

Featured Replies

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



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

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

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

Link to comment
https://ipbmafia.ru/topic/6702-razmer-okna-so-smajlami/
Share on other sites

Сколько раз повторять-то? Надо скрины выкладывать.

Link to comment
https://ipbmafia.ru/topic/6702-razmer-okna-so-smajlami/?&do=findComment&comment=51612
Share on other sites

Скрины

post-15109-0-39578400-1389534510_thumb.j

post-15109-0-81501300-1389534510_thumb.j

Link to comment
https://ipbmafia.ru/topic/6702-razmer-okna-so-smajlami/?&do=findComment&comment=51617
Share on other sites
  • 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;
		}

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

Link to comment
https://ipbmafia.ru/topic/6702-razmer-okna-so-smajlami/?&do=findComment&comment=52812
Share on other sites

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

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



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

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

 

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

Link to comment
https://ipbmafia.ru/topic/6702-razmer-okna-so-smajlami/?&do=findComment&comment=52814
Share on other sites

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

Link to comment
https://ipbmafia.ru/topic/6702-razmer-okna-so-smajlami/?&do=findComment&comment=52815
Share on other sites

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

 

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

 

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

Link to comment
https://ipbmafia.ru/topic/6702-razmer-okna-so-smajlami/?&do=findComment&comment=52816
Share on other sites

ipb_editor.css 

 

Нету. Прикрепляю содержимое файла.

editor.txt

Link to comment
https://ipbmafia.ru/topic/6702-razmer-okna-so-smajlami/?&do=findComment&comment=52818
Share on other sites

все там есть
 


		#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;
			}
Link to comment
https://ipbmafia.ru/topic/6702-razmer-okna-so-smajlami/?&do=findComment&comment=52819
Share on other sites

 

все там есть

 






		#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

Link to comment
https://ipbmafia.ru/topic/6702-razmer-okna-so-smajlami/?&do=findComment&comment=52821
Share on other sites

.show_all_emoticons - нету

 

 

width: 100%;

height: 93%;

 

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

 

 

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

 

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

Link to comment
https://ipbmafia.ru/topic/6702-razmer-okna-so-smajlami/?&do=findComment&comment=52822
Share on other sites

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

 

Обновлял - не помогло.

Link to comment
https://ipbmafia.ru/topic/6702-razmer-okna-so-smajlami/?&do=findComment&comment=52851
Share on other sites


Прошу более конкретной помощи...(
Создайте тестового юзера и данные опубликуйте, чтобы можно было зайти к Вам на форум и посмотреть.
Link to comment
https://ipbmafia.ru/topic/6702-razmer-okna-so-smajlami/?&do=findComment&comment=52856
Share on other sites

 

login - Test

pass - test

Link to comment
https://ipbmafia.ru/topic/6702-razmer-okna-so-smajlami/?&do=findComment&comment=52864
Share on other sites
#ipbwrapper {
min-width: 1000px;
}

удалите

Link to comment
https://ipbmafia.ru/topic/6702-razmer-okna-so-smajlami/?&do=findComment&comment=52869
Share on other sites


#ipbwrapper {
min-width: 1000px;
}

удалите

 

 

проблему не решило

Link to comment
https://ipbmafia.ru/topic/6702-razmer-okna-so-smajlami/?&do=findComment&comment=52870
Share on other sites

Ищите в tctc91_general.css

body, #ipbwrapper { min-width: 1000px; }
Link to comment
https://ipbmafia.ru/topic/6702-razmer-okna-so-smajlami/?&do=findComment&comment=52885
Share on other sites

 

Ищите в tctc91_general.css



body, #ipbwrapper { min-width: 1000px; }

 

нету

Link to comment
https://ipbmafia.ru/topic/6702-razmer-okna-so-smajlami/?&do=findComment&comment=52886
Share on other sites
Guest
This topic is now closed to further replies.

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

  • No registered users viewing this page.