diff --git a/templates/client/includes/accounts/current_user.html b/templates/client/includes/accounts/current_user.html index f698e97f..45dd4933 100644 --- a/templates/client/includes/accounts/current_user.html +++ b/templates/client/includes/accounts/current_user.html @@ -414,15 +414,28 @@ {# END about #} {# companies #} +
+
+
{% endif %}
\ No newline at end of file
diff --git a/templates/client/static_client/css/main.css b/templates/client/static_client/css/main.css
index 88ef06c7..53b97e46 100644
--- a/templates/client/static_client/css/main.css
+++ b/templates/client/static_client/css/main.css
@@ -12675,6 +12675,87 @@ hr + .rq-note {
.edit-profile .i-pict.p-editable img{
z-index: 0;
}
+ .my-companies-block:after{
+ content: '';
+ display: block;
+ clear: both;
+
+ }
+ .my-companies-block .ia-title{
+ font-family: 'dindisplay_pro', sans-serif;
+ font-size: 20px;
+ line-height: 23px;
+ margin-bottom: 30px;
+ }
+ .my-companies-block .company{
+ display: block;
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ width: 25%;
+ float: left;
+
+ }
+ /*добавить меньшую длину для разрешения меньше 1200*/
+ .my-companies-block .company a{
+ display: block;
+ width: 180px;
+ margin-left: auto;
+ margin-right: auto;
+ }
+ .my-companies-block .company .logo{
+ display: block;
+ width: 100%;
+ height: 180px;
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ border-radius: 4px;
+ border-top: 1px solid #CCCBC6;
+ background-color: #ffffff;
+ }
+
+ .my-companies-block .company .logo img.no-logo{
+ margin-top: 58px;
+ }
+ .my-companies-block .company .logo img{
+ display: table;
+ margin-left: auto;
+ margin-right: auto;
+ }
+ /*.my-companies-block .company .title:after{*/
+ /*content: '';*/
+ /*display: block;*/
+ /*clear: both;*/
+ /*}*/
+ .my-companies-block .company .title{
+ display: block;
+ color: #606060;
+ margin-top: 8px;
+ text-decoration: underline;
+ text-align: center;
+ position: relative;
+
+ }
+ .my-companies-block .company a:hover .title{
+ text-decoration: none;
+ }
+ .my-companies-block.editable .company .title:before{
+ content: '';
+ width: 18px;
+ height: 16px;
+ background: url(../img/sprites.png) -117px -145px no-repeat;
+ position: absolute;
+ left: 0;
+ top: 0;
+ }
+ .add-company-block{
+ margin-top: 2em;
+ }
+ /*.add-company-block .icon-add:before{*/
+ /*background-position: -425px -52px;*/
+ /*}*/
+
/************************\
# страница редактирования профиля