wick Posted March 11, 2015 Author Share Posted March 11, 2015 Сделал так, но всё равно не обрезает имя пользователя ... /* two columns view for hooks */ .twocolumn > div > ul > li { float: left; width:119px; overflow: ellipsis; margin: 5px 0; } .twocolumn > div > ul > li:nth-child(odd) { margin-right:10px; } .twocolumn > div > ul > li > .list_content { word-wrap: normal; } .twocolumn > div > ul > li > .list_content > .ipsType_smaller > a { font-size: 13px !important; } Link to comment Share on other sites More sharing options...
Viktar83 Posted March 11, 2015 Share Posted March 11, 2015 (edited) Вместо строк:.twocolumn > div > ul > li > .list_content { word-wrap: normal; }вставьте:.twocolumn > div > ul > li > .list_content { word-wrap: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }вот так вроде работает ----ПС:Я б еще туда font-size: 11px; вписал, чтобы шрифт сделать таким же, как и во втором хуке...и тогда тут тоже поменять на 11px.twocolumn > div > ul > li > .list_content > .ipsType_smaller > a { font-size: 13px !important; } Edited March 11, 2015 by Viktar83 Link to comment Share on other sites More sharing options...
wick Posted March 11, 2015 Author Share Posted March 11, 2015 (edited) ПС:Я б еще туда font-size: 11px; вписал, чтобы шрифт сделать таким же, как и во втором хуке...и тогда тут тоже поменять на 11px.twocolumn > div > ul > li > .list_content > .ipsType_smaller > a { font-size: 13px !important; }Признательности нет придела, плюсики закончились )) Спасибо большое! Теперь обрезает текст, но по шрифту если ставлю 11 вместо 13 го, то меняется только в блоке "Самые активные сегодня", а в "Топ месяца" остаётся тот же размер шрифта 13ый )) Edited March 11, 2015 by wick Link to comment Share on other sites More sharing options...
Viktar83 Posted March 11, 2015 Share Posted March 11, 2015 (edited) Ну как же, по идее должно работать (может 12 лучше будет смотреться?) .twocolumn > div > ul > li > .list_content { word-wrap: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px !important; } .twocolumn > div > ul > li > .list_content > .ipsType_smaller > a { font-size: 12px !important; } ПС:Только что регистрировался у вас на форуме, чтобы видеть css к именам пользователей. Юзер с именем test - удалите. Edited March 11, 2015 by Viktar83 Link to comment Share on other sites More sharing options...
wick Posted March 11, 2015 Author Share Posted March 11, 2015 Спасибо! Теперь и в одном и другом хуке одинаковый размер шрифта )) Спасибо Вам! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now