1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/application/frontend/components/user/css/user.css

31 lines
765 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* Профиль пользователя
*
* @license GNU General Public License, version 2
* @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
* @author Denis Shakhov <denis.shakhov@gmail.com>
*/
/* Заголовок */
.profile-page-header {
font-size: 25px;
margin-bottom: 25px;
color: #555;
}
/* Блок с информацией */
.user-info-group {
margin-bottom: 50px;
}
.user-info-group:last-child {
margin-bottom: 0;
}
.user-info-group-title {
font-size: 18px;
}
/* Список */
.user-info-group-items .info-list-item-label { width: 150px; }
.user-info-group-items .info-list-item { margin-bottom: 10px; }
.user-info-group-items .info-list-item-content { font-weight: normal; }