Browse Source

fix of #243 Secret gets cut off in nin theme

master
Simon Grim 10 years ago
parent
commit
0fc45771a0
  1. 8
      theme_nin/css/style.css
  2. 8
      theme_nin/sass/style.sass

8
theme_nin/css/style.css

@ -2966,10 +2966,10 @@ ol.toptrends-list a:hover {
/********* NEW USER MODAL************* */ /********* NEW USER MODAL************* */
/* line 861, ../sass/style.sass */ /* line 861, ../sass/style.sass */
.new-user .modal-wrapper { .new-user .modal-wrapper {
width: 520px; width: 640px;
height: 600px; height: 600px;
top: 10%; top: 10%;
margin: 0 0 0 -260px; margin: 0 0 0 -320px;
overflow-x: hidden; overflow-x: hidden;
overflow-y: hidden; overflow-y: hidden;
} }
@ -2987,13 +2987,15 @@ ol.toptrends-list a:hover {
} }
/* line 874, ../sass/style.sass */ /* line 874, ../sass/style.sass */
.new-user .emphasis { .new-user .emphasis {
font-size: 18px;
text-align: center; text-align: center;
} }
/* line 877, ../sass/style.sass */ /* line 877, ../sass/style.sass */
.new-user .secret-key { .new-user .secret-key {
display: block;
margin-top: 8px;
color: black; color: black;
font-weight: bold; font-weight: bold;
font-size: 110%;
} }
/******** HASHTAG MODAL********** */ /******** HASHTAG MODAL********** */

8
theme_nin/sass/style.sass

@ -914,10 +914,10 @@ ol.toptrends-list
.new-user .new-user
.modal-wrapper .modal-wrapper
width: $postboard-modal-width width: 640px
height: 600px height: 600px
top: 10% top: 10%
margin: 0 0 0 0-($postboard-modal-width/2) margin: 0 0 0 -320px
overflow-x: hidden overflow-x: hidden
overflow-y: hidden overflow-y: hidden
.modal-content .modal-content
@ -927,11 +927,13 @@ ol.toptrends-list
.text .text
margin: 0 0 15px 0 margin: 0 0 15px 0
.emphasis .emphasis
font-size: 18px
text-align: center text-align: center
.secret-key .secret-key
display: block
margin-top: 8px
color: rgba(0.5, 0, 0, 1) color: rgba(0.5, 0, 0, 1)
font-weight: bold font-weight: bold
font-size: 110%
/******** HASHTAG MODAL***********/ /******** HASHTAG MODAL***********/

Loading…
Cancel
Save