diff --git a/app/assets/fonts/icons.eot b/app/assets/fonts/icons.eot index de807c03a..8d0dc8ece 100644 Binary files a/app/assets/fonts/icons.eot and b/app/assets/fonts/icons.eot differ diff --git a/app/assets/fonts/icons.svg b/app/assets/fonts/icons.svg index f2dc2b69c..b01dfc6b6 100644 --- a/app/assets/fonts/icons.svg +++ b/app/assets/fonts/icons.svg @@ -42,4 +42,5 @@ + diff --git a/app/assets/fonts/icons.ttf b/app/assets/fonts/icons.ttf index 358e0068a..841a221f8 100644 Binary files a/app/assets/fonts/icons.ttf and b/app/assets/fonts/icons.ttf differ diff --git a/app/assets/fonts/icons.woff b/app/assets/fonts/icons.woff index 3d7db421e..0e89bddd1 100644 Binary files a/app/assets/fonts/icons.woff and b/app/assets/fonts/icons.woff differ diff --git a/app/assets/stylesheets/debates.scss b/app/assets/stylesheets/debates.scss index 6e0f142bd..560c16664 100644 --- a/app/assets/stylesheets/debates.scss +++ b/app/assets/stylesheets/debates.scss @@ -646,7 +646,8 @@ .comment-votes { color: $text-medium; font-weight: lighter; - margin: rem-calc(8) rem-calc(12) rem-calc(6) 0; + line-height: rem-calc(24); + margin: rem-calc(10) rem-calc(12) rem-calc(6) 0; a { color: $text-light; diff --git a/app/assets/stylesheets/icons.scss b/app/assets/stylesheets/icons.scss index 8c1f77f7e..d71ab1884 100644 --- a/app/assets/stylesheets/icons.scss +++ b/app/assets/stylesheets/icons.scss @@ -139,7 +139,9 @@ .icon-print:before { content: "H"; } - .icon-blog:before { content: "J"; -} \ No newline at end of file +} +.icon-box:before { + content: "I"; +} diff --git a/app/assets/stylesheets/participacion.scss b/app/assets/stylesheets/participacion.scss index 6e518080f..520a836aa 100644 --- a/app/assets/stylesheets/participacion.scss +++ b/app/assets/stylesheets/participacion.scss @@ -277,6 +277,10 @@ h6 { margin: rem-calc(24) 0; } +.text-medium { + font-size: rem-calc(16) !important; +} + // 04. Header // - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1074,6 +1078,10 @@ label.error, label.error a { margin-bottom: $line-height; } + h1.avatar { + margin-left: rem-calc(12); + } + h3 { clear: both; font-size: rem-calc(20); @@ -1108,6 +1116,25 @@ label.error, label.error a { .verify-account { padding-right: rem-calc(12); } + + .final-votes-info { + background: $warning-bg; + border: 1px solid $warning-border; + color: $warning-color; + margin-top: rem-calc(24); + padding: rem-calc(12); + + ul li { + margin: rem-calc(12) 0; + } + + .icon-box { + color: #D4A26D; + font-size: rem-calc(120); + line-height: rem-calc(120); + vertical-align: top; + } + } } img.avatar, img.admin-avatar, img.moderator-avatar { @@ -1133,6 +1160,40 @@ img.initialjs-avatar { top: -9px; } +.user-permissions { + + p { + span { + color: $text-medium; + font-size: rem-calc(12); + } + } + + ul { + list-style-type: none; + margin-bottom: 0; + margin-left: 0; + + li { + font-size: rem-calc(14); + margin-bottom: rem-calc(12); + + span { + color: $text-medium; + font-size: rem-calc(12); + } + + .icon-check { + color: $check; + } + + .icon-x { + color: $delete; + } + } + } +} + // 11. Filters & search // - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/assets/stylesheets/proposals.scss b/app/assets/stylesheets/proposals.scss index d82d57013..7689e93dd 100644 --- a/app/assets/stylesheets/proposals.scss +++ b/app/assets/stylesheets/proposals.scss @@ -636,7 +636,8 @@ .comment-votes { color: $text-medium; font-weight: lighter; - margin: rem-calc(8) rem-calc(12) rem-calc(6) 0; + line-height: rem-calc(24); + margin: rem-calc(10) rem-calc(12) rem-calc(6) 0; a { color: $text-light; diff --git a/app/views/account/show.html.erb b/app/views/account/show.html.erb index ce8732845..c52219955 100644 --- a/app/views/account/show.html.erb +++ b/app/views/account/show.html.erb @@ -1,35 +1,20 @@